summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-12-30 16:14:57 +0100
committerTyge Løvset <[email protected]>2021-12-30 16:14:57 +0100
commita2ba1b88606659704625aa73397f80df2a0a038b (patch)
tree3c11591dabc6b3ff34f3a06176da38e067ce5562 /README.md
parenteb0d095d7cdf5c5018d37be4319c99e2fdbfa9c5 (diff)
downloadSTC-modified-a2ba1b88606659704625aa73397f80df2a0a038b.tar.gz
STC-modified-a2ba1b88606659704625aa73397f80df2a0a038b.zip
Renamed c_default_clone to c_default_from (mostly used internally).
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9d294346..c324c06c 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ lasting deprecations, so you may develop production code using it.
- Renamed: ***i_key_csptr*** / ***i_val_csptr*** to `i_key_sptr` / `i_val_sptr` for specifying **carc** and **cbox** values in containers.
- Renamed: *csptr_X_make()* to `carc_X_from()`.
- Renamed: *cstr_lit()* to `cstr_new(literal)`, and *cstr_assign_fmt()* to `cstr_printf()`.
-- Renamed: *c_default_fromraw()* to `c_default_clone()`.
+- Renamed: *c_default_fromraw()* to `c_default_from()`.
- Changed: the [**c_apply**](docs/ccommon_api.md) macros API.
- Replaced: *csview_first_token()* and *csview_next_token()* with one function: `csview_token()`.
- Added: **checkauto** tool for checking that c-source files uses `c_auto*` macros correctly.