| Age | Commit message (Expand) | Author |
| 2022-05-19 | Added _toval() in carc and cbox. Added dynamic polymorphism example, shape.c. | Tyge Løvset |
| 2022-05-18 | Formatted carc.h cbox.h: also simplified; removed _get() -> was same as _tora... | Tyge Løvset |
| 2022-05-16 | Changed contructor names in carr2/carr3 to be more consistent with other cont... | Tyge Løvset |
| 2022-05-13 | Changed csview c_PRIsv macro. Now must be prefixed with "%", to match with PR... | Tyge Løvset |
| 2022-05-13 | Added cstr_assign_s(), and changed return type to char* for cstr_assign*() an... | Tyge Løvset |
| 2022-05-13 | Fixed bug in cstr_assign_n(). Thanks to murtazahakim for reporting. | Tyge Løvset |
| 2022-05-13 | constness and code formatting. | Tyge Lovset |
| 2022-05-12 | i_keyfrom/i_valfrom no longer used with i_key_bind/i_val_bind. Is considered ... | Tyge Løvset |
| 2022-05-12 | Fixed issues with i_keyfrom/i_valfrom | Tyge Løvset |
| 2022-05-12 | Reverted some back, and made c_less_cmp() safer. | Tyge Løvset |
| 2022-05-11 | Added robustness (hopefully). | Tyge Løvset |
| 2022-05-11 | Added i_less template param as alternative to i_cmp. | Tyge Løvset |
| 2022-05-11 | minor cleanup cmap | Tyge Løvset |
| 2022-05-10 | Renamed (newish) functions expand_uninitialized to expand_uninit. + some mino... | Tyge Lovset |
| 2022-05-09 | Formatting only. | Tyge Løvset |
| 2022-05-09 | Small improvement in c_default_hash() | Tyge Løvset |
| 2022-05-07 | Updated alt/csmap.h to be synced with current csmap.h; alt-version allocates ... | Tyge Løvset |
| 2022-05-06 | Changed find_if() again. Now 3 iterator variants only. | Tyge Løvset |
| 2022-05-06 | Internal: made c_sv(lit) available after include ccommon.h and forward.h | Tyge Lovset |
| 2022-05-06 | Made cstr_buffer() func. public, and docs for cstr_sv() - convert to csview. | Tyge Lovset |
| 2022-05-05 | Swapped two arguments in c_find_if/c_find_it. Changed c_container_of(). | Tyge Løvset |
| 2022-05-05 | Added type-checked c_container_of() macro using typeof (C23, gcc, clang, tcc)... | Tyge Løvset |
| 2022-05-04 | Update README.md | Tyge Løvset |
| 2022-05-04 | Small change in find_if/it macro + doc of index variable. | Tyge Løvset |
| 2022-05-04 | Missing includes because of change in cregex.h | Tyge Løvset |
| 2022-05-04 | Added c_find_if, c_find_it macros: linear search in containers. Removed c_app... | Tyge Løvset |
| 2022-05-03 | Minor adjustments to previous commit. | Tyge Løvset |
| 2022-05-03 | Added push front/back of existing nodes. | Tyge Løvset |
| 2022-05-02 | Merge branch 'master' of github.com:tylov/STC | Tyge Løvset |
| 2022-05-02 | Fix linkage issue with clist_X_count(). | Tyge Løvset |
| 2022-05-02 | Fixed undefined behaviour (but working) code in carc. | Tyge Løvset |
| 2022-05-02 | Some more fix in README.md | Tyge Løvset |
| 2022-05-02 | More doc fixes on i_keyclone, i_keyfrom and i_valclone, i_valfrom | Tyge Løvset |
| 2022-05-02 | A few more docs bugs fixed. | Tyge Løvset |
| 2022-05-01 | More changes to intro text. | Tyge Løvset |
| 2022-05-01 | Update README.md | Tyge Løvset |
| 2022-05-01 | Rewrote introduction section. | Tyge Løvset |
| 2022-05-01 | - Array expansions (insert, reserve, clone) are now checked for malloc nomem,... | Tyge Lovset |
| 2022-04-29 | cmap/csmap cleanup incl. docs. | Tyge Løvset |
| 2022-04-28 | Update carc_api.md | Tyge Løvset |
| 2022-04-28 | _i_implement moved to user-level template parameter as i_implement. Removed i... | Tyge Løvset |
| 2022-04-28 | Finalized template.h logic. | Tyge Løvset |
| 2022-04-27 | Docs only update for carc/cbox. | Tyge Løvset |
| 2022-04-27 | Final fixes to carc and cbox; Reverted constructor name to make; (similarity ... | Tyge Løvset |
| 2022-04-27 | Updated examples. | Tyge Løvset |
| 2022-04-27 | Removed cbox_X_make() and carc_X_make() when i_rawval was not defined, i.e. l... | Tyge Løvset |
| 2022-04-27 | Bugfix: cbox didn't use i_keyclone, and therefore did not deep clone properly. | Tyge Løvset |
| 2022-04-27 | Added cstr_expand_uninitialized(). | Tyge Løvset |
| 2022-04-27 | Simplifications possible due to previous commit. | Tyge Løvset |
| 2022-04-27 | Finally FIXED cloning/to/from scheme to work properly. When using i_key_bind/... | Tyge Løvset |