| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Make all examples c++ compatible, except those using cspan.h
Removed: crange_obj()
Renamed: crange_make() => crange_init()
Renamed: cspan_make() => cspan_init()
Renamed: cstr_NULL => cstr_null
Renamed: csview_NULL => csview_null
|
|
|
|
deprecated.
|
|
|
|
time/date from a struct tm.
|
|
i_implement or i_extern (includes utf8code.c) to implement non-inline functions (or link with libstc).
|
|
|
|
the full match group (0).
|
|
harmonized. Docs update/improved.
|
|
|
|
|
|
csmap_api.md
|
|
|
|
|
|
Removed c_forwhile() macro. Redundant, use c_forfilter().
Removed find and eq in cspan (use general c_find_if() instead for search).
|
|
containers.
|
|
|
|
still be supported). Improved many examples to use c_make() to init containers.
|
|
|
|
|
|
- Fixed issue #45 warning -Wunused-parameter in clist.h
- Fixed some issues with the singleheader.py generator.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
unspecified size.
|
|
Some regex updates.
|
|
|
|
|
|
|
|
supported via include/stc/priv/lowcase.h.
|
|
*_replace*() functions have been renamed, and a few minor API changes.
|
|
|
|
are deprecated (not removed).
|
|
cstr_null => cstr_NULL
csview_null => csview_NULL
cstr_npos => c_NPOS
csview_npos => c_NPOS
c_ARGsv(sv) => c_ARGSV(sv)
c_init(x) => c_INIT(x)
|
|
|
|
|
|
|