summaryrefslogtreecommitdiffhomepage
path: root/stc/coption.h
AgeCommit message (Collapse)Author
2021-03-26Removed coption.h and moved it to https://gist.github.com/tylov - Was not ↵Tyge Løvset
relevant in a container library. Will keep crandom.h though.
2021-03-02Fixed: renamed reserved symbols/names.Tyge Løvset
2021-01-21Reverted namings: crand to crandom, and copt to coption.Tyge Løvset
2020-12-09Renamed coption.h to copt.h. Added docs/copt_api.md.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-02Changed (half)-internal *_INIT to *__init macros. Minor reformatting.Tyge Løvset
2020-09-18Changed <container>_ini macro constant to <container>_INIT, and ↵Tyge Løvset
<container>_destroy() to <container>_del.
2020-09-03Changed constant <container>_init to <container>_ini to avoid conflict with ↵Tyge Løvset
<container>_init() method. Reverted name cprique back to cpqueue.
2020-09-02Renamed copt -> coption. Some smaller updates.Tyge Løvset
2020-07-27API CHANGES: Made types all lower case. E.g.: CMap_<tag> => cmap_<tag>, ↵Tyge Løvset
CList_<tag> => clist_<tag>. Note: CStr => cstr_t, CBitset => cbitset_t
2020-06-21Renamed files and classes: cmap -> chash, copt -> coptionTylo