| Age | Commit message (Expand) | Author |
| 2022-12-20 | Restructured folders: examples, benchmarks, tests into misc folder. | Tyge Lovset |
| 2022-12-19 | Renames: | Tyge Løvset |
| 2022-12-14 | cregex: renamed enums to all uppercase and prefixed CREG_ | Tyge Løvset |
| 2022-12-04 | Support for linking dependant UTF8 and cstr functions and/or cregex.c by defi... | Tyge Løvset |
| 2022-10-21 | Swapped two last params in cregex_replace_pattern() and cregex_replace_sv() t... | Tyge Løvset |
| 2022-09-21 | Recent macro renames: | Tyge Løvset |
| 2022-09-06 | - Added c_foreach_token(it, ...) macro in csview.h. | Tyge Løvset |
| 2022-08-13 | Experimental: Renamed c_autovar => c_with, c_autoscope => c_scope, c_autodefe... | Tyge Løvset |
| 2022-07-31 | csview: csview_token(sv, sep, &start): now start > sv.size on last token. Rem... | Tyge Løvset |
| 2022-06-01 | Reverted to default static linkage of non-templated symbols (cstr, csview, ..... | Tyge Løvset |
| 2022-06-01 | Converted all files with DOS line endings to LINUX. | Tyge Løvset |
| 2022-05-30 | Done refactoring: | Tyge Løvset |
| 2022-05-30 | Added more utf8 features. Changed linking macros in ccommon.h. | Tyge Lovset |
| 2022-05-13 | Changed csview c_PRIsv macro. Now must be prefixed with "%", to match with PR... | Tyge Løvset |
| 2022-04-18 | Converted all example to use cstr_str(&s) instead of s.str to allow SSO strin... | 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 | Removed warnings for MS cl -W2 and clang -pedantic -std=c99. No functional ch... | Tyge Løvset |
| 2021-12-29 | Fixed and simplified csview tokensizer call. | 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-13 | Renamed constructor *cstr_lit()* to `cstr_new(lit)`. | Tyge Løvset |
| 2021-12-12 | - Added **cbox** type: container of one element: similar to std::unique_ptr /... | Tyge Løvset |
| 2021-10-04 | Added c_autodefer() macro (again). Depressed warning with c_no_compare(). | Tyge Løvset |
| 2021-09-20 | Renamed macros: breaking changes for Version 2.0! | Tyge Lovset |
| 2021-09-08 | Updated rest of examples, except cqueue.c | 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-05-27 | Made substr() and slice() only returning csview. Added Both cstr and csview i... | Tyge Løvset |
| 2021-05-25 | Small refactoring and improved docs. | Tyge Løvset |
| 2021-05-24 | Added splitstr.c example. Renamed macro csview_ARG() to csview_arg(): special... | Tyge Løvset |