1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2024-11-13 11:04:27 -05:00
libkernaux/ChangeLog

33 lines
1,023 B
Text
Raw Normal View History

2022-12-12 19:54:27 -05:00
2022-12-13 Alex Kotov <kotovalexarian@gmail.com>
* tests/Makefile.am: Fix FreeBSD builds
2022-12-12 23:51:17 -05:00
* configure.ac: Rename feature "--(enable|disable)-debug" to
"--(enable|disable)-assert"
* include/kernaux/assert.h: Rename definition "KERNAUX_DEBUG" to
2022-12-12 23:56:44 -05:00
"KERNAUX_DISABLE_ASSERT"
2022-12-12 19:54:27 -05:00
2022-12-11 20:08:15 -05:00
2022-12-12 Alex Kotov <kotovalexarian@gmail.com>
* examples/Makefile.am: Fix builds without pthreads
2022-12-12 15:10:46 -05:00
* include/: Non-conditional headers (except <kernaux/version.h>)
2022-12-11 20:08:15 -05:00
2022-12-11 08:40:49 -05:00
2022-12-11 Alex Kotov <kotovalexarian@gmail.com>
2022-12-03 05:23:52 -05:00
2022-12-11 08:40:49 -05: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 14:42:43 -05:00
2022-12-09 Alex Kotov <kotovalexarian@gmail.com>
2022-12-01 14:42:43 -05:00
* include/kernaux/generic/display.h: The header has been added
2022-11-30 09:22:37 -05:00
2022-12-07 18:13:27 -05:00
2022-12-08 Alex Kotov <kotovalexarian@gmail.com>
2022-11-30 09:22:37 -05:00
2022-12-07 18:13:27 -05:00
* include/kernaux/*.h: Definition "KERNAUX_BITFIELDS" has been added
2022-11-28 20:19:35 -05:00
2022-12-05 Alex Kotov <kotovalexarian@gmail.com>
2022-11-28 20:19:35 -05:00
2022-12-05 08:46:41 -05:00
libkernaux 0.6.1 released