| Age | Commit message (Expand) | Author |
| 2022-09-26 | Another internal. | Tyge Løvset |
| 2022-09-26 | Internal refactor. | Tyge Løvset |
| 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 | Change crange_value from intmax_t to 'long long' - enables usage of "%lld" fo... | Tyge Løvset |
| 2022-09-25 | Fixed potential bug in c_forwhile/c_forfilter. | Tyge Løvset |
| 2022-09-25 | Added: crange number generator type. (similar to c++ std::iota). Fixed c_forf... | Tyge Løvset |
| 2022-09-24 | Fixes for csview and cstr sub-types (_value and _iter). | Tyge Løvset |
| 2022-09-24 | Removed deprecated c_forarray, c_autovar, c_autoscope, c_autodefer. | Tyge Løvset |
| 2022-09-23 | - Finished c_forfilter() functionality. | 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 | Added assert() checks in pop-functions. | Tyge Løvset |
| 2022-09-23 | Enabled iteration on cqueue (like with cstack). | Tyge Løvset |
| 2022-09-23 | Renamed c_forloop* macros to more descriptive c_forwhile*. | 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 | mend | Tyge Løvset |
| 2022-09-22 | Updated _advance() iter methods. Some have signed offsets. | Tyge Løvset |
| 2022-09-22 | Added c_forfilter_s() and c_forloop_s() intermediate macros, supports start i... | Tyge Løvset |
| 2022-09-22 | Renamed c_forfiltered() back to c_forfilter(), and iter member .count => .taken | 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-21 | Added c_forfilter() macro(s) - easy filtering of elements. | Tyge Løvset |
| 2022-09-20 | Minor API change for fixed size cstack and cbits only. | Tyge Løvset |
| 2022-09-16 | Maintenance update. | 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 | 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 | 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 |