2022-05-30 12:49:58 +03:00
|
|
|
2022-05-30 Alex Kotov <kotovalexarian@gmail.com>
|
|
|
|
|
2022-05-30 15:12:37 +03:00
|
|
|
* include/kernaux/ntoa.h: Functions "kernaux_utoa" and "kernaux_itoa"
|
|
|
|
receive prefix
|
2022-05-30 16:28:46 +03:00
|
|
|
* include/kernaux/ntoa.h: Constant "KERNAUX_UTOA_BUFFER_SIZE" renamed to
|
|
|
|
"KERNAUX_UTOA_MIN_BUFFER_SIZE", "KERNAUX_ITOA_BUFFER_SIZE" to
|
|
|
|
"KERNAUX_ITOA_MIN_BUFFER_SIZE"
|
2022-05-30 16:37:53 +03:00
|
|
|
* include/kernaux/ntoa.h: Functions "kernaux_[u|i]toa[10|16]" return the end
|
|
|
|
of a buffer
|
2022-05-30 22:33:53 +03:00
|
|
|
* include/kernaux/ntoa.h: Functions "kernaux_[u|i]toa16" put default prefix
|
|
|
|
* include/kernaux/ntoa.h: Add octal functions "kernaux_[u|i]toa8"
|
2022-05-30 23:11:16 +03:00
|
|
|
* include/kernaux/ntoa.h: Add binary functions "kernaux_[u|i]toa2"
|
2022-05-31 02:53:18 +03:00
|
|
|
* src/ntoa.h: Protect caller from invalid state in case of future assertions
|
2022-05-30 12:49:58 +03:00
|
|
|
|
2022-05-28 11:56:48 +03:00
|
|
|
2022-05-28 Alex Kotov <kotovalexarian@gmail.com>
|
|
|
|
|
2022-05-28 13:00:59 +03:00
|
|
|
libkernaux 0.3.0 released
|
2022-05-28 11:56:48 +03:00
|
|
|
|
2022-05-24 18:28:29 +03:00
|
|
|
2022-05-24 Alex Kotov <kotovalexarian@gmail.com>
|
2022-05-23 22:58:33 +03:00
|
|
|
|
2022-05-24 20:46:19 +03:00
|
|
|
* configure.ac: Test options made stable
|
2022-05-24 21:37:16 +03:00
|
|
|
* configure.ac: Feature "bloat" made stable
|
2022-05-25 02:17:14 +03:00
|
|
|
* src/: Use assertions everywhere (closes #14)
|
2022-05-23 22:58:33 +03:00
|
|
|
|
2022-02-02 07:26:35 +05:00
|
|
|
2022-02-02 Alex Kotov <kotovalexarian@gmail.com>
|
|
|
|
|
|
|
|
* configure.ac: Generate position-independent code by default, disable with
|
|
|
|
"--disable-pic"
|
2022-02-02 07:38:45 +05:00
|
|
|
* configure.ac: "-Werror" by default, disable with "--disable-werror"
|
2022-02-02 07:26:35 +05:00
|
|
|
|
2022-02-01 08:47:31 +05:00
|
|
|
2022-02-01 Alex Kotov <kotovalexarian@gmail.com>
|
|
|
|
|
2022-02-01 15:02:13 +05:00
|
|
|
* configure.ac: Generate headers conditionally depending on options
|
2022-02-01 08:47:31 +05:00
|
|
|
* src/printf.c: Fix potential buffer overflow
|
|
|
|
|
2022-01-24 21:25:01 +05:00
|
|
|
2022-01-24 Alex Kotov <kotovalexarian@gmail.com>
|
|
|
|
|
|
|
|
* include/kernaux/ntoa.h: Add func "kernaux_itoa"
|
|
|
|
|
2022-01-23 15:46:43 +05:00
|
|
|
2022-01-23 Alex Kotov <kotovalexarian@gmail.com>
|
|
|
|
|
|
|
|
* include/kernaux/assert.h: Require semicolon after macros
|
2022-01-23 23:41:07 +05:00
|
|
|
* include/kernaux/libc.h: Add funcs "atoi", "isdigit", "isspace"
|
2022-01-24 01:42:34 +05:00
|
|
|
* include/kernaux/ntoa.h: Rename const "KERNAUX_ITOA_BUFFER_SIZE" to
|
|
|
|
"KERNAUX_ITOA10_BUFFER_SIZE"
|
2022-01-24 02:40:13 +05:00
|
|
|
* include/kernaux/ntoa.h: Add funcs "kernaux_utoa16" and "kernaux_itoa16"
|
2022-01-24 02:59:54 +05:00
|
|
|
* include/kernaux/ntoa.h: Add consts "KERNAUX_UTOA10_BUFFER_SIZE" and
|
|
|
|
"KERNAUX_UTOA16_BUFFER_SIZE"
|
2022-01-24 08:30:43 +05:00
|
|
|
* include/kernaux/ntoa.h: Add func "kernaux_utoa"
|
2022-01-23 15:46:43 +05:00
|
|
|
|
2022-01-23 16:14:10 +05:00
|
|
|
2022-01-22 Alex Kotov <kotovalexarian@gmail.com>
|
|
|
|
|
|
|
|
libkernaux 0.2.0 released
|
|
|
|
|
2022-01-23 16:24:40 +05:00
|
|
|
* configure.ac: Made stable
|
|
|
|
* include/kernaux/cmdline.h: Made stable
|
|
|
|
|
2022-01-22 22:12:26 +05:00
|
|
|
2022-01-22 Alex Kotov <kotovalexarian@gmail.com>
|
|
|
|
|
2022-01-22 22:18:18 +05:00
|
|
|
* README.md: Configuration options now follow semver
|
2022-01-23 01:36:05 +05:00
|
|
|
* include/kernaux/assert.h: Do not allow to disable asserts and guards
|
2022-01-22 22:12:26 +05:00
|
|
|
|
2022-01-21 18:21:47 +05:00
|
|
|
2022-01-21 Alex Kotov <kotovalexarian@gmail.com>
|
|
|
|
|
|
|
|
* configure.ac: Allow to disable unnecessary heavy binary data
|
|
|
|
|
2022-01-20 21:51:54 +05:00
|
|
|
2022-01-20 Alex Kotov <kotovalexarian@gmail.com>
|
|
|
|
|
|
|
|
* include/kernaux/assert.h: Added unconditional assertion (panic)
|
2022-01-20 22:18:18 +05:00
|
|
|
* include/kernaux/assert.h: Added guards for unconditional assertion (panic)
|
2022-01-21 04:45:18 +05:00
|
|
|
* src/printf.c: Fix bug and actually enable floating-point arithmetics
|
2022-01-23 16:14:10 +05:00
|
|
|
|
|
|
|
2022-01-20 Alex Kotov <kotovalexarian@gmail.com>
|
|
|
|
|
|
|
|
libkernaux 0.1.0 released
|