| Age | Commit message (Expand) | Author |
| 2022-09-24 | Fixes for csview and cstr sub-types (_value and _iter). | Tyge Løvset |
| 2022-09-22 | Updated _advance() iter methods. Some have signed offsets. | Tyge Løvset |
| 2022-09-21 | Added cstr_push(), cstr_pop() - push/pop one utf8 char. | Tyge Løvset |
| 2022-09-05 | Added cstr_append_fmt(). | Tyge Løvset |
| 2022-08-18 | Added cstr_u8_erase(). Renamed cstr_erase_n() => cstr_erase(). | Tyge Lovset |
| 2022-08-18 | Some API updates cstr, csview with utf8. Added front()/back() to cstack. | Tyge Lovset |
| 2022-08-15 | More iterator fixes. Make sure cvec/cdeq find_in() return end() iterator if i... | Tyge Løvset |
| 2022-08-12 | cstr V4: Changed cstr functions to take pointers to self, not values. This is... | Tyge Løvset |
| 2022-08-11 | Renamed all iter members ._end to .end, to make them "public". | Tyge Lovset |
| 2022-08-10 | Fixed iters for carr2/carr3 and cstr/csview. | Tyge Løvset |
| 2022-08-09 | Experiment with other type of iterator. Does not compile. | Tyge Løvset |
| 2022-08-09 | Internal stuff. | 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 | Finalized toupper/tolower. | 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-07-27 | VERSION 3.8 BETA: Some changes in cstr / csview APIs: replace* / find*, *_u8(... | Tyge Løvset |
| 2022-07-22 | FINAL cregex update for now: optimize/change callback mfun API. Also, cstr_pr... | Tyge Løvset |
| 2022-07-20 | Added cregex_replace*() [implemented in utf8code.c]. Added examples/regex_rep... | Tyge Lovset |
| 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-11 | Improving cregex, and minors, e.g. cstr_foldcase=>cstr_casefold. | Tyge Lovset |
| 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-08 | Added cstr case folding methods. | Tyge Løvset |
| 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 | Reverted to default static linkage of non-templated symbols (cstr, csview, ..... | 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 | 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 | Updated cstr utf8 docs. | Tyge Løvset |
| 2022-05-30 | Updated benchmarks and renamed utf8utils.c to utf8code.c | Tyge Løvset |
| 2022-05-30 | Done refactoring: | Tyge Løvset |
| 2022-05-30 | Large refactoring on strings / utf8 and some file structure. | Tyge Lovset |
| 2022-05-29 | Renamed cstr_replace_first() => cstr_replace_one(). | Tyge Lovset |
| 2022-05-25 | Fixed #25: "behaviour of cstr_clear is suprising": Resets size to 0, while ke... | Tyge Løvset |
| 2022-05-23 | Bugfix: cstr_find_s() returned bool. Fix return size_t. | Tyge Løvset |
| 2022-05-23 | Renamed cstr_find_n(self, search, pos, nmax) => cstr_find_from(self, pos, sea... | Tyge Løvset |
| 2022-05-20 | Removed cstr_from_replace_all_sv(), Added cstr_replace_first(). Renamed argum... | Tyge Løvset |
| 2022-05-13 | Added cstr_assign_s(), and changed return type to char* for cstr_assign*() an... | Tyge Løvset |
| 2022-05-13 | Fixed bug in cstr_assign_n(). Thanks to murtazahakim for reporting. | Tyge Løvset |