mirror of
https://github.com/tailix/libkernaux.git
synced 2025-02-17 15:45:32 -05:00
Main: README.md: mark stable API version changes
This commit is contained in:
parent
58bc12c539
commit
6d9ca8d24c
1 changed files with 3 additions and 3 deletions
|
@ -38,7 +38,7 @@ zero). Work-in-progress APIs can change at any time.
|
||||||
* Architecture-specific code (*work in progress*)
|
* Architecture-specific code (*work in progress*)
|
||||||
* [Declarations](/include/kernaux/arch/)
|
* [Declarations](/include/kernaux/arch/)
|
||||||
* [Functions](/include/kernaux/asm/)
|
* [Functions](/include/kernaux/asm/)
|
||||||
* [Assertions](/include/kernaux/assert.h) (*stable since* **0.1.0**, *non-breaking since* **0.2.0**)
|
* [Assertions](/include/kernaux/assert.h) (*stable since* **0.1.0**, *non-breaking since* **?.?.?**)
|
||||||
* [Assert: simple](/examples/assert_simple.c)
|
* [Assert: simple](/examples/assert_simple.c)
|
||||||
* [Assert: guards](/examples/assert_guards.c)
|
* [Assert: guards](/examples/assert_guards.c)
|
||||||
* [Panic: simple](/examples/panic_simple.c)
|
* [Panic: simple](/examples/panic_simple.c)
|
||||||
|
@ -57,7 +57,7 @@ zero). Work-in-progress APIs can change at any time.
|
||||||
* [ELF](/include/kernaux/elf.h) (*work in progress*)
|
* [ELF](/include/kernaux/elf.h) (*work in progress*)
|
||||||
* [Master Boot Record](/include/kernaux/mbr.h) (*work in progress*)
|
* [Master Boot Record](/include/kernaux/mbr.h) (*work in progress*)
|
||||||
* [Multiboot 2 (GRUB 2)](/include/kernaux/multiboot2.h) (*work in progress*)
|
* [Multiboot 2 (GRUB 2)](/include/kernaux/multiboot2.h) (*work in progress*)
|
||||||
* [printf format specifier](/include/kernaux/printf_fmt.h)
|
* [printf format specifier](/include/kernaux/printf_fmt.h) (*stable since* **?.?.?**)
|
||||||
* Code from [https://github.com/mpaland/printf](https://github.com/mpaland/printf). Thank you!
|
* Code from [https://github.com/mpaland/printf](https://github.com/mpaland/printf). Thank you!
|
||||||
* [Example](/examples/printf_fmt.c)
|
* [Example](/examples/printf_fmt.c)
|
||||||
* Stivale 2 (Limine) (*planned*)
|
* Stivale 2 (Limine) (*planned*)
|
||||||
|
@ -66,7 +66,7 @@ zero). Work-in-progress APIs can change at any time.
|
||||||
* [To human](/examples/units_human.c)
|
* [To human](/examples/units_human.c)
|
||||||
* Usual functions
|
* Usual functions
|
||||||
* [libc replacement](/include/kernaux/libc.h) (*stable since* **0.1.0**)
|
* [libc replacement](/include/kernaux/libc.h) (*stable since* **0.1.0**)
|
||||||
* [itoa/ftoa replacement](/include/kernaux/ntoa.h) (*stable since* **0.1.0**)
|
* [itoa/ftoa replacement](/include/kernaux/ntoa.h) (*stable since* **0.1.0**, *non-breaking since* **?.?.?**)
|
||||||
* [printf replacement](/include/kernaux/printf.h) (*stable since* **0.1.0**)
|
* [printf replacement](/include/kernaux/printf.h) (*stable since* **0.1.0**)
|
||||||
* Code from [https://github.com/mpaland/printf](https://github.com/mpaland/printf). Thank you!
|
* Code from [https://github.com/mpaland/printf](https://github.com/mpaland/printf). Thank you!
|
||||||
* [printf](/examples/printf.c)
|
* [printf](/examples/printf.c)
|
||||||
|
|
Loading…
Add table
Reference in a new issue