Main: include/kernaux/memmap.h: Made stable

This commit is contained in:
Alex Kotov 2022-06-15 14:29:49 +03:00
parent f4d82fa0b7
commit 45c0232e60
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,7 @@
2022-06-15 Alex Kotov <kotovalexarian@gmail.com>
* include/kernaux/memmap.h: Added
* include/kernaux/memmap.h: Added, made stable
* configure.ac: Added "--with-memmap", made stable
2022-06-13 Alex Kotov <kotovalexarian@gmail.com>

View File

@ -65,7 +65,7 @@ zero). Work-in-progress APIs can change at any time.
* Utilities
* [Measurement units utils](/include/kernaux/units.h) (*work in progress*)
* [To human](/examples/units_human.c)
* [Memory map](/include/kernaux/memmap.h.in) (*work in progress*)
* [Memory map](/include/kernaux/memmap.h.in) (*stable since* **?.?.?**)
* [Example](/examples/memmap.c)
* [printf format parser](/include/kernaux/printf_fmt.h) (*work in progress*)
* Code from [https://github.com/mpaland/printf](https://github.com/mpaland/printf). Thank you!
@ -150,6 +150,7 @@ explicitly included, use `--without-all`.
* `--with[out]-cmdline` - command line parser
* `--with[out]-file` - file simulator
* `--with[out]-memmap` - memory map
* `--with[out]-ntoa` - itoa/ftoa
* `--with[out]-printf` - printf