| Age | Commit message (Expand) | Author |
| 2022-08-08 | Reverted a minor change in template.h | Tyge Løvset |
| 2022-08-08 | Improved carc example in docs. | Tyge Løvset |
| 2022-08-08 | Reverted `{{` to `{ {` in documentation as markdown treats it special. | Tyge Løvset |
| 2022-08-08 | Prepared v4.0 BETA. | Tyge Løvset |
| 2022-08-07 | Refined template.h when specifying i_key_bind (and i_val_bind): i_keyclone b... | Tyge Løvset |
| 2022-08-07 | Internal: moved some functions in csview/cstr to implementation sections. | Tyge Løvset |
| 2022-08-06 | c_apply() deprecated: replaced with c_forarray() macro. Updated and improved ... | Tyge Løvset |
| 2022-08-05 | Reduce usage of c_apply() macro. | Tyge Løvset |
| 2022-08-02 | Removed mflags parameter in cregex_is_match(input, re). | Tyge Løvset |
| 2022-08-02 | Updated cregex docs. | Tyge Løvset |
| 2022-07-31 | VERSION 3.9: API change in c_forrange() with >= 3 args. csview updates. | 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-30 | Added support for more than 9 capture group replacements, e.g. "$12;". Added ... | Tyge Løvset |
| 2022-07-28 | Some minor cregex documentation fixes. | 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-28 | Added back coption.h and coption_api.md docs. | Tyge Løvset |
| 2022-07-27 | VERSION 3.8 BETA: Some changes in cstr / csview APIs: replace* / find*, *_u8(... | 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-06 | Version 3.7. Make sure to check NEWS/Changes in README.md for a few code-bre... | 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-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-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-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 | 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 |
| 2022-06-01 | Converted all files with DOS line endings to LINUX. | Tyge Løvset |
| 2022-06-01 | Merge branch 'master' of github.com:tylov/STC | Tyge Løvset |
| 2022-06-01 | Update docs regarding i_implement for cstr, cview, cbits, ... | Tyge Løvset |
| 2022-06-01 | Update cbits_api.md | Tyge Løvset |
| 2022-06-01 | Update cstr_api.md | Tyge Løvset |
| 2022-06-01 | Added some docs on utf8. API may change for cstr: to take const cstr* args in... | Tyge Løvset |
| 2022-05-31 | 1) REMOVED files/modules not relevant: makes lib more focused: | Tyge Løvset |
| 2022-05-30 | Updated cstr utf8 docs. | 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-24 | API change: cbits now uses container pointers args in all member functions, e... | Tyge Løvset |
| 2022-05-24 | Changed c_forpair(k, v, Map, map) so that k and v are pointers instead of val... | 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-22 | Changed c_apply(v, ..) macro to make it more consistent with c_apply_arr(v, .... | Tyge Løvset |