| Age | Commit message (Expand) | Author |
| 2022-08-13 | Experimental: Renamed c_autovar => c_with, c_autoscope => c_scope, c_autodefe... | 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-24 | API change: cbits now uses container pointers args in all member functions, e... | Tyge Løvset |
| 2022-05-22 | Rewrote cbits to make it dual: fixed-sized or dynamically sized by adding opt... | Tyge Løvset |
| 2022-04-06 | Refactoring cbits.h and sso alt/cstr.h | Tyge Løvset |
| 2022-03-04 | Updated printf formatting to portable code. This was also to use http://winli... | Tyge Løvset |
| 2021-12-19 | First commit for Version 3 of STC. Main changes are consistent rename of '_de... | Tyge Løvset |
| 2021-12-13 | Renamed constructor *cstr_lit()* to `cstr_new(lit)`. | Tyge Løvset |
| 2021-09-20 | Renamed macros: breaking changes for Version 2.0! | Tyge Lovset |
| 2021-08-21 | Fix memory leaks | Kamil Cukrowski |
| 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-04-30 | Internal only: Removed cstr_t and cbits_t: only use cstr and cbits. Finished ... | Tyge Løvset |
| 2021-03-19 | Trimmed down and simplified cbits API. Fixed cbits_is_disjoint(), was wrong. | Tyge Løvset |
| 2021-01-20 | Updates on benchmark. | Tyge Løvset |
| 2021-01-19 | Renamed cbitset to cbits. Added more docs. | Tyge Løvset |
| 2020-11-30 | Added clist docs, updated cbitset.h and docs. | Tyge Løvset |
| 2020-11-26 | Removed stc/cfmt.h, as _Generic requires C11. I have made it a gist: https://... | Tyge Løvset |
| 2020-11-03 | Small API change c_withbuffer() and doc fix. | Tyge Løvset |
| 2020-10-26 | Updates examples using cfmt.h c_print(). | Tyge Løvset |
| 2020-09-20 | converted to c_forrange(). | Tyge Løvset |
| 2020-09-18 | Changed <container>_ini macro constant to <container>_INIT, and <container>_d... | Tyge Løvset |
| 2020-09-05 | Added range iterators. | Tyge Løvset |
| 2020-08-16 | Fixed comparison in inits.c. Added iterator in bits.c example. | Tyge Løvset |
| 2020-08-14 | Fixed cbitset iter. | tylo |
| 2020-08-14 | Added iterator to cbitset. | Tyge Løvset |
| 2020-08-04 | Refinements and consistency fixes. | Tyge Løvset |
| 2020-08-03 | Improved API. | Tyge Løvset |
| 2020-07-30 | Minor stuff. | Tyge Løvset |
| 2020-07-29 | Renamed crandom.h to crand.h + Changed API. Renamed coptget.h to copt.h. | Tyge Løvset |
| 2020-07-28 | Lowercase naming | Tyge Løvset |
| 2020-07-27 | API CHANGES: Made types all lower case. E.g.: CMap_<tag> => cmap_<tag>, CList... | Tyge Løvset |
| 2020-07-26 | Added cbitset_count() | Tyge Løvset |
| 2020-07-24 | Updated CBitset (renamed from CBitVec too). Added <container>_<tag>_init(void... | Tyge Løvset |
| 2020-07-22 | Renamed CArray to CArr. Renamed cmap_xx_get() to cmap_xx_find(). Changed _fro... | Tyge Løvset |
| 2020-07-21 | Cleaned up MAP API. Added 2 examles. | Tyge Løvset |