| Age | Commit message (Expand) | Author |
| 2022-03-31 | Removed undesirable warnings. | Tyge Løvset |
| 2022-03-30 | More enhancements on cstr / cstr_sso. | Tyge Løvset |
| 2022-03-30 | More unification of cstr and cstr_sso. | Tyge Lovset |
| 2022-03-30 | update on alt/cstr.h (small string optimized). | Tyge Lovset |
| 2022-03-29 | Refactoring in sso string. | Tyge Løvset |
| 2022-03-29 | Added some sso benchmarks and a minor tweak. | Tyge Løvset |
| 2022-03-26 | Fixed alt/cstr.h (short string optimized), so that it can be used in containe... | Tyge Løvset |
| 2022-03-25 | Modified (more) rarely used macros c_apply_cnt(v, ..) and c_apply_arr(v, ..) ... | Tyge Løvset |
| 2022-03-24 | Added constness to c_apply* macros. | Tyge Løvset |
| 2022-03-24 | Misc. small internal API renaming/refactoring and additions. | Tyge Løvset |
| 2022-03-16 | Bugfix: carc and cbox cmp functions had bug. | Tyge Løvset |
| 2022-03-15 | Some docs update, ++. | Tyge Løvset |
| 2022-03-04 | Replaced c_strlit type with c_strlen_lit(lit) macro and its usage. | Tyge Løvset |
| 2022-03-04 | Updated printf formatting to portable code. This was also to use http://winli... | Tyge Løvset |
| 2022-02-18 | Some improvements and cleanup: CRegex, CMap. | Tyge Løvset |
| 2022-02-16 | Refactoring. Added size type param to forward_cmap/csmap . Reverted c_autovar... | Tyge Løvset |
| 2022-02-14 | Merge pull request #19 from camel-cdr/patch-1 | Tyge Løvset |
| 2022-02-13 | Added optional conditional in c_autovar and c_autoscope macros. | Tyge Løvset |
| 2022-02-13 | Refactored crandom. Removed 32-bit version. Made normal dist inline - does no... | Tyge Løvset |
| 2022-02-12 | Fixed cmap.h for `sizeof(uint_fast8_t) != 1` | Camel Coder |
| 2022-02-08 | Small fix. | Tyge Løvset |
| 2022-02-06 | Misc improvements. | Tyge Løvset |
| 2022-02-06 | Some build warnings/fixes. | Tyge Løvset |
| 2022-02-05 | Switched to heavily modified version of Rob Pike's plan9 regexp9. -> now rena... | Tyge Løvset |
| 2022-02-04 | Merge branch 'master' of github.com:tylov/STC | Tyge Løvset |
| 2022-02-03 | Fix c++ compability in cstr. | Tyge Lovset |
| 2022-01-30 | Replaced utf8_decode() and friends code. | Tyge Løvset |
| 2022-01-17 | Fixed object linkage declarations/definitions. | Tyge Løvset |
| 2022-01-16 | Made private functions (not called by header inlines) always static. Added re... | Tyge Løvset |
| 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 | 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 | Fixed utf8 API and functions. | 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 |