| Age | Commit message (Expand) | Author |
| 2022-09-26 | DEPRECATED: c_forrange(): replaced with c_forloop(). This uses 'long long' as... | Tyge Løvset |
| 2022-09-25 | Added i.size to c_forlist() macro + example. | Tyge Løvset |
| 2022-09-25 | Fixed docs example in ccommon.h. | Tyge Løvset |
| 2022-09-25 | Change crange_value from intmax_t to 'long long' - enables usage of "%lld" fo... | Tyge Løvset |
| 2022-09-25 | Fixed markdown error in docs. | Tyge Løvset |
| 2022-09-25 | Added: crange number generator type. (similar to c++ std::iota). Fixed c_forf... | Tyge Løvset |
| 2022-09-23 | Reverted c_forrange() macro with 3 or more args: swapped 1st and 2nd arg again. | Tyge Løvset |
| 2022-09-23 | Deprecated c_forarray, c_forarray_p macros - both replaced by c_forlist, and ... | Tyge Løvset |
| 2022-09-22 | Updated _advance() iter methods. Some have signed offsets. | Tyge Løvset |
| 2022-09-21 | Added cstr_push(), cstr_pop() - push/pop one utf8 char. | Tyge Løvset |
| 2022-09-21 | Recent macro renames: | Tyge Løvset |
| 2022-09-11 | Changed cregex API: | Tyge Løvset |
| 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-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-18 | Added cstr_u8_erase(). Renamed cstr_erase_n() => cstr_erase(). | Tyge Lovset |
| 2022-08-18 | Some API updates cstr, csview with utf8. Added front()/back() to cstack. | Tyge Lovset |
| 2022-08-15 | More iterator fixes. Make sure cvec/cdeq find_in() return end() iterator if i... | 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 | Fixed issue with cbox / carc. Minor update some examples. | Tyge Løvset |
| 2022-08-11 | API Change cvec/cdeq: Return iter from all range operations instead of pointers. | Tyge Lovset |
| 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-08 | docs fix. | Tyge Løvset |
| 2022-08-08 | Fix docs syntax error. | 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 | Reverted a minor change in template.h | Tyge Løvset |
| 2022-08-08 | Improved carc example in docs. | Tyge Løvset |
| 2022-08-08 | Reverted `{{` to `{ {` in documentation as markdown treats it special. | Tyge Løvset |
| 2022-08-08 | Prepared v4.0 BETA. | 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 |
| 2022-08-05 | Reduce usage of c_apply() macro. | Tyge Løvset |
| 2022-08-02 | Removed mflags parameter in cregex_is_match(input, re). | Tyge Løvset |
| 2022-08-02 | Updated cregex docs. | Tyge Løvset |
| 2022-07-31 | VERSION 3.9: API change in c_forrange() with >= 3 args. csview updates. | Tyge Løvset |
| 2022-07-31 | csview: csview_token(sv, sep, &start): now start > sv.size on last token. Rem... | Tyge Løvset |
| 2022-07-30 | Added support for more than 9 capture group replacements, e.g. "$12;". Added ... | Tyge Løvset |
| 2022-07-28 | Some minor cregex documentation fixes. | Tyge Løvset |