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