| Age | Commit message (Expand) | Author |
| 2023-07-20 | Moved examples to sub-directories. Added cotask1.c cotask2.c examples. | tylov |
| 2023-07-15 | Improved warning, and other enhancements in ccommon.h | tylov |
| 2023-07-12 | Changed docs and examples to use i_key* template parameters instead of i_val*... | tylov |
| 2023-07-02 | Update in coroutine API. cco_yield, cco_await, cco_await_on, cco_block_on has... | Tyge Løvset |
| 2023-06-29 | Usage change: comparison is no longer enabled when specifying i_val for cvec,... | Tyge Lovset |
| 2023-06-20 | Added some more to coroutine.h | Tyge Løvset |
| 2023-06-14 | Fixed a bug in cco_await_on(), and added _pull() function to random access co... | Tyge Løvset |
| 2023-05-29 | Update extern benchmark maps. | Tyge Løvset |
| 2023-05-24 | coroutine.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-09 | reverted cco_await_done => cco_await_at. | Tyge Lovset |
| 2023-05-04 | Updates in coroutines.h: No longer *required* with cco_final:, but only when ... | Tyge Løvset |
| 2023-05-02 | Removed cco_alive(), was same as !cco_done() | Tyge Løvset |
| 2023-05-02 | Improved coroutine.h, added new coro examples. | Tyge Løvset |