| Age | Commit message (Expand) | Author |
| 2020-12-17 | Renamed cpqueue (priority queue) container to cpque. | Tyge Løvset |
| 2020-12-17 | Forgot benchmark.cpp | 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-16 | Renamed crandom to crand, including renaming of relevant files. | Tyge Løvset |
| 2020-12-16 | Reverted back API to easier naming scheme of crandom.h types and methods. | Tyge Løvset |
| 2020-12-15 | Minors on crandom and example. | Tyge Løvset |
| 2020-12-14 | Reworked the crandom.h module. Changed API (sorry!), made uniform distr. unbi... | Tyge Løvset |
| 2020-12-10 | Reverted cuptr to cptr. Added some typedefs in docs in cmap and cset. | Tyge Løvset |
| 2020-12-09 | Renamed coption.h to copt.h. Added docs/copt_api.md. | Tyge Løvset |
| 2020-12-09 | Renamed cptr_X type to cuptr_X, as it is similar to a unique_ptr, rather than... | Tyge Løvset |
| 2020-12-08 | Added docs/cptr_api.md | 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-05 | Some text improvements. Renamed method c_default_hash16 to c_default_hash. | Tyge Løvset |
| 2020-12-02 | Added carray docs. | Tyge Løvset |
| 2020-12-02 | Added better crandom and cvec example. | Tyge Løvset |
| 2020-12-01 | More docs update. | Tyge Løvset |
| 2020-11-30 | Added clist docs, updated cbitset.h and docs. | Tyge Løvset |
| 2020-11-26 | Renamed benchmark.c to c++ file, to default enable comparing with various c++... | 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-16 | Added cstr_contains(), cstr_begins_with(), cstr_ends_with(), and changed cstr... | Tyge Løvset |
| 2020-11-03 | Small API change c_withbuffer() and doc fix. | Tyge Løvset |
| 2020-11-03 | renamed __init to _inits | Tyge Løvset |
| 2020-11-02 | Changed (half)-internal *_INIT to *__init macros. Minor reformatting. | Tyge Løvset |
| 2020-10-26 | Updates examples using cfmt.h c_print(). | 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-21 | Small update. | 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-02 | Fixed generic less function - only worked for int | Tyge Løvset |
| 2020-10-01 | Renamed cpqueue build() to make_heap() | Tyge Løvset |
| 2020-09-27 | Fixed csptr and examples. | Tyge Løvset |
| 2020-09-26 | Merged csptr.h into cptr.h, simpler with one include file and these are very ... | Tyge Løvset |
| 2020-09-25 | Added ex. | Tyge Løvset |
| 2020-09-25 | Minor fixes. | Tyge Løvset |
| 2020-09-25 | Updated ptr.c example. | Tyge Løvset |
| 2020-09-25 | Added cptr.h and good examples for cptr and csptr (share_ptr.c). Some interna... | 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-24 | Added shared_ptr.c example | Tyge Løvset |
| 2020-09-23 | Some internal restructuring. Added shared_ptr like struct type: csptr.h | Tyge Løvset |
| 2020-09-22 | Added back khash and robin_hood hash in benchmark.c. | Tyge Løvset |
| 2020-09-20 | Possible to redefine STC memory allocator globally. | Tyge Løvset |
| 2020-09-20 | Fix. | Tyge Løvset |
| 2020-09-20 | Cleanup and renamed c_del_() to c_del() again. | Tyge Løvset |
| 2020-09-20 | Added c_foreach (i,N) and c_foreach (N), and updated README.md | Tyge Løvset |
| 2020-09-20 | Merge branch 'master' of https://github.com/tylo-work/C99Containers into master | Tyge Løvset |
| 2020-09-20 | converted to c_forrange(). | Tyge Løvset |
| 2020-09-19 | Update README.md | Tyge Løvset |