| Age | Commit message (Expand) | Author |
| 2023-09-06 | Renamed c_LTu(a, b) => c_less_unsigned(a, b) | Tyge Løvset |
| 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-30 | Some simplifications. Added i_ndebug macro flag to disable assertions in cspan. | Tyge Lovset |
| 2023-08-23 | Removed the last committed c_forint macro. | tylov |
| 2023-08-22 | Added c_forint and c_for macros as additions to c_forrange. | Tyge Lovset |
| 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 | Minors. | 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-11 | Finalized converting to i_use_cmp (vs i_no_cmp) | tylov |
| 2023-08-10 | Update template.h - also renamed i_cmp_native => i_use_cmp | Tyge Løvset |
| 2023-08-02 | Renamed (most internal "class" type) crawstr => ccharptr | Tyge Løvset |
| 2023-07-21 | Removed c_foreach_rv() - only worked for cvec, so not general. | tylov |
| 2023-07-21 | NB! Changed some coroutine API for consistency/simplicity: Added full task su... | tylov |
| 2023-07-15 | Improved warning, and other enhancements in ccommon.h | tylov |
| 2023-07-13 | Moved c_defer() macro from raii.h to ccommon.h. Some changes in cspan. | tylov |
| 2023-07-12 | Changed docs and examples to use i_key* template parameters instead of i_val*... | tylov |
| 2023-07-10 | Reverted from crange_init() to crange_make() again. Added to changelog for v4.3 | tylov |
| 2023-07-08 | Fixes from 32-bit raspberry pi testing. | tylov |
| 2023-07-07 | Issue #62: Fixed wrong printf format specifiers. Changed cbits.h to use long ... | Tyge Løvset |
| 2023-07-07 | Issue #60: fixed compiler compability. | Tyge Løvset |
| 2023-06-29 | Usage change: comparison is no longer enabled when specifying i_val for cvec,... | Tyge Lovset |
| 2023-06-11 | Added priv/linkage.h and renamed priv/template2.h => priv/template_undef.h. | 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-05-23 | Some house holding cleanup. | Tyge Løvset |
| 2023-05-21 | NB! Made cstr.h header-only by default. Now requires #define i_static, i_impl... | Tyge Lovset |
| 2023-05-20 | Rename c_make() macro to c_init(). c_make still available, but deprecated. | Tyge Løvset |
| 2023-05-18 | Huge update: cqueue and cdeq completely rewritten. cvec and cdeq API harmoniz... | Tyge Lovset |
| 2023-05-13 | File priv/raii.h no longer included by stc/ccommon.h, instead moved to stc/al... | Tyge Løvset |
| 2023-04-28 | Removed crandom.h and altnames.h. Housholding. | Tyge Løvset |
| 2023-04-27 | removing compiler warning ++. | Tyge Løvset |
| 2023-04-24 | Final hashing tweak | Tyge Løvset |
| 2023-04-24 | Final hash constants tunings. | Tyge Løvset |
| 2023-04-24 | Fixed another cmap issue | Tyge Løvset |
| 2023-04-23 | Tuned cmap.h and hash function. | Tyge Løvset |
| 2023-04-21 | Householding. | Tyge Løvset |
| 2023-04-18 | Removed unneeded custom size type in maps and bits.h. Prepared for possible r... | Tyge Løvset |
| 2023-04-14 | tuning of hash function. Adjusted benchmark balance. | Tyge Løvset |
| 2023-04-08 | Reverted c_arraylen(), removed c_ARRAYLEN() | Tyge Lovset |
| 2023-04-08 | More docs updates, and a change in stc/extend.h. | Tyge Lovset |
| 2023-04-07 | More docs updating. | Tyge Lovset |
| 2023-03-29 | Some optimizations in hash func. | Tyge Løvset |
| 2023-03-26 | development branch for 4.2 | Tyge Løvset |
| 2023-03-22 | Added c_foreach_r() macro for reverse iter of cvec, cdeq, cstack. | Tyge Løvset |
| 2023-03-13 | Fixed bug and improved generic c_eraseremove_if(). | Tyge Løvset |