diff options
| author | Tyge Løvset <[email protected]> | 2021-12-30 16:14:57 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2021-12-30 16:14:57 +0100 |
| commit | a2ba1b88606659704625aa73397f80df2a0a038b (patch) | |
| tree | 3c11591dabc6b3ff34f3a06176da38e067ce5562 /README.md | |
| parent | eb0d095d7cdf5c5018d37be4319c99e2fdbfa9c5 (diff) | |
| download | STC-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
