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