| Age | Commit message (Expand) | Author |
| 2020-11-30 | Added clist docs, updated cbitset.h and docs. | Tyge Løvset |
| 2020-11-29 | Added cbitset documentation: Unfinished. | Tyge Løvset |
| 2020-11-27 | Docs and minor update of cstr.h | Tyge Løvset |
| 2020-11-27 | Update README.md | Tyge Løvset |
| 2020-11-27 | Update README.md | Tyge Løvset |
| 2020-11-27 | Update README.md | 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 | Renamed benchmark.c to c++ file, to default enable comparing with various c++... | 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-25 | Update cstr_api.md | Tyge Løvset |
| 2020-11-25 | Doc fixes | Tyge Løvset |
| 2020-11-25 | Update cstr_api.md | Tyge Løvset |
| 2020-11-24 | Doc refinement. | Tyge Løvset |
| 2020-11-24 | Update cstr_api.md | Tyge Løvset |
| 2020-11-24 | Update cstr_api.md | Tyge Løvset |
| 2020-11-24 | Create cstr_api.md | 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 |
| 2020-11-22 | Fixed cstr_find_n(). Renamed cstr_NPOS to cstr_npos. | Tyge Løvset |
| 2020-11-16 | Small update of the new cstr methods. | Tyge Løvset |
| 2020-11-16 | Added cstr_contains(), cstr_begins_with(), cstr_ends_with(), and changed cstr... | Tyge Løvset |
| 2020-11-10 | Refactored cstr_fmt(). | Tyge Løvset |
| 2020-11-07 | Last fix on getdelim(). | Tyge Løvset |
| 2020-11-07 | Another fix of cstr_getdelim() | Tyge Løvset |
| 2020-11-07 | Fix bug in cstr_reserve, discovered in cstr_getdelim(). | Tyge Løvset |
| 2020-11-06 | Two minor fixes. | Tyge Løvset |
| 2020-11-04 | Larger constant Phi in hash16. | 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-30 | Update README.md | Tyge Løvset |
| 2020-10-30 | Description of cfmt.h | Tyge Løvset |
| 2020-10-27 | Fixed final minor error. | Tyge Løvset |
| 2020-10-27 | Improved error, and code reduction. | Tyge Løvset |
| 2020-10-26 | Updates examples using cfmt.h c_print(). | Tyge Løvset |
| 2020-10-26 | Final fix. | Tyge Løvset |
| 2020-10-26 | Another minor. | Tyge Løvset |
| 2020-10-26 | Minor. | Tyge Løvset |
| 2020-10-26 | Removed differencing between float/double. Cleaner. | Tyge Løvset |
| 2020-10-26 | Support for differenting between float and double. Messy- | 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-24 | Added in-code documentation cfmt.h | Tyge Løvset |
| 2020-10-24 | Make sure returned buf is null terminated on unseuccessful strftime. | Tyge Løvset |
| 2020-10-24 | % no longer needed to be 'escaped' with %. now behaves as any chars. | Tyge Løvset |
| 2020-10-24 | More robust way. | Tyge Løvset |
| 2020-10-24 | Minor fix to c_timef() feature. | Tyge Løvset |