summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2023-02-14 07:41:57 +0100
committerTyge Løvset <[email protected]>2023-02-14 07:41:57 +0100
commit6df7f90dbabf7f60e37109335f2cb8f8b6b5d02f (patch)
tree363250af394400d0fb6a33763f5a89acd1b4dd61 /README.md
parentc849c2c058bfd8b66ecbd741e49c471773d66dd6 (diff)
downloadSTC-modified-6df7f90dbabf7f60e37109335f2cb8f8b6b5d02f.tar.gz
STC-modified-6df7f90dbabf7f60e37109335f2cb8f8b6b5d02f.zip
Added links in docs
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 70656c3b..f74ee916 100644
--- a/README.md
+++ b/README.md
@@ -13,8 +13,8 @@ I am happy to finally announce a new release! Major changes:
- Algorithms:
- [crange](docs/ccommon_api.md#crange) - similar to [boost::irange](https://www.boost.org/doc/libs/release/libs/range/doc/html/range/reference/ranges/irange.html) integer range generator.
- [c_forfilter](docs/ccommon_api.md#c_forfilter) - ranges-like view filtering.
- - [csort](misc/benchmarks/various/csort_bench.c) - fast quicksort with custom inline comparison.
-- Renamed `c_ARGSV()` => `c_SV()`: **csview** print arg. `c_sv()` is a shorthand for *csview_from()* constructor.
+ - [csort](include/stc/algo/csort.h) - [fast quicksort](misc/benchmarks/various/csort_bench.c) with custom inline comparison.
+- Renamed `c_ARGSV()` => `c_SV()`: **csview** print arg. Note `c_sv()` is shorthand for *csview_from()*.
- Support for [uppercase flow-control](include/stc/priv/altnames.h) macro names in ccommon.h.
- Some API changes in **cregex** and **cstr**.
- Create single header container versions with python script.