| Age | Commit message (Expand) | Author |
| 2022-09-16 | Update external c++ unordered maps for benchmarking. | Tyge Løvset |
| 2022-09-12 | Moved changes summary to bottom of README.md | Tyge Løvset |
| 2022-09-11 | Changed cregex API: | Tyge Løvset |
| 2022-09-10 | Renamed template parameter i_cap => i_capacity | Tyge Løvset |
| 2022-09-10 | Internal renamings to discourage use of private struct fields. | Tyge Løvset |
| 2022-09-07 | Internal. | Tyge Lovset |
| 2022-09-06 | Update csview_api.md | Tyge Løvset |
| 2022-09-06 | Update csview_api.md | Tyge Løvset |
| 2022-09-06 | Updated docs for cregex and csview. | Tyge Lovset |
| 2022-09-06 | - Added c_foreach_token(it, ...) macro in csview.h. | Tyge Løvset |
| 2022-09-05 | Fixed some cstr doc mistakes. | Tyge Løvset |
| 2022-09-05 | Added cstr_append_fmt(). | Tyge Løvset |
| 2022-09-02 | Change: carc and cbox defaults to pointer comparison when none of i_cmp, i_le... | Tyge Løvset |
| 2022-09-02 | Removed cstack_X_push_back(), cstack_X_emplace_back(), cstack_X_pop_back(). | Tyge Løvset |
| 2022-08-23 | Minor tuning in stctest.h | Tyge Lovset |
| 2022-08-20 | Reduced precision threshold for floats | Tyge Lovset |
| 2022-08-19 | Some polishing in test framework only. | Tyge Løvset |
| 2022-08-19 | Some more fix to float comparison in stctest. | Tyge Løvset |
| 2022-08-19 | Minor update. | Tyge Løvset |
| 2022-08-19 | Fixed float/double comparisons. | Tyge Løvset |
| 2022-08-18 | Removed math.h dep. | Tyge Løvset |
| 2022-08-18 | Last updates on stctest. | Tyge Løvset |
| 2022-08-18 | Internal rename. | Tyge Løvset |
| 2022-08-18 | Renamed c11ut.h to stctest.h, and made a few changes. | Tyge Løvset |
| 2022-08-18 | Minor adjustments in c11ut. | Tyge Løvset |
| 2022-08-18 | Updated Test Framework | Tyge Løvset |
| 2022-08-18 | Added simple Unit Testing framework: NB: requires C11. | Tyge Løvset |
| 2022-08-18 | Added cstr_u8_erase(). Renamed cstr_erase_n() => cstr_erase(). | Tyge Lovset |
| 2022-08-18 | Merge pull request #35 from tylov/iter_exp_dont_use | Tyge Løvset |
| 2022-08-18 | Some API updates cstr, csview with utf8. Added front()/back() to cstack. | Tyge Lovset |
| 2022-08-17 | Fix another potensial iter-bug in cvec binary search. | Tyge Løvset |
| 2022-08-17 | reverted parts of last commit. No need to specify .end var in cmap_X_end() func. | Tyge Løvset |
| 2022-08-17 | Fix cmap_X_end() function. | Tyge Løvset |
| 2022-08-17 | Merge pull request #34 from tylov/iter_exp_dont_use | Tyge Løvset |
| 2022-08-16 | Minor polishing. | Tyge Løvset |
| 2022-08-15 | More iterator fixes. Make sure cvec/cdeq find_in() return end() iterator if i... | Tyge Løvset |
| 2022-08-15 | Two more iter bugs fix. | Tyge Lovset |
| 2022-08-15 | Improved docs/ex. Fix range bug when container is empty cvec/cdeq. | Tyge Lovset |
| 2022-08-14 | Updated README.md, V4.0 description. | Tyge Løvset |
| 2022-08-13 | Experimental: Renamed c_autovar => c_with, c_autoscope => c_scope, c_autodefe... | Tyge Løvset |
| 2022-08-12 | cstr V4: Changed cstr functions to take pointers to self, not values. This is... | Tyge Løvset |
| 2022-08-12 | Renamed cdeq/cvec *_range() functions again (revert). Call alloc macros in cr... | Tyge Løvset |
| 2022-08-12 | More misc changes carc/cbox, cdeq/cvec. | Tyge Lovset |
| 2022-08-11 | find_if, find_in changed. | Tyge Lovset |
| 2022-08-11 | Update cbox/carc docs. | Tyge Lovset |
| 2022-08-11 | Added cmp, eq, hash to carc/cbox. | Tyge Lovset |
| 2022-08-11 | Fixed issue with cbox / carc. Minor update some examples. | Tyge Løvset |
| 2022-08-11 | Completed support for i_less(). | Tyge Løvset |
| 2022-08-11 | removed fn. | Tyge Løvset |
| 2022-08-11 | cvec/cdeq insert/erase ranges fixes. | Tyge Løvset |