| Age | Commit message (Expand) | Author |
| 2021-04-10 | Fix clist doc formatting. | Tyge Løvset |
| 2021-04-09 | Added csmap_X_erase_range(). | Tyge Løvset |
| 2021-04-08 | Minor formatting. Fix inaccuracy in doc. | Tyge Løvset |
| 2021-04-08 | Big change set to simplify the internal templating implementations. Shorter a... | Tyge Løvset |
| 2021-04-08 | Fix: csmap_X_erase_at() now returns an iter to next element. | Tyge Løvset |
| 2021-04-08 | clist_X_count() returns size of vector in O(n) time. | Tyge Løvset |
| 2021-04-05 | Rename and fixed clist_X_splice_out(L, begin, end) to clist_X_split(L, begin,... | Tyge Løvset |
| 2021-04-04 | Fixed bugs in clist_X_erase_at() and clist_X_erase_range(). Renamed clist_X_s... | Tyge Løvset |
| 2021-04-02 | Rewrote clist (2): Similar to std::list API ... | Tyge Løvset |
| 2021-04-02 | Rewrote clist API: Now in line with std::list API instead of std::forward_lis... | Tyge Løvset |
| 2021-03-30 | Moved cset and csset definitions to cset.h and csset.h. Updated docs. | Tyge Løvset |
| 2021-03-30 | Removed the cptr raw pointer. Only keep csptr: shared_ptr. Renamed cptr.h to ... | Tyge Løvset |
| 2021-03-30 | Another minor fix in cbits.h. Improved cbits_api.md example. | Tyge Løvset |
| 2021-03-29 | Another update of cbits. | Tyge Løvset |
| 2021-03-26 | Changed cpque declaration to using_cpque(X, Value, valueCompare), and valueCo... | Tyge Løvset |
| 2021-03-24 | Added valueCompare parameter to cpque. | Tyge Løvset |
| 2021-03-24 | Removed separate ## Header section in docs. | Tyge Løvset |
| 2021-03-24 | Cleanup in documentation. | Tyge Løvset |
| 2021-03-24 | Added alternative at() methods to carrays. | Tyge Løvset |
| 2021-03-22 | Final changes on carrays. Perfect now. | Tyge Løvset |
| 2021-03-22 | Document that carray2/3 is fully dynamic. | Tyge Løvset |
| 2021-03-22 | Rewrote carray.h completely. Somewhat different API, much easier/natural usag... | Tyge Løvset |
| 2021-03-19 | Trimmed down and simplified cbits API. Fixed cbits_is_disjoint(), was wrong. | Tyge Løvset |
| 2021-03-19 | Added clear() to cpque, cstack, cqueue, cbits, even though not in STL. Code/d... | Tyge Løvset |
| 2021-03-17 | Added csset_X_lower_bound() to docs, and some minor docs formatting. | Tyge Løvset |
| 2021-03-15 | Added csmap_X_lower_bound() method (find >= key). Updated docs a little. | Tyge Løvset |
| 2021-03-13 | Merge branch 'master' of https://github.com/tylo-work/C99Containers into master | 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-11 | Update cmap_api.md | Tyge Løvset |
| 2021-03-11 | Update maps/sets docs accordingly. | Tyge Løvset |
| 2021-03-11 | Renamed public *_result_t struct member names in maps/sets for consistency wi... | Tyge Løvset |
| 2021-03-10 | constness i stack top. | Tyge Løvset |
| 2021-03-07 | Corrected more constness. | Tyge Løvset |
| 2021-03-06 | Fixed some const-ness with begin/end methods. | Tyge Løvset |
| 2021-03-06 | Cleanups and internal renames. Backported csmap_v1.h in examples to match csm... | Tyge Løvset |
| 2021-03-03 | Update cmap_api.md | Tyge Løvset |
| 2021-03-03 | Removed cstr_t from docs (use cstr). | Tyge Løvset |
| 2021-03-03 | Last update for a while. | Tyge Løvset |
| 2021-03-03 | Some general doc changes. | Tyge Løvset |
| 2021-03-03 | Update crandom_api docs. | Tyge Løvset |
| 2021-03-03 | Toned down performance aspect in the docs. | Tyge Løvset |
| 2021-02-25 | Update cstr doc. | Tyge Løvset |
| 2021-02-25 | Some cstr doc minors. | Tyge Løvset |
| 2021-02-24 | More docs and some file renames. | Tyge Løvset |
| 2021-02-23 | Update cstr_api.md | Tyge Løvset |
| 2021-02-23 | Updated cstr doc. | Tyge Løvset |
| 2021-02-23 | Updated cstr doc. Format more like the others. | Tyge Løvset |
| 2021-02-22 | Added destructor comment and value_clone docs. | Tyge Løvset |
| 2021-02-22 | Renamed c_plain_... to c_trivial_... internal functions. | Tyge Løvset |
| 2021-02-22 | Small changes. Added back csmap/cmap put() but now with Key,Mapped args (not ... | Tyge Løvset |