summaryrefslogtreecommitdiffhomepage
path: root/misc/tests/cregex_test.c
AgeCommit message (Expand)Author
2023-08-17Renamed "internal" csview member .str => .buf, as it is not null terminated l...Tyge Lovset
2023-08-14Reverted csubstr => csview. Sorry about that!Tyge Løvset
2023-08-13API CHANGES:tylov
2023-07-10Renamed input enum flags for cregex functions.tylov
2023-06-09Rename i_extern template flag to i_import. i_extern still available, but depr...Tyge Løvset
2023-05-21NB! Made cstr.h header-only by default. Now requires #define i_static, i_impl...Tyge Lovset
2023-05-13File priv/raii.h no longer included by stc/ccommon.h, instead moved to stc/al...Tyge Løvset
2023-03-26Remove more c_with, c_autoTyge Løvset
2023-02-08Changed to use lowercase flow-control macros in examples (uppercase will stil...Tyge Løvset
2023-02-06Fixed error in cregex_test.c itself.Tyge Løvset
2023-02-06SKIP the failing cregex test. Will debug later.Tyge Løvset
2023-01-26update cregex_test.c. Rename using_... to use_...Tyge Lovset
2023-01-22Added cspan_init() for static initializing and a minor fix. Added cregex repl...Tyge Løvset
2023-01-21Added modified ctest from https://github.com/bvdberg/ctest, and used on crege...Tyge Løvset
2022-12-23Experimental uppercase macros.Tyge Løvset
2022-12-20Restructured folders: examples, benchmarks, tests into misc folder.Tyge Lovset