| Age | Commit message (Expand) | Author |
| 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-09 | Experiment with other type of iterator. Does not compile. | Tyge Løvset |
| 2022-08-07 | Internal: moved some functions in csview/cstr to implementation sections. | 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-27 | VERSION 3.8 BETA: Some changes in cstr / csview APIs: replace* / find*, *_u8(... | Tyge Løvset |
| 2022-06-10 | removed cstr_length() and csview_length() -> use .._size(). | Tyge Løvset |
| 2022-06-10 | utf8 fixes and improvements. Some api changes. | Tyge Løvset |
| 2022-06-02 | Update csview_api.md | Tyge Løvset |
| 2022-06-02 | updated cstr and csview docs | Tyge Lovset |
| 2022-06-01 | Update docs on i_implement / shared linking. | Tyge Løvset |
| 2022-06-01 | Update docs regarding i_implement for cstr, cview, cbits, ... | Tyge Løvset |
| 2022-06-01 | Added some docs on utf8. API may change for cstr: to take const cstr* args in... | Tyge Løvset |
| 2022-05-30 | Done refactoring: | Tyge Løvset |
| 2022-05-30 | Large refactoring on strings / utf8 and some file structure. | Tyge Lovset |
| 2022-05-29 | Renamed cstr_replace_first() => cstr_replace_one(). | Tyge Lovset |
| 2022-05-20 | Removed cstr_from_replace_all_sv(), Added cstr_replace_first(). Renamed argum... | Tyge Løvset |
| 2022-05-13 | Changed csview c_PRIsv macro. Now must be prefixed with "%", to match with PR... | Tyge Løvset |
| 2022-05-13 | Added cstr_assign_s(), and changed return type to char* for cstr_assign*() an... | Tyge Løvset |
| 2022-04-25 | Removed size argument to `i_hash` template parameter and `c_default_hash`. Th... | Tyge Løvset |
| 2022-04-24 | Updated docs to use cstr_str(&s) instead of s.str | Tyge Løvset |
| 2022-04-24 | Created VERSION 3.5. See News section in docs for changes. | 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-01-30 | Replaced utf8_decode() and friends code. | Tyge Løvset |
| 2022-01-14 | Final utf8 api, and docs. | Tyge Løvset |
| 2022-01-14 | Renamed *_v() methods to *_sv(). Note: this breaks API, hopefully not too int... | Tyge Løvset |
| 2022-01-09 | Removed strings.h. | Tyge Løvset |
| 2022-01-08 | Moved utf8 from cregex.h to separate file. Splitted csview.h into another fil... | Tyge Løvset |
| 2021-12-29 | Fixed and simplified csview tokensizer call. | Tyge Løvset |
| 2021-12-19 | Global rename of `_equ\b` => `_eq`. In practice `i_equ` must renamed to `i_eq... | Tyge Løvset |
| 2021-12-19 | First commit for Version 3 of STC. Main changes are consistent rename of '_de... | Tyge Løvset |
| 2021-12-14 | Added and renamed some examples. | Tyge Løvset |
| 2021-12-13 | Renamed constructor *cstr_lit()* to `cstr_new(lit)`. | Tyge Løvset |
| 2021-10-30 | Fixed docs alignments. | Tyge Løvset |
| 2021-10-29 | Swapped .._equals() and _equalto() functions for consistency | Tyge Løvset |
| 2021-10-29 | Renamed ..._value_t -> ..._value, etc. Deprecated, still works for cvec, cdeq... | Tyge Løvset |
| 2021-09-20 | Renamed macros: breaking changes for Version 2.0! | Tyge Lovset |
| 2021-09-11 | Fixed docs for newstyle. | Tyge Løvset |
| 2021-08-28 | Breaking change cstr and csview renames in order to improve consistency: | Tyge Løvset |
| 2021-08-25 | BREAKING CHANGE: c_forvar_initdel() macro renamed to c_forauto(). | tylo |
| 2021-06-18 | Simplified and removed unneeded stuff from csview.h | Tyge Løvset |
| 2021-06-15 | Fixed c_strnstrn() and cstr_find_n() bugs. when find string is empty. | Tyge Løvset |
| 2021-06-11 | Improve naming of c_sv() and c_lit() in csview.h: Rename c_sv(cstr) => cstr_s... | Tyge Løvset |
| 2021-06-10 | Renamed cstr/csview begin_with() to starts_with() : following c++ std namings. | Tyge Løvset |
| 2021-06-05 | Renamed predefined using_cmap_sv*() using_csmap_sv*() macros to using_cmap_st... | Tyge Løvset |
| 2021-05-28 | Merge branch 'master' of https://github.com/tylov/STC | Tyge Løvset |