| Age | Commit message (Expand) | Author |
| 2023-02-12 | More docs: prepare for release. | Tyge Løvset |
| 2023-02-11 | Some more docs. Renamed (half-)internal template parameter i_size => i_ssize.... | Tyge Løvset |
| 2023-02-11 | Fixed docs in README.md | Tyge Løvset |
| 2023-02-11 | Improved README.md | Tyge Løvset |
| 2023-02-10 | Added struct name to typedef to allow container pointer predecarations. | Tyge Løvset |
| 2023-02-08 | Changed to use lowercase flow-control macros in examples (uppercase will stil... | Tyge Løvset |
| 2023-02-05 | Improved readme.md | Tyge Løvset |
| 2023-02-05 | More text update. | Tyge Løvset |
| 2023-02-05 | Added links to Core Guidelines on unsigned/signed indices. | Tyge Løvset |
| 2023-02-04 | More cspan docs updates. | Tyge Løvset |
| 2023-02-01 | Fixed docs of c_make() macro. | Tyge Lovset |
| 2023-02-01 | Improved README.md | Tyge Løvset |
| 2023-02-01 | Update docs formatting and README.md | Tyge Løvset |
| 2023-02-01 | Massive update from unsigned sizes and indices to signed. | Tyge Lovset |
| 2023-01-20 | Renamed macro function c_initialize() to c_init(). | Tyge Løvset |
| 2023-01-15 | Large commit: | Tyge Løvset |
| 2023-01-04 | Removed the experimental c_AUTODROP macro. | Tyge Lovset |
| 2022-12-31 | Internally renamed ccommon.h macros to uppercase. Lowercase macros are still ... | Tyge Løvset |
| 2022-12-30 | More restructuring of files and cleanup. Moved carr2.h and carr3.h to misc/in... | Tyge Løvset |
| 2022-12-29 | Restructuring of some headers into include/algo folder. Some API changes *_re... | Tyge Løvset |
| 2022-12-23 | Experimental uppercase macros. | Tyge Løvset |
| 2022-12-20 | Minor docs changes. | Tyge Løvset |
| 2022-12-20 | Renamed (reverted) cstr_new(lit) => cstr_lit(lit). Old name is deprecated (su... | Tyge Løvset |
| 2022-12-20 | Renamed c_sv() => c_SV() and reverted cstr_new() => cstr_lit(). Old names are... | Tyge Løvset |
| 2022-11-13 | Reverted forward declaration from c_declare_X back to c_forward_X, and the fl... | Tyge Løvset |
| 2022-11-06 | Added c_autodrop() macro, and removed c_autobuf() which wasn't that useful (a... | Tyge Løvset |
| 2022-11-05 | Fixed examples/make.sh. Also some -Wextra warnings in cstr removed. | Tyge Løvset |
| 2022-11-03 | Renamed forward_CONTAINER(...) => declare_CONTAINER(...), | Tyge Løvset |
| 2022-10-24 | API CHANGE: Renamed input params for naming consisteny and usage: | Tyge Løvset |
| 2022-10-20 | Switch from #define i_val_bind to i_val_class and i_key_class. | Tyge Løvset |
| 2022-10-19 | Reverted back to c_forrrange from c_forloop. Still available but deprecated. | Tyge Løvset |
| 2022-10-19 | - Removed deprecated carc_make and cbox_make (replaced by carc_from, cbox_from) | Tyge Løvset |
| 2022-09-28 | A few docs changes. | Tyge Løvset |
| 2022-09-27 | Version 4.0, Release Candidate 3 (upd docs) | Tyge Løvset |
| 2022-09-27 | Version 4.0, Release Candidate 4 | Tyge Løvset |
| 2022-09-27 | Version 4.0, Release Candidate 3 | Tyge Løvset |
| 2022-09-26 | DEPRECATED: c_forrange(): replaced with c_forloop(). This uses 'long long' as... | Tyge Løvset |
| 2022-09-23 | Deprecated c_forarray, c_forarray_p macros - both replaced by c_forlist, and ... | Tyge Løvset |
| 2022-09-12 | Moved changes summary to bottom of README.md | Tyge Løvset |
| 2022-09-10 | Renamed template parameter i_cap => i_capacity | Tyge Løvset |
| 2022-08-15 | Improved docs/ex. Fix range bug when container is empty cvec/cdeq. | Tyge Lovset |
| 2022-08-14 | Updated README.md, V4.0 description. | Tyge Løvset |
| 2022-08-13 | Experimental: Renamed c_autovar => c_with, c_autoscope => c_scope, c_autodefe... | Tyge Løvset |
| 2022-08-09 | Update README.md | Tyge Løvset |
| 2022-08-08 | Reverted `{{` to `{ {` in documentation as markdown treats it special. | Tyge Løvset |
| 2022-08-08 | Prepared v4.0 BETA. | Tyge Løvset |
| 2022-08-07 | Internal: moved some functions in csview/cstr to implementation sections. | Tyge Løvset |
| 2022-08-06 | c_apply() deprecated: replaced with c_forarray() macro. Updated and improved ... | Tyge Løvset |
| 2022-08-05 | Removed c_apply() in README.md | Tyge Løvset |
| 2022-07-31 | VERSION 3.9: API change in c_forrange() with >= 3 args. csview updates. | Tyge Løvset |