| Age | Commit message (Expand) | Author |
| 2020-12-02 | Added carray docs. | Tyge Løvset |
| 2020-11-30 | Added docs/cset_api.md, and some small additions. | Tyge Løvset |
| 2020-11-27 | Docs and minor update of cstr.h | Tyge Løvset |
| 2020-11-27 | Update README.md | Tyge Løvset |
| 2020-11-27 | Update README.md | Tyge Løvset |
| 2020-11-27 | Update README.md | Tyge Løvset |
| 2020-11-26 | Added link to beginning of cstr API documentation, and some small docu fixes. | 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-10-30 | Update README.md | Tyge Løvset |
| 2020-10-30 | Description of cfmt.h | Tyge Løvset |
| 2020-10-25 | Changed stdout to have alias 1 instead of 0, and stderr=2. | Tyge Løvset |
| 2020-10-24 | Renamed c_printf() to c_print() because it no longer support of printf() form... | Tyge Løvset |
| 2020-10-21 | Fixed missing _Generic types. Renamed c_print to c_printf, added some usage. | Tyge Løvset |
| 2020-10-17 | Internal renaming of STC_IMP to STC_DEF. Removed cstr_INIT. Use cstr_init(). | Tyge Løvset |
| 2020-10-14 | Renamed cstr() constructor to cstr_from(), cstr_from() to cstr_from_fmt(). | Tyge Løvset |
| 2020-10-08 | Renamed cdefs.h to ccommon.h | Tyge Løvset |
| 2020-10-01 | Update README.md | Tyge Løvset |
| 2020-10-01 | Tiny doc error | Tyge Løvset |
| 2020-10-01 | Extended into example. | tylo |
| 2020-09-30 | Update README.md | Tyge Løvset |
| 2020-09-30 | Update README.md | Tyge Løvset |
| 2020-09-30 | Update README.md | Tyge Løvset |
| 2020-09-24 | Changed iter.get to iter.val member. Internal, but used external. Will not ch... | Tyge Løvset |
| 2020-09-22 | Update README.md | Tyge Løvset |
| 2020-09-22 | Minor cleanups README.md | Tyge Løvset |
| 2020-09-22 | Added back khash and robin_hood hash in benchmark.c. | Tyge Løvset |
| 2020-09-21 | Update README.md | Tyge Løvset |
| 2020-09-21 | Fixed all demos + added output | Tyge Løvset |
| 2020-09-21 | Update README.md | Tyge Løvset |
| 2020-09-21 | Update README.md | Tyge Løvset |
| 2020-09-21 | Update README.md | Tyge Løvset |
| 2020-09-20 | Possible to redefine STC memory allocator globally. | Tyge Løvset |
| 2020-09-20 | Update README.md | Tyge Løvset |
| 2020-09-20 | Added c_foreach (i,N) and c_foreach (N), and updated README.md | Tyge Løvset |
| 2020-09-19 | Update README.md | Tyge Løvset |
| 2020-09-19 | Update README.md | Tyge Løvset |
| 2020-09-18 | Changed <container>_ini macro constant to <container>_INIT, and <container>_d... | Tyge Løvset |
| 2020-09-17 | Fixed range methods in cvec, and renamed typename_<container>(..) to using_<c... | Tyge Løvset |
| 2020-09-16 | Changed earlier declare_<container>(..) macro to typedef_<container>(..) | Tyge Løvset |
| 2020-09-16 | Renamed two public macros. | Tyge Løvset |
| 2020-09-15 | Simplified declare_ statement e.g. c_cmap(...) | Tyge Løvset |
| 2020-09-15 | New API Change. | Tyge Løvset |
| 2020-09-14 | Got rid of c_items() macro. | Tyge Løvset |
| 2020-09-13 | Changed cmap_insert API to take a pair. cset_insert unchanged. | Tyge Løvset |
| 2020-09-07 | Small updates. | tylo |
| 2020-09-06 | Renamed push_****(), _insert() to _emplace(). added insert_or_assign(), etc. | Tyge Løvset |
| 2020-09-03 | Changed constant <container>_init to <container>_ini to avoid conflict with <... | Tyge Løvset |
| 2020-09-02 | Renamed copt -> coption. Some smaller updates. | Tyge Løvset |
| 2020-09-02 | Added cqueue.h, cstack.h and renamed cpqueue.h to cprique.h | Tyge Løvset |
| 2020-09-02 | Added cqueue.h and cstack.h adapters. Updated cpqueue.h API to be more consis... | Tyge Løvset |