summaryrefslogtreecommitdiffstats
path: root/src/xregex.c
AgeCommit message (Collapse)Author
9 daysImplement the remaining regex typesTavian Barnes
Closes: https://github.com/tavianator/bfs/issues/21
10 daysxregex: Support non-capturing groups with -regextype emacsTavian Barnes
Link: https://savannah.gnu.org/bugs/index.php?65770 Link: https://github.com/kkos/oniguruma/issues/296
13 daysconfigure: Use --with/--without for librariesTavian Barnes
2024-04-19Rename config.h to prelude.hTavian Barnes
2023-10-05bfstd: Add a thread-safe wrapper for strerror()Tavian Barnes
2023-10-03thread: s/call_once/invoke_once/Tavian Barnes
call_once() is a reserved identifier from C11.
2023-09-27Formatting fixesTavian Barnes
2023-06-26thread: Wrap more pthread APIsTavian Barnes
2023-06-24Unify macro naming conventionsTavian Barnes
In particular, macros that decide whether to use a particular API/ dependency should be spelled BFS_USE_*, and should be configurable.
2023-06-20alloc: New header for memory allocation utilitiesTavian Barnes
2023-06-12xregex: Initialize Oniguruma thread-safelyTavian Barnes
2023-05-25sanity: Add wrappers for sanitizer interfacesTavian Barnes
2023-05-18Switch from assert() to bfs_assert()/bfs_verify()Tavian Barnes
2023-05-03style: Don't use tabs to indent preprocessor directivesTavian Barnes
2023-01-25Replace license boilerplate with SPDX tagsTavian Barnes
And while I'm at it, remove years from copyright declarations. Link: https://spdx.dev/about/ Link: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/
2022-11-10xregex: Fix build without OnigurumaTavian Barnes
2022-11-06Fix includesTavian Barnes
2022-11-06bfstd: Rename from util and reorganize itTavian Barnes
2022-11-06util: Use fewer BFS_*() wrappers for feature testingTavian Barnes
2022-04-16Source / Include Folder (#88)トトも
Moved Source Files Into `src` Folder