| Age | Commit message (Expand) | Author |
| 2022-12-20 | Restructured folders: examples, benchmarks, tests into misc folder. | Tyge Lovset |
| 2022-12-20 | Renamed c_sv() => c_SV() and reverted cstr_new() => cstr_lit(). Old names are... | Tyge Løvset |
| 2022-08-13 | Experimental: Renamed c_autovar => c_with, c_autoscope => c_scope, c_autodefe... | Tyge Løvset |
| 2022-07-27 | VERSION 3.8 BETA: Some changes in cstr / csview APIs: replace* / find*, *_u8(... | 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-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-05-30 | Done refactoring: | Tyge Løvset |
| 2022-05-29 | Renamed cstr_replace_first() => cstr_replace_one(). | Tyge Lovset |
| 2022-04-18 | Converted all example to use cstr_str(&s) instead of s.str to allow SSO strin... | Tyge Løvset |
| 2022-02-16 | Refactoring. Added size type param to forward_cmap/csmap . Reverted c_autovar... | Tyge Løvset |
| 2022-01-03 | "gcc/clang -O2 -Wall -std=c99 -pedantic" compiles examples with no warnings. ... | Tyge Løvset |
| 2021-12-19 | First commit for Version 3 of STC. Main changes are consistent rename of '_de... | Tyge Løvset |
| 2021-10-05 | Changed recommended order of defining template parameters. | Tyge Løvset |
| 2021-09-20 | Renamed macros: breaking changes for Version 2.0! | Tyge Lovset |
| 2021-05-24 | Split c_fordefer() into c_forvar() and c_fordefer() macros. | Tyge Løvset |
| 2021-05-24 | Renamed c_with => c_fordefer, and removed c_withvar. Macros were too deceivin... | Tyge Løvset |
| 2021-05-18 | Added the new c_defer(), c_with(), c_withvar() macros into the examples. | Tyge Løvset |
| 2021-02-24 | More docs and some file renames. | Tyge Løvset |
| 2020-10-14 | Renamed cstr() constructor to cstr_from(), cstr_from() to cstr_from_fmt(). | Tyge Løvset |
| 2020-09-20 | Cleanup and renamed c_del_() to c_del() again. | Tyge Løvset |
| 2020-09-18 | Changed <container>_ini macro constant to <container>_INIT, and <container>_d... | Tyge Løvset |
| 2020-09-16 | Added some missing templates in cmap. | Tyge Løvset |
| 2020-09-15 | New API Change. | Tyge Løvset |
| 2020-09-02 | Updated pqueue_top() API. Added c_destroy() also working for cstr, cbitmap. | Tyge Løvset |
| 2020-08-30 | Renamed cstr_destr to cstr_mdestroy(). Added a few more examples. | Tyge Løvset |