| Age | Commit message (Expand) | Author |
| 2021-05-24 | Fix c_fordefer example usage. | Tyge Løvset |
| 2021-05-24 | Fixed c_fordefer docs. | Tyge Løvset |
| 2021-05-24 | Renamed c_with => c_fordefer, and removed c_withvar. Macros were too deceivin... | Tyge Løvset |
| 2021-05-23 | Added csmap_find.c example. | Tyge Løvset |
| 2021-05-22 | Added *_value_toraw() methods to base containers. | Tyge Løvset |
| 2021-05-21 | Added substr() and cleanup of trimmed() API. | Tyge Løvset |
| 2021-05-21 | Added substr() and cleanup of trimmed() API. | Tyge Løvset |
| 2021-05-21 | Update csview_api.md | Tyge Løvset |
| 2021-05-21 | Merge branch 'master' of https://github.com/tylo-work/C99Containers into master | Tyge Løvset |
| 2021-05-21 | API change: c_breakwith => c_exitwith, c_breakdefer => c_exitdefer. Added cs... | Tyge Løvset |
| 2021-05-21 | Allow up to 3 vars in the c_withvar (type, v1, v2, v3) statement. | Tyge Løvset |
| 2021-05-21 | Update csview_api.md | Tyge Løvset |
| 2021-05-21 | Updated string split / tokenizer example in csview docs. | Tyge Løvset |
| 2021-05-20 | Merge branch 'master' of https://github.com/tylo-work/C99Containers into master | Tyge Løvset |
| 2021-05-20 | Updated links to header files in docs. | Tyge Løvset |
| 2021-05-20 | Updated csview tokenizer docs. | Tyge Løvset |
| 2021-05-20 | Added csview tokenizer (split string). | Tyge Løvset |
| 2021-05-20 | Added description of new include folder. | Tyge Løvset |
| 2021-05-20 | Moved stc folder into include folder. | Tyge Løvset |
| 2021-05-20 | Final API changes for csview: Added csview_trimmed*(), removed a few. | Tyge Løvset |
| 2021-05-20 | Changed new API: c_sv(literal) => c_sv(cstr), cstr_new(literal) => cstr_lit(l... | Tyge Løvset |
| 2021-05-19 | Some cmap, csmap docs updates. | Tyge Løvset |
| 2021-05-19 | Merge branch 'master' of https://github.com/tylo-work/C99Containers into master | Tyge Løvset |
| 2021-05-19 | More cleanups and refinements. | Tyge Løvset |
| 2021-05-18 | Update csmap_api.md | Tyge Løvset |
| 2021-05-18 | Update Example. | Tyge Løvset |
| 2021-05-18 | Updated cvec_str example. | Tyge Løvset |
| 2021-05-18 | Merge branch 'master' of https://github.com/tylo-work/C99Containers into master | Tyge Løvset |
| 2021-05-18 | Added the new c_defer(), c_with(), c_withvar() macros into the examples. | Tyge Løvset |
| 2021-05-18 | Update csview_api.md | Tyge Løvset |
| 2021-05-18 | Update ccommon_api.md | Tyge Løvset |
| 2021-05-18 | Update ccommon_api.md | Tyge Løvset |
| 2021-05-18 | Final improvements before push. | Tyge Løvset |
| 2021-05-18 | Added new file: csview: String View | Tyge Løvset |
| 2021-05-18 | Internal updates in cstr. Minor API change in carray carrayNX_with_value() =>... | Tyge Løvset |
| 2021-05-15 | API change: Renamed c_init() to c_var() to better describe it declares and in... | Tyge Løvset |
| 2021-05-15 | Renamed newly introduced internal c_cast() to c_make() for c++ compatability.... | Tyge Løvset |
| 2021-05-13 | Updated cstr: Added cstr_new(literal), Renamed cstr_assign_s() to cstr_copy()... | Tyge Løvset |
| 2021-05-11 | Removed cstr_append_fmt(): use cstr_assign_fmt(&s, "%s%s", s.str, "appended s... | Tyge Løvset |
| 2021-05-10 | added multimap example. | Tyge Løvset |
| 2021-05-10 | Some c_rawstr_*() functions were not updated in documentation. | Tyge Løvset |
| 2021-05-10 | Allow cstr len and n arguments to be larger than the string size it refers to... | Tyge Løvset |
| 2021-05-10 | cstr: Added cstr_replace_all(), cstr_append_fmt(). Renamed cstr_fmt() to cstr... | Tyge Løvset |
| 2021-05-07 | Forgot to remove. | Tyge Løvset |
| 2021-05-07 | Reverted c_trivial_*() to c_default_*(). | Tyge Løvset |
| 2021-05-07 | Rename to use c_rawstr_*() instead of c_rstr_*(). | Tyge Løvset |
| 2021-05-07 | Cleanup, internal renames. API: c_strhash() -> c_string_hash(), added adv() a... | Tyge Løvset |
| 2021-05-06 | Added erase() for cvec, cdeq and clist for consistency. | Tyge Løvset |
| 2021-05-05 | Changed some lesser used API in cvec and cdeq to be more consistent. Improved... | Tyge Løvset |
| 2021-05-05 | Rewrote cdeq to conform with cvec. | Tyge Løvset |