| Age | Commit message (Expand) | Author |
| 2022-04-10 | Fixed regression bug: cqueue_pop() did pop_back(), fixed to do pop_front(). | Tyge Løvset |
| 2022-04-10 | Parenthesized args in calls to i_keyfrom(c), i_keyto(p) i_valfrom(c), i_valto... | Tyge Løvset |
| 2022-04-10 | Parenthesized args in calls to i_cmp(x, y), i_eq(x, y) and i_hash(x, len) - c... | Tyge Løvset |
| 2022-04-10 | Parenthesized calls to i_drop(x) - can be defined as macro without parenthesi... | Tyge Løvset |
| 2022-04-09 | - Switched from .._put() to .._push() as the "generic" method to add element... | Tyge Løvset |
| 2022-04-09 | Optimizing push_back() cvec/cdeq and some minor stuff. | Tyge Lovset |
| 2022-04-09 | Universally added a put() function to all containers. | Tyge Løvset |
| 2022-04-08 | Fix of previous commit (bug in bsearch). | Tyge Løvset |
| 2022-04-08 | Added cvec_X_lower_bound() function for sorted array search. | Tyge Løvset |
| 2022-04-08 | Update in template.h from previous commit. | Tyge Løvset |
| 2022-04-08 | Support to use i_val* input macro for sets (cset and csset). | Tyge Løvset |
| 2022-04-07 | More refactoring of cbits.h + minor changes in examples/benchmark. | Tyge Løvset |
| 2022-04-07 | Partly reverted (auto defined _i_no_emplace): emplace functions only availabl... | Tyge Løvset |
| 2022-04-06 | Refactoring cbits.h and sso alt/cstr.h | Tyge Løvset |
| 2022-04-02 | Internal refactoring/macro rename. | Tyge Lovset |
| 2022-04-01 | Simplified internal logic on enabling default cloning | Tyge Løvset |
| 2022-03-31 | Some unneeded strictness removed in template.h | Tyge Løvset |
| 2022-03-31 | More fixes on cstr <-> cstr_sso compability. | Tyge Løvset |
| 2022-03-31 | Removed undesirable warnings. | Tyge Løvset |
| 2022-03-30 | More enhancements on cstr / cstr_sso. | Tyge Løvset |
| 2022-03-30 | More unification of cstr and cstr_sso. | Tyge Lovset |
| 2022-03-30 | update on alt/cstr.h (small string optimized). | Tyge Lovset |
| 2022-03-29 | Refactoring in sso string. | Tyge Løvset |
| 2022-03-29 | Added some sso benchmarks and a minor tweak. | Tyge Løvset |
| 2022-03-26 | Yet another missing line. | Tyge Løvset |
| 2022-03-26 | Final fix of csview docs. | Tyge Løvset |
| 2022-03-26 | Updated csview API docs. | Tyge Løvset |
| 2022-03-26 | Fixed alt/cstr.h (short string optimized), so that it can be used in containe... | Tyge Løvset |
| 2022-03-25 | Modified (more) rarely used macros c_apply_cnt(v, ..) and c_apply_arr(v, ..) ... | Tyge Løvset |
| 2022-03-24 | Added constness to c_apply* macros. | Tyge Løvset |
| 2022-03-24 | Misc. small internal API renaming/refactoring and additions. | Tyge Løvset |
| 2022-03-16 | Bugfix: carc and cbox cmp functions had bug. | Tyge Løvset |
| 2022-03-15 | Some docs update, ++. | Tyge Løvset |
| 2022-03-04 | Replaced c_strlit type with c_strlen_lit(lit) macro and its usage. | Tyge Løvset |
| 2022-03-04 | Updated printf formatting to portable code. This was also to use http://winli... | Tyge Løvset |
| 2022-03-01 | Fixed two minor bugs in cmap_api.md docs examples. | Tyge Løvset |
| 2022-02-24 | Switched to the python generated unicode uppercase/lowercase convertions | Tyge Løvset |
| 2022-02-23 | utf8_isspace missed a few codepoints | Tyge Løvset |
| 2022-02-23 | Added official unicode tables and python table generator for casefolding. | Tyge Løvset |
| 2022-02-18 | Fixed \x{...} and \Q...\E modes. | Tyge Løvset |
| 2022-02-18 | Some improvements and cleanup: CRegex, CMap. | Tyge Løvset |
| 2022-02-16 | Refactoring. Added size type param to forward_cmap/csmap . Reverted c_autovar... | Tyge Løvset |
| 2022-02-14 | Merge pull request #19 from camel-cdr/patch-1 | Tyge Løvset |
| 2022-02-14 | cregex minor fixes. | Tyge Lovset |
| 2022-02-14 | Big update on cregex. | Tyge Løvset |
| 2022-02-13 | Added optional conditional in c_autovar and c_autoscope macros. | Tyge Løvset |
| 2022-02-13 | Refactored crandom. Removed 32-bit version. Made normal dist inline - does no... | Tyge Løvset |
| 2022-02-12 | Fixed cmap.h for `sizeof(uint_fast8_t) != 1` | Camel Coder |
| 2022-02-08 | Small fix. | Tyge Løvset |
| 2022-02-08 | Some more regex improvements. | Tyge Løvset |