| Age | Commit message (Expand) | Author |
| 2021-08-31 | Maintenance cleanup. | 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-25 | BREAKING CHANGE: c_forvar_initdel() macro renamed to c_forauto(). | tylo |
| 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-22 | Update clist_api.md | Tyge Løvset |
| 2021-06-19 | Changed stc64. Similar to sfc64, but a different output functions and 320 bit... | 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-11 | Improve naming of c_sv() and c_lit() in csview.h: Rename c_sv(cstr) => cstr_s... | Tyge Løvset |
| 2021-06-11 | Added missing csptr_X_init() and csptr_X_use_count(). | Tyge Løvset |
| 2021-06-10 | Renamed cstr/csview begin_with() to starts_with() : following c++ std namings. | Tyge Løvset |
| 2021-06-09 | Revert to csptr_X_reset_with() to keep API, also better name. | Tyge Løvset |
| 2021-06-09 | Update to csptr docs. | Tyge Løvset |
| 2021-06-09 | Updated API and docs. | Tyge Løvset |
| 2021-06-07 | Update csptr_api.md | Tyge Løvset |
| 2021-06-07 | Improved csptr: cstr_make() as fast as std::shared_ptr::make_shared (single m... | Tyge Løvset |
| 2021-06-05 | Renamed predefined using_cmap_sv*() using_csmap_sv*() macros to using_cmap_st... | Tyge Løvset |
| 2021-06-03 | Final docs cleanup. | Tyge Løvset |
| 2021-06-03 | Removed c_forbuffer in docs. May be removed in future. | Tyge Løvset |
| 2021-06-03 | Updated docs on c_for*() macros. | Tyge Løvset |
| 2021-06-01 | Merge branch 'master' of https://github.com/tylo-work/C99Containers into master | Tyge Løvset |
| 2021-06-01 | 1. Added c_forscope() macro. Similar to c_forvar() and c_fordefer(). | Tyge Løvset |
| 2021-05-28 | Merge branch 'master' of https://github.com/tylov/STC | Tyge Løvset |
| 2021-05-28 | Changed the csview front() and back() API. Added csview_npos constant. | Tyge Løvset |
| 2021-05-27 | Update csview_api.md examples. | 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-25 | Refactor cleanup | 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 |
| 2021-05-24 | Last cleanup of c_forvar()/c_fordefer() macro. | Tyge Løvset |
| 2021-05-24 | Split c_fordefer() into c_forvar() and c_fordefer() macros. | Tyge Løvset |
| 2021-05-24 | Fixed c_fordefer docs. | Tyge Løvset |
| 2021-05-24 | Renamed c_with => c_fordefer, and removed c_withvar. Macros were too deceivin... | Tyge Løvset |
| 2021-05-23 | Added csmap_find.c example. | Tyge Løvset |
| 2021-05-22 | Added *_value_toraw() methods to base containers. | Tyge Løvset |
| 2021-05-21 | Added substr() and cleanup of trimmed() API. | Tyge Løvset |
| 2021-05-21 | Added substr() and cleanup of trimmed() API. | Tyge Løvset |
| 2021-05-21 | Update csview_api.md | Tyge Løvset |
| 2021-05-21 | Merge branch 'master' of https://github.com/tylo-work/C99Containers into master | Tyge Løvset |
| 2021-05-21 | API change: c_breakwith => c_exitwith, c_breakdefer => c_exitdefer. Added cs... | Tyge Løvset |
| 2021-05-21 | Allow up to 3 vars in the c_withvar (type, v1, v2, v3) statement. | Tyge Løvset |
| 2021-05-21 | Update csview_api.md | Tyge Løvset |
| 2021-05-21 | Updated string split / tokenizer example in csview docs. | Tyge Løvset |
| 2021-05-20 | Merge branch 'master' of https://github.com/tylo-work/C99Containers into master | Tyge Løvset |
| 2021-05-20 | Updated links to header files in docs. | Tyge Løvset |