| Age | Commit message (Expand) | Author |
| 2023-07-26 | Added cmap_emplace_key() / csmap_emplace_key() | tylov |
| 2023-07-18 | Renamed i_native_cmp => i_cmp_native | tylov |
| 2023-07-15 | Improved warning, and other enhancements in ccommon.h | tylov |
| 2023-06-11 | Added priv/linkage.h and renamed priv/template2.h => priv/template_undef.h. | Tyge Løvset |
| 2023-05-20 | Rename c_make() macro to c_init(). c_make still available, but deprecated. | Tyge Løvset |
| 2023-05-18 | Fixing find_in() in cdeq, and add support c_eraseremove_if() for cqueue and c... | Tyge Løvset |
| 2023-04-27 | removing compiler warning ++. | 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-03-26 | Remove more c_with, c_auto | 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-12 | Safer state machine in coroutine.h (internal). | Tyge Løvset |
| 2023-03-10 | Added short names by default to c11/fmt.h print, println and printd. | 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-07 | Improved/simplified c_forfilter (): last optional parameter gone. Now c_flt_t... | Tyge Løvset |
| 2023-02-13 | Changed name of c_flt_inc() to c_flt_count(). | Tyge Løvset |
| 2023-02-13 | Docs update and improvements | Tyge Løvset |
| 2023-02-12 | Fairly large update before release 4.1, cleaning up docs and some minor addit... | Tyge Løvset |
| 2023-02-08 | Changed to use lowercase flow-control macros in examples (uppercase will stil... | Tyge Løvset |
| 2023-01-23 | Changed c_OVERLOADMACRO() internally. | Tyge Løvset |
| 2023-01-19 | Finish last commit. Most safe function macros are now preferred lowercase, wh... | Tyge Løvset |
| 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-30 | More restructuring of files and cleanup. Moved carr2.h and carr3.h to misc/in... | Tyge Løvset |
| 2022-12-29 | Restructuring of some headers into include/algo folder. Some API changes *_re... | Tyge Løvset |