| Age | Commit message (Expand) | Author |
| 2020-12-31 | Internal only. | Tyge Løvset |
| 2020-12-31 | Some minor touches. | Tyge Løvset |
| 2020-12-30 | Fixed memory leak in cvec_X_resize and cdeq_X_resize. Removed macros cdeq_siz... | Tyge Løvset |
| 2020-12-30 | Some more opts. | Tyge Løvset |
| 2020-12-30 | API change: Swapped destroy <-> compare function args in using_*() macros for... | Tyge Løvset |
| 2020-12-29 | Another optimization on cdeq. Updated cdeq_benchmark.cpp | Tyge Løvset |
| 2020-12-29 | Optimized cdeq push_back/push_front performance. | Tyge Løvset |
| 2020-12-28 | Reverted crand.h API back to rename crand_* to stc64_*, and crand_next() -> s... | Tyge Løvset |
| 2020-12-27 | Removed MACRO functions in API, like cvec_size(c), cvec_empty(c). Use cvec_X_... | Tyge Løvset |
| 2020-12-21 | Added some benchmarks. Fix typo in cdeq.h | Tyge Løvset |
| 2020-12-21 | Optimized cdeq_X_insert_range. Added crand_uniform_fast() method (slightly bi... | Tyge Løvset |
| 2020-12-19 | Updated some docs. Small optim. when erasing n from front. | Tyge Løvset |
| 2020-12-19 | Some cleanup. | Tyge Løvset |
| 2020-12-18 | Got the fixes wrong. Ok now. | Tyge Løvset |
| 2020-12-18 | Fixed issues in cdeq and cvec. Added shrink_to_fit() too. | Tyge Løvset |
| 2020-12-18 | Added cdeq.h: Deque: Double Ended Queue. Fixed bug in cvec_X_push_n(). | Tyge Løvset |
| 2020-12-17 | Renamed cpqueue (priority queue) container to cpque. | 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 | Minor fixing of unsafe macros. | 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 | Updated api for with clone() | Tyge Løvset |
| 2020-12-08 | Added clone() to stack, cpqueue and queue. | Tyge Løvset |
| 2020-12-08 | Simplified cvec_clone(). | 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-03 | Fixed inconsistent API in cpqueue. | Tyge Løvset |
| 2020-12-03 | Simplified type sections. | Tyge Løvset |
| 2020-12-03 | Simplified/improved API naming for cvec.h | Tyge Løvset |
| 2020-12-02 | Improved docs for using_*() macros. | Tyge Løvset |
| 2020-12-02 | Added carray docs. | Tyge Løvset |
| 2020-12-01 | Added some examples. | Tyge Løvset |
| 2020-12-01 | Added numbers before functions in cstr docs. | Tyge Løvset |
| 2020-12-01 | More docs update. Renamed cvec_insert|erase_p() to cvec_insert|erase_ptr(). | Tyge Løvset |
| 2020-12-01 | Fixed docs, some minor changes in cstr.h and cmap.h as well. | Tyge Løvset |
| 2020-11-30 | Added cmap api docs. | Tyge Løvset |
| 2020-11-30 | Added clist docs, updated cbitset.h and docs. | 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-26 | Added link to beginning of cstr API documentation, and some small docu fixes. | Tyge Løvset |
| 2020-11-26 | Now removed stc/cfmt.h | 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-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 |