| Age | Commit message (Expand) | Author |
| 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-07 | Internal: moved some functions in csview/cstr to implementation sections. | Tyge Løvset |
| 2022-07-31 | csview: csview_token(sv, sep, &start): now start > sv.size on last token. Rem... | Tyge Løvset |
| 2022-07-27 | VERSION 3.8 BETA: Some changes in cstr / csview APIs: replace* / find*, *_u8(... | Tyge Løvset |
| 2022-07-20 | Added cregex_replace*() [implemented in utf8code.c]. Added examples/regex_rep... | Tyge Lovset |
| 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 cstr_rename_n() => cstr_rename_with_n() as it could be confused to re... | 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-02 | updated cstr and csview docs | Tyge Lovset |
| 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 | Generalized utf8_icmp_n() and added cstr_icmp(), csview_icmp(). | 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 |
| 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-13 | Changed csview c_PRIsv macro. Now must be prefixed with "%", to match with PR... | 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-06 | Internal: made c_sv(lit) available after include ccommon.h and forward.h | Tyge Lovset |
| 2022-04-28 | _i_implement moved to user-level template parameter as i_implement. Removed i... | Tyge Løvset |
| 2022-04-25 | Removed size argument to `i_hash` template parameter and `c_default_hash`. Th... | Tyge Løvset |
| 2022-04-24 | Created VERSION 3.5. See News section in docs for changes. | Tyge Løvset |
| 2022-04-23 | Integrated (and removed) c_hash32 and c_hash64 into c_default_hash, which is ... | Tyge Løvset |
| 2022-03-31 | More fixes on cstr <-> cstr_sso compability. | Tyge Løvset |
| 2022-03-26 | Fixed alt/cstr.h (short string optimized), so that it can be used in containe... | Tyge Løvset |
| 2022-03-16 | Bugfix: carc and cbox cmp functions had bug. | Tyge Løvset |
| 2022-03-04 | Replaced c_strlit type with c_strlen_lit(lit) macro and its usage. | Tyge Løvset |
| 2022-02-06 | Misc improvements. | Tyge Løvset |
| 2022-01-30 | Replaced utf8_decode() and friends code. | Tyge Løvset |
| 2022-01-14 | Fixed function linkage spec in cstr. Moved typedefs of cstr and csview to for... | Tyge Løvset |
| 2022-01-14 | Final utf8 api, and docs. | Tyge Løvset |
| 2022-01-14 | Renamed *_v() methods to *_sv(). Note: this breaks API, hopefully not too int... | Tyge Løvset |
| 2022-01-14 | Removed cstr iter; => csview iter is now utf8 iter. See utf8.h example. | Tyge Løvset |
| 2022-01-13 | Changed cstr_replace_v() and added utf8_substr(). Moved/changed some code fro... | 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-04 | Fixed csview hash func. | Tyge Løvset |
| 2022-01-03 | Bump to 2022. | Tyge Løvset |
| 2022-01-03 | "gcc/clang -O2 -Wall -std=c99 -pedantic" compiles examples with no warnings. ... | Tyge Løvset |
| 2022-01-02 | Simplified and improved linkage configuration. Reorganized crandom.h a bit. | Tyge Løvset |
| 2022-01-01 | Corrected linking macro settings. | Tyge Løvset |
| 2021-12-29 | Removed warnings for MS cl -W2 and clang -pedantic -std=c99. No functional ch... | Tyge Løvset |
| 2021-12-29 | Update of README.md docs describing version 3. | Tyge Løvset |
| 2021-12-29 | Fixed and simplified csview tokensizer call. | Tyge Løvset |
| 2021-12-19 | Global rename of `_equ\b` => `_eq`. In practice `i_equ` must renamed to `i_eq... | Tyge Løvset |