From 45c0232e607063265df40c153fba962d6c6b0200 Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Wed, 15 Jun 2022 14:29:49 +0300 Subject: [PATCH] Main: include/kernaux/memmap.h: Made stable --- ChangeLog | 3 ++- README.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1b6193a..93a1964 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 2022-06-15 Alex Kotov - * include/kernaux/memmap.h: Added + * include/kernaux/memmap.h: Added, made stable + * configure.ac: Added "--with-memmap", made stable 2022-06-13 Alex Kotov diff --git a/README.md b/README.md index abc5025..eef1481 100644 --- a/README.md +++ b/README.md @@ -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