| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Some API updates cstr, csview with utf8. Added front()/back() to cstack.
|
|
|
|
|
|
|
|
|
|
|
|
item not found. Small cstr API change to u8_replace*.
|
|
|
|
|
|
c_autodefer => c_defer. May or may not be reverted before V4.0 release.
|
|
is consistent with the rest of the containers. csview will still use values, as it is designed to be passed by value.
|
|
cregex.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
end(). clist and csmap/cset already has this property.
|
|
|
|
Renamed cregex_find_p() => cregex_find_pt() // pattern
Renamed cregex_replace_p() => cregex_replace_pt() // pattern
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
becomes defined `c_derived_keyclone` when i_keyfrom is defined, i.e. you don't have to define both, but you can.
Improved cmap docs.
|
|
|
|
README.md docs.
|
|
|
|
|
|
|
|
|
|
|
|
global initialization of maps. This changes ABI, but so far STC has no stable ABI guarantees.
|