| Age | Commit message (Collapse) | Author |
|
|
|
Renamed c_ARGSV(sv) macro to c_SVARG(sv). Both available.
|
|
|
|
- Fixed issue #45 warning -Wunused-parameter in clist.h
- Fixed some issues with the singleheader.py generator.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cspan_atN() => cspan_submdN().
cstr_replace_ex() merged as overload of cstr_replace().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
replace tests.
|
|
|
|
Minor internal improvements.
|
|
whereas flow control macros (c_FOREACH, ..) are preferred uppercase.
|
|
initialization.
|
|
|
|
|
|
|
|
view, but can modify its elements.
|
|
|
|
not be string literal. Only for stdout.
|
|
|
|
(except resize).
|
|
|
|
|
|
|
|
- Moved stc/algo/cspan.h to stc/cspan.h - its a data view type similar to csview. +Many updates. Added docs/cspan_api.md page!
- Update c11/fmt.h to VER 2.0: NEW API, see test. NOTE: fmt.h is not officially part of STC, as it is C11, and STC is C99.
- Renamed crange_LITERAL() back to crange_literal(), and cspan_LITERAL() to cspan_literal(). These returns a compound literal (lvalue) that can be passed to a c_FOR*-iterator.
|
|
1-dimensional).
|