From 2ea79eb7f5a9b27ca765d7970909af6054c60ac3 Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Mon, 13 Jun 2022 11:52:31 +0300 Subject: [PATCH] Main: edit "ChangeLog" and "README.md" --- ChangeLog | 4 ++++ README.md | 13 +++++++++---- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2a0543e..8cfb6a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2022-06-13 Alex Kotov + + * include/kernaux/version.h.in: Added + 2022-06-12 Alex Kotov * libc/include/errno.h: Added diff --git a/README.md b/README.md index b28ace4..ecaa5f4 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,7 @@ can only change when major version number is increased (or minor while major is zero). Work-in-progress APIs can change at any time. * Runtime environment - * Architecture-specific code (*work in progress*) - * [Declarations](/include/kernaux/arch/) - * [Functions](/include/kernaux/asm/) + * [Feature macros](/include/kernaux/version.h.in) (*stable since* **?.?.?**) * [Assertions](/include/kernaux/assert.h) (*stable since* **0.1.0**, *non-breaking since* **?.?.?**) * [Assert: simple](/examples/assert_simple.c) * [Assert: guards](/examples/assert_guards.c) @@ -45,6 +43,9 @@ zero). Work-in-progress APIs can change at any time. * [Panic: guards](/examples/panic_guards.c) * Stack trace *(planned)* * [File simulator](/include/kernaux/file.h) (*work in progress*) + * Architecture-specific code (*work in progress*) + * [Declarations](/include/kernaux/arch/) + * [Functions](/include/kernaux/asm/) * Device drivers (for debugging only) * [Serial console](/include/kernaux/console.h) (*work in progress*) * [Framebuffer](/include/kernaux/framebuffer.h) (*planned*) @@ -74,10 +75,14 @@ zero). Work-in-progress APIs can change at any time. * [vfprintf](/examples/fprintf_va.c) * [snprintf](/examples/snprintf.c) * [vsnprintf](/examples/snprintf_va.c) -* libc replacement +* libc replacement (*work in progress*) * [ctype.h](/libc/include/ctype.h) + * [errno.h](/libc/include/errno.h) + * [inttypes.h](/libc/include/inttypes.h) + * [setjmo.h](/libc/include/setjmo.h) * [stdlib.h](/libc/include/stdlib.h) * [string.h](/libc/include/string.h) + * [sys/types.h](/libc/include/sys/types.h)