diff options
| author | Tyge Løvset <[email protected]> | 2023-04-09 11:43:26 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-09 11:43:26 +0200 |
| commit | 15796f67e790764f50091fb76aac68ab2f488927 (patch) | |
| tree | dd344dddb622d7b7a182475b894385947ab82983 /README.md | |
| parent | 1e127dd1b9110e025f43a1dfe21d5ae1b248baa4 (diff) | |
| download | STC-modified-15796f67e790764f50091fb76aac68ab2f488927.tar.gz STC-modified-15796f67e790764f50091fb76aac68ab2f488927.zip | |
Update README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -37,9 +37,9 @@ Algorithms - [***Ranged for-loops*** - c_foreach, c_forpair, c_forlist](docs/ccommon_api.md#ranged-for-loops) - [***Range algorithms*** - c_forrange, crange, c_forfilter](docs/ccommon_api.md#range-algorithms) - [***Generic algorithms*** - c_make, c_find_if, c_erase_if, csort, etc.](docs/ccommon_api.md#generic-algorithms) -- [***Coroutines*** - Simon Tatham's coroutines done right](docs/ccommon_api.md#coroutines) -- [***Regular expressions*** - modernized Rob Pike's Plan-9 regexp](docs/cregex_api.md) -- [***Random numbers*** - a novel very fast *PRNG* based on *SFC64*](docs/crandom_api.md) +- [***Coroutines*** - Simon Tatham's coroutines done right.](docs/ccommon_api.md#coroutines) +- [***Regular expressions*** - Rob Pike's Plan 9 regexp modernized!](docs/cregex_api.md) +- [***Random numbers*** - a very fast *PRNG* based on *SFC64*](docs/crandom_api.md) - [***Command line argument parser*** - similar to *getopt()*](docs/coption_api.md) --- @@ -608,14 +608,14 @@ STC is generally very memory efficient. Memory usage for the different container ## Version 4.2 - Much improved documentation - Added Coroutines + documentation +- Added new crand.h API & header. Old crandom.h is deprecated. - Added `c_const_cast()` typesafe macro. -- Added crand.h header: new API for crandom.h, which is deprecated. - Removed RAII macros usage from examples - Renamed c_foreach_r => `c_foreach_rv` - Renamed c_flt_count(i) => `c_flt_counter(i)` - Renamed c_flt_last(i) => `c_flt_getcount(i)` - Renamed c_ARRAYLEN() => c_arraylen() -- Renamed deprecated c_ARGSV => c_SV +- Removed deprecated c_ARGSV(). Use c_SV() - Removed c_PAIR ## Version 4.1.1 |
