| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-12-20 | Restructured folders: examples, benchmarks, tests into misc folder. | Tyge Lovset | |
| 2022-12-20 | Renamed c_sv() => c_SV() and reverted cstr_new() => cstr_lit(). Old names ↵ | Tyge Løvset | |
| are deprecated (not removed). | |||
| 2022-12-14 | cregex: renamed enums to all uppercase and prefixed CREG_ | Tyge Løvset | |
| 2022-09-06 | - Added c_foreach_token(it, ...) macro in csview.h. | Tyge Løvset | |
| - Changed c_foreach_match(it, ...): to access matches, use it.match[j] - splitstr.c now shows usages of both the above. | |||
| 2022-07-23 | Fixed a few small issues with cregex.c Reverted cregex_match() to ↵ | Tyge Løvset | |
| cregex_find(). Renamed cre_* flags. | |||
| 2022-06-12 | Renamed cregex_find89 => cregex_match() | Tyge Løvset | |
| 2022-02-05 | Switched to heavily modified version of Rob Pike's plan9 regexp9. -> now ↵ | Tyge Løvset | |
| renamed to cregex, with new API. | |||
| 2022-01-15 | Added back cregex with examples. Found the bug in his code. | Tyge Løvset | |
| 2022-01-11 | Removed regex for now. | 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 | |
| 2021-09-23 | Moved new examples from tests folder to examples | Tyge Løvset | |
| 2021-09-23 | Some more documentation in README.md. | Tyge Løvset | |
| Added support for i_del template arg/define for destroy function. For maps, i_keydel / i_valdel is still required and error is given if i_del is defined. | |||
| 2021-09-20 | Renamed macros: breaking changes for Version 2.0! | Tyge Lovset | |
| c_forvar => c_autovar c_forscope => c_autoscope c_forauto => c_auto Removed: c_fordefer(x); use c_forscope(0, x) instead. Added: c_exitauto; // continue | |||
| 2021-09-17 | Some cleanups in test. | tylo | |
| 2021-09-17 | Moved tests and v1 files | tylo | |
