| Age | Commit message (Expand) | Author |
| 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-21 | Extended regex_replace.c examples. | Tyge Lovset |
| 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-07-17 | Tuned benchmark shootout_hashmaps.cpp and updated two external c++ hash table... | Tyge Løvset |
| 2022-07-15 | Added shootout_hashmaps.cpp to build_all.sh and fixed warnings. | Tyge Løvset |
| 2022-07-15 | cmap: No longer uses c_umul128. If `i_size` is defined by user, table is powe... | Tyge Lovset |
| 2022-07-11 | Fixed documentation changes for size, capacity, empty. Minor changes in some ... | Tyge Lovset |
| 2022-07-07 | Merge pull request #29 from ktprime/patch-1 | Tyge Løvset |
| 2022-07-07 | Added emhash by ktprime to external benchmarks. Very fast iteration and lookups. | Tyge Løvset |
| 2022-07-07 | Added missing file: unordered_dense.h. Added -Wall -pedantic to benchmarks an... | Tyge Løvset |
| 2022-07-07 | add emhash to benchmark | hyb |
| 2022-07-06 | Version 3.7. Make sure to check NEWS/Changes in README.md for a few code-bre... | Tyge Løvset |
| 2022-06-27 | Fixed bug in csmap.h: begin() on empty map not inited correctly. Moved cstr_f... | Tyge Løvset |
| 2022-06-21 | Renamed expand_uninit() functions to insert_uninit() / append_uninit(). | Tyge Løvset |
| 2022-06-21 | Renamed cstr_rename_n() => cstr_rename_with_n() as it could be confused to re... | Tyge Løvset |
| 2022-06-20 | Small addition and warning removed in cregex.c. Else refactoring/cleanup. | Tyge Løvset |
| 2022-06-17 | Various refactoring. Renamed c_apply_arr() => c_apply_array() | Tyge Løvset |
| 2022-06-15 | Update carc_api.md | 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 | Revert last. | Tyge Løvset |
| 2022-06-10 | Small simplifications in cmap.h | Tyge Løvset |
| 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 | Changed a few cstr utf8 function names. | 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-02 | Update csview_api.md | Tyge Løvset |
| 2022-06-02 | Update cstr_api.md | Tyge Løvset |
| 2022-06-02 | updated cstr and csview docs | Tyge Lovset |
| 2022-06-01 | Change: Split replace into two: cstr_replace(s, search, repl), cstr_replace_f... | Tyge Løvset |
| 2022-06-01 | Renamed cstr_replace() => cstr_replace_at(), and cstr_replace_one() => cstr_r... | Tyge Løvset |
| 2022-06-01 | Put back cbox.h in main list. | Tyge Løvset |
| 2022-06-01 | Update docs on i_implement / shared linking. | Tyge Løvset |
| 2022-06-01 | Reverted to default static linkage of non-templated symbols (cstr, csview, ..... | Tyge Løvset |