| Age | Commit message (Expand) | Author |
| 2021-05-20 | Moved stc folder into include folder. | 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-18 | Added the new c_defer(), c_with(), c_withvar() macros into the examples. | Tyge Løvset |
| 2021-05-18 | Internal updates in cstr. Minor API change in carray carrayNX_with_value() =>... | 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 | 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 | 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-04-30 | Internal only: Removed cstr_t and cbits_t: only use cstr and cbits. Finished ... | Tyge Løvset |
| 2021-04-23 | Internal restructure of methods declarations. Backported others/clist_v1.h. | Tyge Løvset |
| 2021-04-08 | Big change set to simplify the internal templating implementations. Shorter a... | Tyge Løvset |
| 2021-03-13 | Fixed some doc errors in csmap and cmap. Added some inline funcs to cstr. Add... | Tyge Løvset |
| 2021-03-06 | Cleanups and internal renames. Backported csmap_v1.h in examples to match csm... | Tyge Løvset |
| 2021-03-02 | Fixed: renamed reserved symbols/names. | Tyge Løvset |
| 2021-02-25 | Some cstr doc minors. | Tyge Løvset |
| 2021-02-23 | Updated cstr doc. | Tyge Løvset |
| 2021-02-20 | Internal renaming improvements. | Tyge Løvset |
| 2021-02-18 | Minor cleanup | Tyge Løvset |
| 2021-02-17 | Fix a dependency issue. | Tyge Løvset |
| 2021-02-16 | Fixed hash API. | Tyge Løvset |
| 2021-02-16 | Tweaked. | Tyge Løvset |
| 2021-02-16 | Fix/simplify c_memccpy() | Tyge Løvset |
| 2021-02-15 | Added fast posix memccpy() - c_memccpy(). | Tyge Løvset |
| 2021-02-14 | Refinements. | Tyge Løvset |
| 2021-02-13 | Replaced default hash for cmap. | Tyge Løvset |
| 2021-02-05 | Rewrote to use c_container_of() instead of size_t offset. | Tyge Løvset |
| 2021-02-05 | Upgraded cstr impl. | Tyge Løvset |
| 2021-01-30 | Internal changes: removed use of cmap_inits and set_inits. Use cmap_x_init() ... | Tyge Løvset |
| 2021-01-19 | String docs updated. | Tyge Løvset |
| 2021-01-17 | Removed cset.h - alias of cmap.h. Updated year copyright. | Tyge Løvset |
| 2021-01-12 | Added iter_data() instead of changing user_data() to preserve backward comp. ... | Tyge Løvset |
| 2021-01-09 | Added cmap benchmark and external picobenchmark.hpp | Tyge Løvset |
| 2021-01-02 | Major upgrade: Added 'clone' template parameters to containers. Reorganized a... | Tyge Løvset |
| 2020-12-17 | API change: Reverted back to original name used for .val in iterators to .ref | Tyge Løvset |
| 2020-12-08 | Updated api for with clone() | Tyge Løvset |
| 2020-12-08 | Added clone() to stack, cpqueue and queue. | Tyge Løvset |
| 2020-12-08 | - Added clone() to cvec and clist | Tyge Løvset |
| 2020-12-02 | Improved docs for using_*() macros. | Tyge Løvset |
| 2020-12-01 | Added numbers before functions in cstr docs. | Tyge Løvset |
| 2020-12-01 | Fixed docs, some minor changes in cstr.h and cmap.h as well. | Tyge Løvset |
| 2020-11-27 | Docs and minor update of cstr.h | Tyge Løvset |
| 2020-11-27 | Added and renamed case insensitive search functions. | Tyge Løvset |
| 2020-11-24 | Forgot #include <ctype.h> required by tolower(). | Tyge Løvset |
| 2020-11-24 | Added case insensitive compare: c_strcasecmp(), cstr_casecmp(), cstr_equals_c... | Tyge Løvset |
| 2020-11-24 | Fixed return value from cstr_find_n(), and added cstr_length() alias to cstr_... | Tyge Løvset |