| Age | Commit message (Expand) | Author |
| 2022-01-16 | Added cregex_compile() to reuse a cregex object (using realloc)). Major optim... | Tyge Løvset |
| 2022-01-15 | Added back cregex with examples. Found the bug in his code. | Tyge Løvset |
| 2022-01-14 | Fixed function linkage spec in cstr. Moved typedefs of cstr and csview to for... | 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-14 | Removed cstr iter; => csview iter is now utf8 iter. See utf8.h example. | Tyge Løvset |
| 2022-01-13 | Changed cstr_replace_v() and added utf8_substr(). Moved/changed some code fro... | Tyge Løvset |
| 2022-01-13 | Fixed threads_demo.c and made it "identical" to the c++ example. | Tyge Løvset |
| 2022-01-13 | Fix a potential compilation bug in cbox/carc. | Tyge Løvset |
| 2022-01-13 | Fixed missing i_eq default setting in template.h, carc and cbox. cstr_substr_... | Tyge Løvset |
| 2022-01-12 | Final utf8 changes. | Tyge Løvset |
| 2022-01-12 | Merge branch 'master' of github.com:tylov/STC into master | Tyge Løvset |
| 2022-01-12 | Fixed utf8 API and functions. | Tyge Løvset |
| 2022-01-12 | Update README.md | Tyge Løvset |
| 2022-01-12 | Update README.md | Tyge Løvset |
| 2022-01-12 | Docs update, mmap.c example update. | Tyge Løvset |
| 2022-01-11 | Fix / simplified unistd.h and renamed some examples that uses arc. (atomic re... | Tyge Løvset |
| 2022-01-11 | Fixed c++ sidebyside example. | Tyge Løvset |
| 2022-01-11 | Added tinycthread: include/threads.h, src/threads.c. Ex: sptr_threads.c - emu... | Tyge Løvset |
| 2022-01-11 | Removed regex for now. | Tyge Løvset |
| 2022-01-11 | Some updates on Regex. Will remove it for now, as it is functionally unstable. | Tyge Løvset |
| 2022-01-09 | Small cregex API change. Added 2 examples. | Tyge Løvset |
| 2022-01-09 | Probably stable API for cregex.h | Tyge Løvset |
| 2022-01-09 | Internal rename of parameter var name cregex re to rx. | Tyge Løvset |
| 2022-01-09 | Removed strings.h. | Tyge Løvset |
| 2022-01-09 | More on regex. | Tyge Løvset |
| 2022-01-08 | Moved utf8 from cregex.h to separate file. Splitted csview.h into another fil... | Tyge Løvset |
| 2022-01-07 | Removed tabs. Changed cregex_match members to start, end. | Tyge Løvset |
| 2022-01-07 | Some renaming in cregex API. Added match function. Made utf8 operations branc... | Tyge Løvset |
| 2022-01-06 | Added customized version of the awesome regex lib by Fabian van Rissenbeck. | Tyge Løvset |
| 2022-01-06 | Merge branch 'master' of github.com:tylov/STC into master | Tyge Løvset |
| 2022-01-06 | Modified c_autovar() macro to accept var of incomplete pointer type. | Tyge Løvset |
| 2022-01-06 | Update cbox_api.md | Tyge Løvset |
| 2022-01-06 | Update cbox_api.md | Tyge Løvset |
| 2022-01-06 | Update cbox_api.md | Tyge Løvset |
| 2022-01-05 | Added docs on checkauto util program. Renamed (mainly internal) c_rawstr type... | Tyge Løvset |
| 2022-01-05 | Update README.md | Tyge Løvset |
| 2022-01-05 | Update docs intro, moved migration guide down. | Tyge Løvset |
| 2022-01-04 | Fixed csview hash func. | Tyge Løvset |
| 2022-01-04 | Removed two more false positive gcc -O2 warnings. Improved c_forpair macro. U... | Tyge Løvset |
| 2022-01-04 | checkauto.ll: Accept multiple input c-file arguments. | Tyge Løvset |
| 2022-01-03 | Bump to 2022. | Tyge Løvset |
| 2022-01-03 | "gcc/clang -O2 -Wall -std=c99 -pedantic" compiles examples with no warnings. ... | Tyge Løvset |
| 2022-01-03 | Regression in csmap, and possible cvec in last commit. Reverting. | Tyge Løvset |
| 2022-01-03 | Removed debug code. | Tyge Løvset |
| 2022-01-03 | Removed many warnings (mainly linux), and some minors. | Tyge Løvset |
| 2022-01-02 | Updated checkauto.ll with more/better error messages, and returns number of e... | Tyge Løvset |
| 2022-01-02 | Simplified and improved linkage configuration. Reorganized crandom.h a bit. | Tyge Løvset |
| 2022-01-01 | Corrected linking macro settings. | Tyge Løvset |
| 2021-12-31 | Added alias functions push_back and pop_back to cstack + docs update. | Tyge Løvset |