rsys

Basic data structures and low-level features
git clone git://git.meso-star.fr/rsys.git
Log | Files | Refs | README | LICENSE

commit 90ba0cc23845f0725cb0c18b5bb0025bed697c43
parent 9820a8b9d226fcdbd8cec92b68aecadde1b81405
Author: vaplv <vaplv@free.fr>
Date:   Mon,  6 Jul 2020 11:38:22 +0200

Write the 0.9.1 release note

Diffstat:
MREADME.md | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -17,6 +17,14 @@ project can be now edited, built, tested and installed as any CMake project. ## Release notes +### Version 0.9.1 + +- Add the `VFATAL` macro that works as the regular `FATAL` macro but with an + additional variadic argument allowing to format the displayed error message + as in `printf`. +- Add the `str_printf` function to the string API: it sets the string content + with the data formatted wrt the `printf` syntax. + ### Version 0.9 - Add the text reader API. A text reader reads lines from a text stream. In