| Age | Commit message (Expand) | Author |
| 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 | Update README.md | 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 | docs fix. | 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 | 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 | Fixed const mistake. | 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 | Merge pull request #32 from tylov/v4_dev | 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 | Removed c_apply() in README.md | 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-08-02 | Improved the cregex_iter type and c_foreach_match() macro. | Tyge Løvset |
| 2022-08-02 | Changed c_foreach_match (m, re, input) to take pointer: cregex* re. | Tyge Løvset |
| 2022-08-01 | fixed up last commit | Tyge Løvset |
| 2022-08-01 | start dev on v4, mainly improving API | Tyge Løvset |
| 2022-07-31 | Changed cmap struct internal rep. so that load-factor is first: useful for gl... | 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 |
| 2022-07-28 | VERSION 3.8 RC. Added cregex with "final" API + docs. README.md updated with ... | Tyge Løvset |
| 2022-07-28 | Added back coption.h and coption_api.md docs. | Tyge Løvset |
| 2022-07-28 | Simplified cbits.h to only use inline function. Commonly used functions are s... | Tyge Løvset |
| 2022-07-27 | VERSION 3.8 BETA: Some changes in cstr / csview APIs: replace* / find*, *_u8(... | Tyge Løvset |
| 2022-07-23 | Fixed a few small issues with cregex.c Reverted cregex_match() to cregex_find... | Tyge Løvset |
| 2022-07-22 | Switched from "\\" as replacement group prefix to '$'. cregex_replace() chang... | Tyge Løvset |
| 2022-07-22 | FINAL cregex update for now: optimize/change callback mfun API. Also, cstr_pr... | Tyge Løvset |
| 2022-07-22 | Last minor API changes for cregex. Added descriptions in header. Updated RE e... | Tyge Løvset |