| Age | Commit message (Collapse) | Author |
|
|
|
|
|
cstr_find*() to take a cstr_t value instead of pointer, because it returns an int position only, not iter reference.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
c_break_with macros.
|
|
|
|
|
|
|
|
|
|
change again.
|
|
|
|
|
|
<container>_destroy() to <container>_del.
|
|
|
|
|
|
|
|
|
|
<container>_init() method.
Reverted name cprique back to cpqueue.
|
|
|
|
values.
|
|
|
|
|
|
|
|
|
|
|
|
c_push(). Removed warnings cmap and cstr.
|
|
null-termination in pop_back();
Changed API for cstr_find(), and made a general c_strnstr() function.
|
|
missed
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CList_<tag> => clist_<tag>. Note: CStr => cstr_t, CBitset => cbitset_t
|
|
std::map::insert(), rust HashMap::insert()
Updated cstr_hashRaw() to djb2() algorithm.
|