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
/
include
/
stc
/
cregex.h
Age
Commit message (
Expand
)
Author
2022-05-04
Added c_find_if, c_find_it macros: linear search in containers. Removed c_app...
Tyge Løvset
2022-03-24
Misc. small internal API renaming/refactoring and additions.
Tyge Løvset
2022-02-08
Small fix.
Tyge Løvset
2022-02-06
Misc improvements.
Tyge Løvset
2022-02-06
Some build warnings/fixes.
Tyge Løvset
2022-02-05
Switched to heavily modified version of Rob Pike's plan9 regexp9. -> now rena...
Tyge Løvset
2022-01-17
Fixed object linkage declarations/definitions.
Tyge Løvset
2022-01-16
Added cregex_compile() to reuse a cregex object (using realloc)). Major optim...
Tyge Løvset
2022-01-15
Added back cregex with examples. Found the bug in his code.
Tyge Løvset
2022-01-11
Removed regex for now.
Tyge Løvset
2022-01-09
Small cregex API change. Added 2 examples.
Tyge Løvset
2022-01-09
Probably stable API for cregex.h
Tyge Løvset
2022-01-09
Internal rename of parameter var name cregex re to rx.
Tyge Løvset
2022-01-09
Removed strings.h.
Tyge Løvset
2022-01-09
More on regex.
Tyge Løvset
2022-01-08
Moved utf8 from cregex.h to separate file. Splitted csview.h into another fil...
Tyge Løvset
2022-01-07
Removed tabs. Changed cregex_match members to start, end.
Tyge Løvset
2022-01-07
Some renaming in cregex API. Added match function. Made utf8 operations branc...
Tyge Løvset
2022-01-06
Added customized version of the awesome regex lib by Fabian van Rissenbeck.
Tyge Løvset
[prev]