| Age | Commit message (Expand) | Author |
| 2023-09-08 | Merge branch 'stclib:master' into modifiedHEADmodified | _Tradam |
| 2023-09-05 | Swapped two parameters in newly renamed "internal" function stc_strnstrn(). | Tyge Løvset |
| 2023-09-05 | Renamed (half)internal functions: | Tyge Løvset |
| 2023-09-05 | Renamed (half) internal function cfasthash() => cbytehash(). | Tyge Løvset |
| 2023-08-17 | Simplified access to utf8 character .chr in cstr / csview / crawstr iterators... | tylov |
| 2023-08-17 | Renamed "internal" csview member .str => .buf, as it is not null terminated l... | Tyge Lovset |
| 2023-08-15 | Fixed c_i2u() didn't trigger -Wsign-conversion warning. | tylov |
| 2023-08-15 | Reverting some internal variable names. | Tyge Lovset |
| 2023-08-14 | Reverted csubstr => csview. Sorry about that! | Tyge Løvset |
| 2023-08-14 | Finished last commit (cleanup, fixes). | tylov |
| 2023-08-13 | API CHANGES: | tylov |
| 2023-08-06 | Improved Installation section in README.md | tylov |
| 2023-07-20 | Added Task-object to coroutines and true stackless execution. | tylov |
| 2023-07-10 | - Fixed meta-programming bug in carc and cbox hash function def (regression). | tylov |
| 2023-06-29 | Usage change: comparison is no longer enabled when specifying i_val for cvec,... | Tyge Lovset |
| 2023-06-21 | Update of cstr_append_uninit(). | Tyge Løvset |
| 2023-06-13 | Added cco_closue(Ret, Closure) to define coroutine closure. | Tyge Løvset |
| 2023-06-11 | Added priv/linkage.h and renamed priv/template2.h => priv/template_undef.h. | Tyge Løvset |
| 2023-06-11 | More internal structuring | Tyge Løvset |
| 2023-06-09 | Rename i_extern template flag to i_import. i_extern still available, but depr... | Tyge Løvset |
| 2023-06-09 | Fixed issues with linking params i_implement, i_extern. | Tyge Løvset |
| 2023-06-08 | More small adjustments. | Tyge Lovset |
| 2023-05-21 | NB! Made cstr.h header-only by default. Now requires #define i_static, i_impl... | Tyge Lovset |
| 2023-05-20 | Fixed two minor things. | Tyge Lovset |
| 2023-03-11 | added a varg param variant of cstr_from_fmt | realtradam |
| 2023-02-16 | Reverted and removed maps put function. Renamed clist node api functions. Min... | Tyge Løvset |
| 2023-02-13 | Removed support for uppercase version of c_sv() (i.e c_SV => c_sv). | Tyge Løvset |
| 2023-02-05 | - Updated cspan.h to allow for compiling some functions as shared symbols. | Tyge Løvset |
| 2023-02-01 | Massive update from unsigned sizes and indices to signed. | Tyge Lovset |
| 2023-01-31 | Converted all containers but the maps and examples to signed sizes and indices. | Tyge Løvset |
| 2023-01-31 | Reverted c_MALLOC, c_CALLOC, c_REALLOC and c_FREE to lowercase. | Tyge Løvset |
| 2023-01-29 | Some method renaming in cspan: cspan_multidim() ctor => cspan_md(). cspan_a... | Tyge Løvset |
| 2023-01-27 | (Reverted) c_COMPOUND() to c_LITERAL(). | Tyge Løvset |
| 2023-01-19 | Finish last commit. Most safe function macros are now preferred lowercase, wh... | Tyge Løvset |
| 2023-01-04 | Renamed (half)-internal c_strlen_lit() to crawstr_len(). | Tyge Lovset |
| 2023-01-04 | Bump to 2023 | Tyge Løvset |
| 2022-12-31 | Internally renamed ccommon.h macros to uppercase. Lowercase macros are still ... | Tyge Løvset |
| 2022-12-29 | Restructuring of some headers into include/algo folder. Some API changes *_re... | Tyge Løvset |
| 2022-12-20 | Renamed (reverted) cstr_new(lit) => cstr_lit(lit). Old name is deprecated (su... | Tyge Løvset |
| 2022-12-20 | Renamed c_sv() => c_SV() and reverted cstr_new() => cstr_lit(). Old names are... | Tyge Løvset |
| 2022-12-19 | Renames: | Tyge Løvset |
| 2022-12-04 | Fixed BUG in cstr_tocase(). | Tyge Løvset |
| 2022-12-04 | Support for linking dependant UTF8 and cstr functions and/or cregex.c by defi... | Tyge Løvset |
| 2022-11-27 | Removed dependence to STC_CSTR_V1. | Tyge Løvset |
| 2022-11-22 | Fixes of -Wconversion warnings (not examples). | Tyge Løvset |
| 2022-11-05 | Fixed examples/make.sh. Also some -Wextra warnings in cstr removed. | Tyge Løvset |
| 2022-10-28 | Renamed some semi-internal functions which appeared to be macros by their name. | Tyge Løvset |
| 2022-10-28 | Renamed semi-internal macro (used for c++ compability) c_make => c_init. | Tyge Løvset |
| 2022-10-28 | Changed internal rep. for cstr to support 22 bytes small string instead of 23... | Tyge Løvset |
| 2022-09-25 | Added: crange number generator type. (similar to c++ std::iota). Fixed c_forf... | Tyge Løvset |