| Age | Commit message (Expand) | Author |
| 2021-03-26 | gitlinguist did not accept explicit c files detection. | Tyge Løvset |
| 2021-03-26 | Try to hide cpp files for gitlinquist to make it a 100% C project. | 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 | More README.md edit. | 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 optimizations / minimal implementation carray.h | 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-21 | Splitted using_carray() into using_carray2() and using_carray3() | Tyge Løvset |
| 2021-03-19 | Trimmed down and simplified cbits API. Fixed cbits_is_disjoint(), was wrong. | Tyge Løvset |
| 2021-03-19 | Merge branch 'master' of https://github.com/tylo-work/C99Containers into master | 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 | Update csmap.h | Tyge Løvset |
| 2021-03-17 | Update csmap.h | Tyge Løvset |
| 2021-03-17 | Added csset_X_lower_bound() to docs, and some minor docs formatting. | Tyge Løvset |
| 2021-03-17 | Merge pull request #2 from camel-cdr/patch-1 | 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 | Error in cmap.h example code. | Camel Coder |
| 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 | Internal renames. | Tyge Løvset |
| 2021-03-10 | Minor blip. | Tyge Løvset |
| 2021-03-10 | Reduced macro token-pasting a lot in maps. | 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 | Minor formatting. | Tyge Løvset |
| 2021-03-03 | Toned down performance aspect in the docs. | Tyge Løvset |
| 2021-03-02 | Fixed: renamed reserved symbols/names. | Tyge Løvset |
| 2021-03-01 | Cleanup c++ compilation of cbits.h | Tyge Løvset |
| 2021-03-01 | Update exteral maps | Tyge Løvset |
| 2021-03-01 | Fixed wrong assumption that compare always returns -1, 0, 1. | Tyge Løvset |
| 2021-02-28 | Made it possible use full 64-bit size_t range for cmap, by defining CMAP_SIZE... | Tyge Løvset |
| 2021-02-26 | Some improvements in hash functions. | Tyge Løvset |
| 2021-02-25 | FIXED: Serious regression bug in cmap.h. SORRY! | Tyge Løvset |
| 2021-02-25 | Merge branch 'master' of https://github.com/tylo-work/C99Containers into master | Tyge Løvset |
| 2021-02-25 | Update cstr doc. | Tyge Løvset |