summaryrefslogtreecommitdiffstats
path: root/regex.h
Commit message (Collapse)AuthorAgeFilesLines
* Don't shadow standard headersTavian Barnes2022-03-121-97/+0
| | | | | | | | | | | | | @italic on the AUR stated that bfs from the AUR fails to build on Manjaro. From the build log, it seems like <time.h> doesn't get included properly. I assume it's picking up ./time.h instead. I couldn't reproduce the build issue in the default configuration, but it does fail with EXTRA_CFLAGS="-I." which isn't good. So rename everything with an x prefix to stop clashing. Link: https://aur.archlinux.org/packages/bfs#comment-856102 Link: https://paste.rs/eqR
* regex: Rework error handlingTavian Barnes2022-02-241-18/+12
|
* regex: Wrap the POSIX API in a facadeTavian Barnes2022-02-211-13/+51
|
* regex: Add support for emacs and grep typesTavian Barnes2022-02-041-0/+38
|
* Standardize WITH_* make variables for configuring dependenciesTavian Barnes2022-01-291-0/+27