| Age | Commit message (Expand) | Author |
| 2020-07-23 | Changed cvecpq.h priority queue API and crandom.h API | Tyge Løvset |
| 2020-07-23 | Added generic c_push(.., items) to push a list of items onto the containers. | Tyge Løvset |
| 2020-07-22 | Fixed cmap_xx_clear() | Tyge Løvset |
| 2020-07-22 | Add some examples. | Tyge Løvset |
| 2020-07-22 | Renamed CArray to CArr. Renamed cmap_xx_get() to cmap_xx_find(). Changed _fro... | Tyge Løvset |
| 2020-07-21 | renamed cstr_makeFmt to cstr_from | Tyge Løvset |
| 2020-07-21 | 1. Added initializers for containers *_from(). 2. Changed reserve(): size now... | Tyge Løvset |
| 2020-07-21 | Cleaned up MAP API. Added 2 examles. | Tyge Løvset |
| 2020-07-21 | Reordered declare_CMap/CSet argument list. | Tyge Løvset |
| 2020-07-21 | Updated prime.c example and clist doc/example. | Tyge Løvset |
| 2020-07-19 | Changed API to PriorityQ | Tyge Løvset |
| 2020-07-19 | Changed vecheap.h API again. | Tyge Løvset |
| 2020-07-18 | Fixed geek7.c with heap. Renamed vecque.h to vecheap.h | Tyge Løvset |
| 2020-07-18 | Some API changes on vec heap. | Tyge Løvset |
| 2020-07-18 | Added stc/cvecque.h : priority queue using vector as heap. | Tyge Løvset |
| 2020-07-17 | Fixed README's. | Tyge Løvset |
| 2020-07-17 | Renamed chash.h to cmap.h and added cset.h | Tyge Løvset |
| 2020-07-17 | Added macro overload allowing zero args (not utilized). Renamed ..._floatRand... | Tyge Løvset |
| 2020-07-16 | Updated includes to reflect rename of cvec.h and cstr.h | Tyge Løvset |
| 2020-07-16 | API CHANGES: CHash now splitted to CMap / CSet, still in chash.h header. Rena... | Tyge Løvset |
| 2020-07-16 | CHanged API: Renamed CString to CStr and CVector to CVec. All function names ... | Tyge Løvset |
| 2020-07-15 | Merge branch 'master' of https://github.com/tylo-work/C99Containers | Tyge Løvset |
| 2020-07-15 | Changed API, eraseBucket(&m, index) -> eraseEntry(&m, entryPtr) | Tyge Løvset |
| 2020-07-15 | Update README.md | Tyge Løvset |
| 2020-07-15 | Updated advanced.c | Tyge Løvset |
| 2020-07-14 | Redefined declare_CHash() interface, reverted back to original. declare_CHash... | Tyge Løvset |
| 2020-06-25 | Added carrayN_makeFrom(..., array, own) to create from a externally created C... | Tylo |
| 2020-06-25 | Updated carray.h: renamed carray_xdim to separate carray1_xdim, carray2_xdim,... | Tylo |
| 2020-06-24 | Simplified maxload and shrinklimit. | Tylo |
| 2020-06-24 | Removed Mersenne Twister and xoroshiro functions. Added PGC32. Refactored car... | Tylo |
| 2020-06-23 | Improved representation storage for CArray. Stores "owned" as highest bit in ... | Tylo |
| 2020-06-23 | Minor stuff on crandom. and STC_INLINE | Tylo |
| 2020-06-22 | Restructure declare_CHash arguments (again) | Tylo |
| 2020-06-22 | Updated CArray to support destructors, and added underscore before used defin... | Tylo |
| 2020-06-22 | Update benchmark.c | Tyge Løvset |
| 2020-06-21 | Update README.md | Tyge Løvset |
| 2020-06-21 | Renamed to README.md | Tylo |
| 2020-06-21 | Moved examples to examples folder. | Tylo |