summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2020-11-30Added crandom_api.mdTyge Løvset
2020-11-30Two forgotten ;Tyge Løvset
2020-11-30Renamed tag template param name from $ to T.Tyge Løvset
2020-11-30Added cmap api docs.Tyge Løvset
2020-11-30Replaced z with $ as 'template' parameter.Tyge Løvset
2020-11-30Minors docs.Tyge Løvset
2020-11-30Formatting in str docs.Tyge Løvset
2020-11-30Restructured vec api doc.Tyge Løvset
2020-11-30Fixed cvec docs.Tyge Løvset
2020-11-30Added cvec api docs.Tyge Løvset
2020-11-30Added clist docs, updated cbitset.h and docs.Tyge Løvset
2020-11-29Added cbitset documentation: Unfinished.Tyge Løvset
2020-11-27Docs and minor update of cstr.hTyge Løvset
2020-11-27Update README.mdTyge Løvset
2020-11-27Update README.mdTyge Løvset
2020-11-27Update README.mdTyge Løvset
2020-11-27Added and renamed case insensitive search functions.Tyge Løvset
2020-11-26Added link to beginning of cstr API documentation, and some small docu fixes.Tyge Løvset
2020-11-26Renamed benchmark.c to c++ file, to default enable comparing with various c++...Tyge Løvset
2020-11-26Now removed stc/cfmt.hTyge Løvset
2020-11-26Removed stc/cfmt.h, as _Generic requires C11. I have made it a gist: https://...Tyge Løvset
2020-11-25Update cstr_api.mdTyge Løvset
2020-11-25Doc fixesTyge Løvset
2020-11-25Update cstr_api.mdTyge Løvset
2020-11-24Doc refinement.Tyge Løvset
2020-11-24Update cstr_api.mdTyge Løvset
2020-11-24Update cstr_api.mdTyge Løvset
2020-11-24Create cstr_api.mdTyge Løvset
2020-11-24Forgot #include <ctype.h> required by tolower().Tyge Løvset
2020-11-24Added case insensitive compare: c_strcasecmp(), cstr_casecmp(), cstr_equals_c...Tyge Løvset
2020-11-24Fixed return value from cstr_find_n(), and added cstr_length() alias to cstr_...Tyge Løvset
2020-11-22Fixed cstr_find_n(). Renamed cstr_NPOS to cstr_npos.Tyge Løvset
2020-11-16Small update of the new cstr methods.Tyge Løvset
2020-11-16Added cstr_contains(), cstr_begins_with(), cstr_ends_with(), and changed cstr...Tyge Løvset
2020-11-10Refactored cstr_fmt().Tyge Løvset
2020-11-07Last fix on getdelim().Tyge Løvset
2020-11-07Another fix of cstr_getdelim()Tyge Løvset
2020-11-07Fix bug in cstr_reserve, discovered in cstr_getdelim().Tyge Løvset
2020-11-06Two minor fixes.Tyge Løvset
2020-11-04Larger constant Phi in hash16.Tyge Løvset
2020-11-03Small API change c_withbuffer() and doc fix.Tyge Løvset
2020-11-03renamed __init to _initsTyge Løvset
2020-11-02Changed (half)-internal *_INIT to *__init macros. Minor reformatting.Tyge Løvset
2020-10-30Update README.mdTyge Løvset
2020-10-30Description of cfmt.hTyge Løvset
2020-10-27Fixed final minor error.Tyge Løvset
2020-10-27Improved error, and code reduction.Tyge Løvset
2020-10-26Updates examples using cfmt.h c_print().Tyge Løvset
2020-10-26Final fix.Tyge Løvset
2020-10-26Another minor.Tyge Løvset