| Age | Commit message (Expand) | Author |
| 2023-04-12 | Merge branch 'master' into modified | realtradam |
| 2023-04-10 | Improved naming consistency: fixed rawkey - keyraw confusion (mostly internal). | Tyge Lovset |
| 2023-04-08 | Reverted c_arraylen(), removed c_ARRAYLEN() | Tyge Lovset |
| 2023-04-08 | Using "unsafe" c_ARRAYLEN(), because sizeof(shape) may be equal to sizeof poi... | 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-04-07 | Massive documentation update/improvements. | Tyge Lovset |
| 2023-04-05 | Internal: renamed untemplate.h to template2.h | Tyge Løvset |
| 2023-04-03 | Split priv/template.h in two files to make mksingle.sh work. | Tyge Løvset |
| 2023-04-03 | Renamed c_flt_n() => c_flt_getcount(), and c_flt_count() => c_flt_counter(). | Tyge Lovset |
| 2023-04-02 | Renamed c_flt_last(i) => c_flt_n(i) in algo/filter.h | Tyge Løvset |
| 2023-04-01 | Update of stc/extend.h | Tyge Lovset |
| 2023-03-31 | Added stc/extend.h: A generalized way to type-safely extend a container with ... | Tyge Lovset |
| 2023-03-31 | Change in crand. | Tyge Løvset |
| 2023-03-31 | Small change in crand_u64(). Use - instead of ^ in result. | Tyge Løvset |
| 2023-03-30 | Added crand.h - Alternative API to crandom.h, which will be deprecated. | Tyge Løvset |
| 2023-03-30 | removed unneeded code | Tyge Løvset |
| 2023-03-29 | Some optimizations in hash func. | Tyge Løvset |
| 2023-03-29 | Removed i_less_functor, i_cmp_functor, i_eq_functor and i_hash_functor: not n... | Tyge Lovset |
| 2023-03-28 | Example changes. Added crand.h possible replacement for crandom.h | Tyge Løvset |
| 2023-03-27 | Some missing files. | Tyge Løvset |
| 2023-03-26 | Remove more c_with, c_auto | Tyge Løvset |
| 2023-03-26 | development branch for 4.2 | Tyge Løvset |
| 2023-03-23 | Forgot an increment. | Tyge Lovset |
| 2023-03-23 | Internal in filter. c_xxx_if() macros now all have an _index var that can be ... | Tyge Lovset |
| 2023-03-22 | Added c_foreach_r() macro for reverse iter of cvec, cdeq, cstack. | Tyge Løvset |
| 2023-03-17 | Reuse of coroutine context requires cco_reset of state. | Tyge Løvset |
| 2023-03-13 | Added check for realloc failure in clist_sort(). | Tyge Løvset |
| 2023-03-13 | Fixed bug and improved generic c_eraseremove_if(). | Tyge Løvset |
| 2023-03-12 | Minor fix in coroutine.h | Tyge Løvset |
| 2023-03-12 | Fix warning. | Tyge Løvset |
| 2023-03-12 | Replaced clist mergesort with qsort: no need for i_extern defined to include it. | Tyge Løvset |
| 2023-03-12 | Safer state machine in coroutine.h (internal). | Tyge Løvset |
| 2023-03-11 | added a varg param variant of cstr_from_fmt | realtradam |
| 2023-03-10 | Added short names by default to c11/fmt.h print, println and printd. | Tyge Løvset |
| 2023-03-10 | Rename cco_alive() => cco_suspended(). Replaced cco_done() with cco_alive(). | Tyge Lovset |
| 2023-03-09 | Removed useless typedef in coroutine. | Tyge Løvset |
| 2023-03-09 | Added c_flt_transform() and some updates to coroutine.h. Added stc/calgo.h : ... | Tyge Løvset |
| 2023-03-08 | Added cco_done(ctx) to check if coroutine is complete (including cleanup stage). | Tyge Løvset |
| 2023-03-07 | Merge branch 'master' of github.com:tylov/STC | Tyge Løvset |
| 2023-03-07 | Improved/simplified c_forfilter (): last optional parameter gone. Now c_flt_t... | Tyge Løvset |
| 2023-03-06 | Simplify macro calling coroutine from coroutine. | Tyge Løvset |
| 2023-03-01 | Reverted example moves. | Tyge Løvset |
| 2023-03-01 | Moved algorithm examples to algo folder. | Tyge Løvset |
| 2023-02-28 | Fixed stopping of sub-coroutines. | Tyge Løvset |
| 2023-02-28 | Fixed a state issue in coroutine. | Tyge Løvset |
| 2023-02-28 | Final cleanups on corotines. | Tyge Løvset |
| 2023-02-28 | Renamed cco_coroutine => overloaded cco_yield(coro, ctx, retval). | Tyge Løvset |
| 2023-02-28 | Fixed coroutine.h and examples. cco_return; has no arguments. | Tyge Løvset |
| 2023-02-27 | Enhanced c_with and c_scope macros. Improved coroutine.h and example. | Tyge Løvset |