summaryrefslogtreecommitdiffstats
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorAkihiko Odaki <[email protected]>2016-10-13 09:16:48 +0900
committerMark Wielaard <[email protected]>2016-10-13 11:24:03 +0200
commita24d52ac205b4983c80657b5aa2a7d90d7032837 (patch)
tree1fc2966e22391592ba4a6d94da7c68d86f64e51e /lib/ChangeLog
parent60b2bf1b08c621492410b24e469b2bdf58d167d5 (diff)
Do not depend on some non-POSIX features.
Define/open code memrchr, rawmemchr, powerof2 and TEMP_FAILURE_RETRY if not available through system headers. Signed-off-by: Akihiko Odaki <[email protected]> Signed-off-by: Mark Wielaard <[email protected]>
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 88c71c9a..afb18b11 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,5 +1,12 @@
2015-10-11 Akihiko Odaki <[email protected]>
+ * fixedsizehash.h (CONCAT): Use __CONCAT when available.
+ * system.h: Include config.h and errno.h.
+ (powerof2): Define if not already defined.
+ (TEMP_FAILURE_RETRY): Define when not yet defined.
+
+2015-10-11 Akihiko Odaki <[email protected]>
+
* Makefile.am (noinst_HEADERS): Add libeu.h.
* color.c: Remove system.h include, add libeu.h include.
* crc32_file.c: Likewise.