libkernaux/ChangeLog

47 lines
1.4 KiB
Plaintext
Raw Normal View History

2022-12-17 01:05:48 +00:00
2022-12-17 Alex Kotov <kotovalexarian@gmail.com>
* src/multiboot2/*_print.c: Print some values in hex
2022-12-16 Alex Kotov <kotovalexarian@gmail.com>
* configure.ac: Feature "--with[out]-multiboot2" has been added
* include/kernaux/multiboot2.h: Has been made stable
2022-12-14 07:03:47 +00:00
2022-12-14 Alex Kotov <kotovalexarian@gmail.com>
* configure.ac: Enable shared library
2022-12-13 00:54:27 +00:00
2022-12-13 Alex Kotov <kotovalexarian@gmail.com>
* tests/Makefile.am: Fix FreeBSD builds
2022-12-13 04:51:17 +00:00
* configure.ac: Rename feature "--(enable|disable)-debug" to
"--(enable|disable)-assert"
* include/kernaux/assert.h: Rename definition "KERNAUX_DEBUG" to
2022-12-13 04:56:44 +00:00
"KERNAUX_DISABLE_ASSERT"
2022-12-13 05:11:03 +00:00
* include/kernaux/assert.h: Add macro "KERNAUX_NOTNULL"
2022-12-13 00:54:27 +00:00
2022-12-12 01:08:15 +00:00
2022-12-12 Alex Kotov <kotovalexarian@gmail.com>
* examples/Makefile.am: Fix builds without pthreads
2022-12-12 20:10:46 +00:00
* include/: Non-conditional headers (except <kernaux/version.h>)
2022-12-12 01:08:15 +00:00
2022-12-11 13:40:49 +00:00
2022-12-11 Alex Kotov <kotovalexarian@gmail.com>
2022-12-03 10:23:52 +00:00
2022-12-11 13:40:49 +00:00
* include/kernaux/macro.h: Macro "KERNAUX_STATIC_TEST" has been added
2022-12-10 Alex Kotov <kotovalexarian@gmail.com>
* include/kernaux/macro.h: Macros "KERNAUX_CAST_(VAR|CONST)" have been added
2022-12-01 19:42:43 +00:00
2022-12-09 Alex Kotov <kotovalexarian@gmail.com>
2022-12-01 19:42:43 +00:00
* include/kernaux/generic/display.h: The header has been added
2022-11-30 14:22:37 +00:00
2022-12-07 23:13:27 +00:00
2022-12-08 Alex Kotov <kotovalexarian@gmail.com>
2022-11-30 14:22:37 +00:00
2022-12-07 23:13:27 +00:00
* include/kernaux/*.h: Definition "KERNAUX_BITFIELDS" has been added
2022-11-29 01:19:35 +00:00
2022-12-05 Alex Kotov <kotovalexarian@gmail.com>
2022-11-29 01:19:35 +00:00
2022-12-05 13:46:41 +00:00
libkernaux 0.6.1 released