| Age | Commit message (Expand) | Author |
| 2022-08-13 | Experimental: Renamed c_autovar => c_with, c_autoscope => c_scope, c_autodefe... | Tyge Løvset |
| 2022-08-12 | Renamed cdeq/cvec *_range() functions again (revert). Call alloc macros in cr... | Tyge Løvset |
| 2022-08-09 | Small API change for V4.0: | Tyge Løvset |
| 2022-08-09 | Internal stuff. | Tyge Løvset |
| 2022-08-09 | Two more fixes on csview comparison. | Tyge Løvset |
| 2022-08-08 | Final fix on icmp(). | Tyge Løvset |
| 2022-08-08 | Changed cstr_icmp_n() to cstr_icmp_sv(), and FIXED it. | Tyge Løvset |
| 2022-08-08 | Changed *cstr_tolower*/*cstr_toupper* arg from `const cstr*` to `csview`. | Tyge Løvset |
| 2022-08-07 | Internal: moved some functions in csview/cstr to implementation sections. | Tyge Løvset |
| 2022-08-01 | start dev on v4, mainly improving API | Tyge Løvset |
| 2022-07-30 | Added support for more than 9 capture group replacements, e.g. "$12;". Added ... | Tyge Løvset |
| 2022-07-28 | VERSION 3.8 RC. Added cregex with "final" API + docs. README.md updated with ... | Tyge Løvset |
| 2022-07-23 | Fixed a few small issues with cregex.c Reverted cregex_match() to cregex_find... | Tyge Løvset |
| 2022-07-22 | Switched from "\\" as replacement group prefix to '$'. cregex_replace() chang... | Tyge Løvset |
| 2022-07-22 | FINAL cregex update for now: optimize/change callback mfun API. Also, cstr_pr... | Tyge Løvset |
| 2022-07-22 | Last minor API changes for cregex. Added descriptions in header. Updated RE e... | Tyge Løvset |
| 2022-07-22 | Changed / improved cregex API again (as promised). Possible final API. | Tyge Lovset |
| 2022-07-21 | cregex API change: Added cregex_match_ex() and cregex_match() with string pat... | Tyge Løvset |
| 2022-07-21 | Moved cregex_replace*() implementation to src/cregex.c | Tyge Løvset |
| 2022-07-20 | Cleanups, and renamed cregex_replace_fn() => cregex_replace_ex(). | Tyge Lovset |
| 2022-07-20 | Added cregex_replace*() [implemented in utf8code.c]. Added examples/regex_rep... | Tyge Lovset |
| 2022-06-20 | Small addition and warning removed in cregex.c. Else refactoring/cleanup. | Tyge Løvset |
| 2022-06-12 | Renamed cregex_find89 => cregex_match() | Tyge Løvset |
| 2022-06-11 | Improving cregex, and minors, e.g. cstr_foldcase=>cstr_casefold. | Tyge Lovset |
| 2022-06-10 | Fixed mistake. | Tyge Løvset |
| 2022-06-10 | removed cstr_length() and csview_length() -> use .._size(). | Tyge Løvset |
| 2022-06-10 | utf8 fixes and improvements. Some api changes. | Tyge Løvset |
| 2022-06-10 | Some changes to utf8 cstr methods. | Tyge Løvset |
| 2022-06-09 | Added utf8_peek() | Tyge Løvset |
| 2022-06-09 | Removed adding circled letters and roman numerics from toupper/tolower | Tyge Løvset |
| 2022-06-08 | Fixed char mappings again, and simplified. | Tyge Løvset |
| 2022-06-08 | Added cstr case folding methods. | Tyge Løvset |
| 2022-06-08 | Fixed case mappings (final). | Tyge Løvset |
| 2022-06-08 | Fixed utf8 tables again. Separate casefold, toupper, tolower functions. | Tyge Løvset |
| 2022-06-07 | Added back ASCII char classes, like [[:alpha:]]. | Tyge Løvset |
| 2022-06-07 | Some improvements in utf8tabs.py | Tyge Løvset |
| 2022-06-07 | Update/Fix utf8tabs.py/utf8tabs.inc. | Tyge Løvset |
| 2022-06-07 | Bugfixed / Updated utf8tabs.* and utf8code.c | Tyge Lovset |
| 2022-06-03 | refactored utf8tabs.py, still has a bug though | Tyge Løvset |
| 2022-06-02 | Improved namings in utf8tabs.py and removed unicode tables | Tyge Løvset |
| 2022-06-01 | Converted all files with DOS line endings to LINUX. | Tyge Løvset |
| 2022-06-01 | Added src/libstc.c which implements all non-templated functions (e.g. from cs... | Tyge Løvset |
| 2022-05-31 | Added simple utf8 case insensitive wrappers: cstr_iequals(), cstr_istarts_wit... | Tyge Løvset |
| 2022-05-31 | Fixed compiler errors of missing updates. | Tyge Løvset |
| 2022-05-31 | 1) REMOVED files/modules not relevant: makes lib more focused: | Tyge Løvset |
| 2022-05-31 | cleanup of icmp impl. | Tyge Lovset |
| 2022-05-31 | Generalized utf8_icmp_n() and added cstr_icmp(), csview_icmp(). | Tyge Lovset |
| 2022-05-30 | Added utf8_icmp_n() case insensitive comparison. | Tyge Lovset |
| 2022-05-30 | Updated benchmarks and renamed utf8utils.c to utf8code.c | Tyge Løvset |
| 2022-05-30 | Done refactoring: | Tyge Løvset |