| Age | Commit message (Expand) | Author |
| 2022-06-01 | Merge branch 'master' of github.com:tylov/STC | Tyge Løvset |
| 2022-06-01 | Update docs regarding i_implement for cstr, cview, cbits, ... | Tyge Løvset |
| 2022-06-01 | Update cstr_api.md | 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 | Updated cstr utf8 docs. | Tyge Løvset |
| 2022-05-29 | Renamed cstr_replace_first() => cstr_replace_one(). | Tyge Lovset |
| 2022-05-23 | Renamed cstr_find_n(self, search, pos, nmax) => cstr_find_from(self, pos, sea... | Tyge Løvset |
| 2022-05-20 | Removed cstr_from_replace_all_sv(), Added cstr_replace_first(). Renamed argum... | Tyge Løvset |
| 2022-05-13 | Added cstr_assign_s(), and changed return type to char* for cstr_assign*() an... | Tyge Løvset |
| 2022-05-10 | Renamed (newish) functions expand_uninitialized to expand_uninit. + some mino... | Tyge Lovset |
| 2022-05-06 | Made cstr_buffer() func. public, and docs for cstr_sv() - convert to csview. | Tyge Lovset |
| 2022-04-27 | Added cstr_expand_uninitialized(). | 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-04 | Updated printf formatting to portable code. This was also to use http://winli... | Tyge Løvset |
| 2022-01-14 | Removed cstr iter; => csview iter is now utf8 iter. See utf8.h example. | Tyge Løvset |
| 2022-01-05 | Added docs on checkauto util program. Renamed (mainly internal) c_rawstr type... | 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 | cstr_printf() now returns int like printf(). Minor updates in sharedptr.c exa... | Tyge Løvset |
| 2021-12-13 | Renamed constructor *cstr_lit()* to `cstr_new(lit)`. | 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-19 | Fixed errors caused by gcc -std=c99 -pedantic. | Tyge Løvset |
| 2021-09-13 | Removed most of the case-insensitive cstr methods, as they won't work with ut... | Tyge Løvset |
| 2021-08-29 | Replaced cstr_toraw (deprecated) with cstr_str used to convert from cstr to c... | Tyge Lovset |
| 2021-08-28 | Breaking change cstr and csview renames in order to improve consistency: | Tyge Løvset |
| 2021-08-19 | Maintenance update. Added stc32_rand() to crandom.h, doc fixes and cqueue.h u... | Tyge Løvset |
| 2021-07-05 | Some small updates. | Tyge Løvset |
| 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-10 | Renamed cstr/csview begin_with() to starts_with() : following c++ std namings. | Tyge Løvset |
| 2021-05-27 | Made substr() and slice() only returning csview. Added Both cstr and csview i... | Tyge Løvset |
| 2021-05-26 | Removed cstr_trim, csview_trim, Changed cstr_substr to mutable. Allow negativ... | Tyge Løvset |
| 2021-05-25 | Replaced csview cstr_trimmed(cstr s, left, right) with: cstr* cstr_trim(cstr*... | Tyge Løvset |
| 2021-05-25 | Fixed Issue #6. | Tyge Løvset |
| 2021-05-21 | Added substr() and cleanup of trimmed() API. | Tyge Løvset |
| 2021-05-20 | Updated links to header files in docs. | Tyge Løvset |
| 2021-05-20 | Changed new API: c_sv(literal) => c_sv(cstr), cstr_new(literal) => cstr_lit(l... | Tyge Løvset |
| 2021-05-18 | Internal updates in cstr. Minor API change in carray carrayNX_with_value() =>... | Tyge Løvset |
| 2021-05-13 | Updated cstr: Added cstr_new(literal), Renamed cstr_assign_s() to cstr_copy()... | Tyge Løvset |
| 2021-05-11 | Removed cstr_append_fmt(): use cstr_assign_fmt(&s, "%s%s", s.str, "appended s... | Tyge Løvset |
| 2021-05-10 | Some c_rawstr_*() functions were not updated in documentation. | Tyge Løvset |
| 2021-05-10 | cstr: Added cstr_replace_all(), cstr_append_fmt(). Renamed cstr_fmt() to cstr... | Tyge Løvset |
| 2021-05-07 | Cleanup, internal renames. API: c_strhash() -> c_string_hash(), added adv() a... | Tyge Løvset |
| 2021-04-16 | Fixed bug: cmap_erase_it() return iterator. Fixed mem-leak in cdeq_X_insert()... | Tyge Løvset |
| 2021-04-08 | Big change set to simplify the internal templating implementations. Shorter a... | Tyge Løvset |
| 2021-03-24 | Cleanup in documentation. | Tyge Løvset |
| 2021-03-19 | Added clear() to cpque, cstack, cqueue, cbits, even though not in STL. Code/d... | Tyge Løvset |