| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
1) Renamed:
cregex_find_pt() -> cregex_find_pattern()
cregex_replace_pe() -> cregex_replace_pattern()
cregex_replace_ex() -> cregex_replace_sv()
2) Removed: cregex_replace_pt()
3) Moved cregex* (or pattern) to be first parameter.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Changed c_foreach_match(it, ...): to access matches, use it.match[j]
- splitstr.c now shows usages of both the above.
|
|
|
|
|
|
i_less or i_eq is specified. This removes annoying requirement.
|
|
Added a simple c_erase_if(). Removed deprecated c_apply() macro.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Some API updates cstr, csview with utf8. Added front()/back() to cstack.
|
|
|
|
|
|
|
|
|
|
VERSION 4.0 RC
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|