| Age | Commit message (Expand) | Author |
| 2022-06-01 | Update docs on i_implement / shared linking. | Tyge Løvset |
| 2022-06-01 | Update docs regarding i_implement for cstr, cview, cbits, ... | Tyge Løvset |
| 2022-04-24 | Updated docs to use cstr_str(&s) instead of s.str | Tyge Løvset |
| 2022-04-18 | crandom.h: Renamed *_init(..) functions to *_new(..). Old names are kept but ... | Tyge Løvset |
| 2022-04-18 | Renamed stc64_random() => crandom(), stc64_srandom(seed) => csrandom(seed). K... | Tyge Løvset |
| 2022-02-13 | Refactored crandom. Removed 32-bit version. Made normal dist inline - does no... | Tyge Løvset |
| 2021-12-19 | First commit for Version 3 of STC. Main changes are consistent rename of '_de... | Tyge Løvset |
| 2021-10-05 | Changed recommended order of defining template parameters. | Tyge Løvset |
| 2021-09-11 | Fixed docs for newstyle. | Tyge Løvset |
| 2021-06-19 | Changed stc64. Similar to sfc64, but a different output functions and 320 bit... | Tyge Løvset |
| 2021-05-20 | Updated links to header files in docs. | Tyge Løvset |
| 2021-04-26 | Update crandom_api.md | Tyge Løvset |
| 2021-03-24 | Cleanup in documentation. | Tyge Løvset |
| 2021-03-11 | Renamed public *_result_t struct member names in maps/sets for consistency wi... | Tyge Løvset |
| 2021-03-03 | Removed cstr_t from docs (use cstr). | Tyge Løvset |
| 2021-03-03 | Last update for a while. | Tyge Løvset |
| 2021-03-03 | Some general doc changes. | Tyge Løvset |
| 2021-03-03 | Update crandom_api docs. | Tyge Løvset |
| 2021-01-21 | Merge branch 'master' of https://github.com/tylo-work/C99Containers into master | Tyge Løvset |
| 2021-01-21 | Updated docs. | Tyge Løvset |
| 2021-01-21 | Update crandom_api.md | Tyge Løvset |
| 2021-01-21 | Reverted namings: crand to crandom, and copt to coption. | Tyge Løvset |
| 2020-12-16 | Renamed crandom to crand, including renaming of relevant files. | Tyge Løvset |
| 2020-12-16 | Removed text repetition. | Tyge Løvset |
| 2020-12-16 | Better crandom docs. | Tyge Løvset |
| 2020-12-16 | Minor fixing of unsafe macros. | Tyge Løvset |
| 2020-12-16 | Reverted back API to easier naming scheme of crandom.h types and methods. | Tyge Løvset |
| 2020-12-14 | Reworked the crandom.h module. Changed API (sorry!), made uniform distr. unbi... | Tyge Løvset |
| 2020-12-08 | - Added clone() to cvec and clist | Tyge Løvset |
| 2020-12-05 | Fixed text describing normal-dist. | Tyge Løvset |
| 2020-12-05 | Some formatting changes. | Tyge Løvset |
| 2020-12-05 | Some text improvements. Renamed method c_default_hash16 to c_default_hash. | Tyge Løvset |
| 2020-12-04 | Update crandom_api.md | Tyge Løvset |
| 2020-12-03 | More docs descriptions. | Tyge Løvset |
| 2020-12-03 | More docs fixing. | Tyge Løvset |
| 2020-12-03 | Simplified type sections. | Tyge Løvset |
| 2020-12-02 | Added cpqueue, cqueue, and cstack docs. Removed examples from README.md | Tyge Løvset |
| 2020-12-02 | Added carray docs. | Tyge Løvset |
| 2020-12-02 | Added better crandom and cvec example. | Tyge Løvset |
| 2020-12-01 | More docs update. | Tyge Løvset |
| 2020-12-01 | Fixed docs, some minor changes in cstr.h and cmap.h as well. | Tyge Løvset |
| 2020-11-30 | Added crandom_api.md | Tyge Løvset |