| Age | Commit message (Collapse) | Author |
|
|
|
cstr_lit(literal), csview_new() => csview_lit(). Added c_lit(literal) alias to csview_lit(literal).
|
|
|
|
=> carrayNX_with_values(). Docs/examples improvements.
|
|
compatability. Added usage.
|
|
cstr_copy(). Fixed and added minors in ccommon.h
|
|
string") for that.
|
|
|
|
to, like in STL.
|
|
cstr_assign_fmt().
Note that getdelim(), replace_all() and others may be placed in a separate using_cstr_utils() macro later.
|
|
|
|
|
|
and ind() to cvec and cdeq.
|
|
backporting of csmap_v1.h
|
|
|
|
and more readable code.
Removed C_X_itval() as they are no longer needed. API is to use *it.ref
|
|
Added read.c example.
|
|
csmap.h
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and cset_X_init(). Minor changes in cvec, csmap, cstr, crandom.
|
|
|
|
|
|
and keep global user_data().
|
|
Updated cstr.h
|
|
arg positions. Renamed csptr_X_share() to csptr_X_clone()
|
|
|
|
|
|
Renamed erase_at() to erase_n() in cvec and cstr to improve consistency.
|
|
- Renamed cstr_erase(s, pos, n) to cstr_erase_at(s, pos, n)
- Changed cvec_erase_at(v, pos) to cvec_erase_at(v, pos, n).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cstr_equals_caseins().
|
|
cstr_size().
|