index
:
STC-modified
master
modified
Fork of STC but some features (soon to be)modified to better fit my requirements.
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
stc
/
coption.h
Age
Commit message (
Collapse
)
Author
2021-03-26
Removed 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-02
Fixed: renamed reserved symbols/names.
Tyge Løvset
2021-01-21
Reverted namings: crand to crandom, and copt to coption.
Tyge Løvset
2020-12-09
Renamed coption.h to copt.h. Added docs/copt_api.md.
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-02
Changed (half)-internal *_INIT to *__init macros. Minor reformatting.
Tyge Løvset
2020-09-18
Changed <container>_ini macro constant to <container>_INIT, and ↵
Tyge Løvset
<container>_destroy() to <container>_del.
2020-09-03
Changed constant <container>_init to <container>_ini to avoid conflict with ↵
Tyge Løvset
<container>_init() method. Reverted name cprique back to cpqueue.
2020-09-02
Renamed copt -> coption. Some smaller updates.
Tyge Løvset
2020-07-27
API 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-21
Renamed files and classes: cmap -> chash, copt -> coption
Tylo