| Age | Commit message (Collapse) | Author |
|
values.
|
|
|
|
|
|
consistent.
|
|
|
|
cvec, clist, cmap. Added c_init() and c_destroy() generic algoritms on containers.
|
|
|
|
|
|
|
|
|
|
|
|
conforming with std::forward_list.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
API change.
|
|
|
|
c_push(). Removed warnings cmap and cstr.
|
|
|
|
|
|
null-termination in pop_back();
Changed API for cstr_find(), and made a general c_strnstr() function.
|
|
cstr_assign_s() / cstr_append_s() COPIES the input stream, so don't use cstr_make(). Meant to take owned cstr_t only!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|