| Age | Commit message (Expand) | Author |
| 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-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-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 | 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 |
| 2022-08-11 | Minor formatting. | Tyge Lovset |
| 2022-08-11 | Renamed all iter members ._end to .end, to make them "public". | Tyge Lovset |
| 2022-08-11 | API Change cvec/cdeq: Return iter from all range operations instead of pointers. | Tyge Lovset |
| 2022-08-11 | Code formatting only. | Tyge Lovset |
| 2022-08-10 | Simplified c_foreach macro. | Tyge Løvset |
| 2022-08-10 | Fixed iters for carr2/carr3 and cstr/csview. | Tyge Løvset |
| 2022-08-10 | Fixed cdeq_begin(). Optimized c_foreach: only use one iter. | Tyge Løvset |
| 2022-08-10 | Fixed cdeq, cvec, cmap and cstack: iterators .ref is now NULL when it is end(... | Tyge Løvset |
| 2022-08-09 | Experiment with other type of iterator. Does not compile. | Tyge Løvset |
| 2022-08-09 | Small API change for V4.0: | Tyge Løvset |
| 2022-08-09 | Internal stuff. | Tyge Løvset |
| 2022-08-09 | Two more fixes on csview comparison. | Tyge Løvset |
| 2022-08-08 | Final fix on icmp(). | Tyge Løvset |
| 2022-08-08 | Changed cstr_icmp_n() to cstr_icmp_sv(), and FIXED it. | Tyge Løvset |
| 2022-08-08 | Updated alt/cstr.h to be in sync with cstr.h | Tyge Løvset |
| 2022-08-08 | Finalized toupper/tolower. | Tyge Løvset |
| 2022-08-08 | Changed *cstr_tolower*/*cstr_toupper* arg from `const cstr*` to `csview`. | Tyge Løvset |
| 2022-08-08 | Fixed const mistake. | Tyge Løvset |
| 2022-08-08 | Reverted a minor change in template.h | Tyge Løvset |
| 2022-08-07 | Refined template.h when specifying i_key_bind (and i_val_bind): i_keyclone b... | Tyge Løvset |
| 2022-08-07 | Internal: moved some functions in csview/cstr to implementation sections. | Tyge Løvset |
| 2022-08-06 | c_apply() deprecated: replaced with c_forarray() macro. Updated and improved ... | Tyge Løvset |