summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog60
1 files changed, 60 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0d6cd2ba..0aa582cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,63 @@
+2017-05-04 Ulf Hermann <[email protected]>
+
+ * configure.ac: Determine names for eu_compat library.
+
+2017-05-04 Ulf Hermann <[email protected]>
+
+ * configure.ac: Check for fork().
+
+2017-05-04 Ulf Hermann <[email protected]>
+
+ * configure.ac: Check for posix_fallocate, posix_fadvise, fchown,
+ fchmod.
+
+2017-05-04 Ulf Hermann <[email protected]>
+
+ * configure.ac: Check for tdestroy and node_t. Declare tdestroy in
+ config.h if tdestroy is not available from search.h, but node_t is.
+
+2017-05-04 Ulf Hermann <[email protected]>
+
+ * configure.ac: Check for unlocked I/O functions.
+
+2017-04-28 Ulf Hermann <[email protected]>
+
+ * configure.ac: Determine the binary format we're building natively.
+
+2017-04-28 Ulf Hermann <[email protected]>
+
+ * configure.ac: Determine library naming conventions and define
+ LIBPREFIX, LIBEXT and common names for elf, dw, asm accordingly.
+
+2017-04-27 Ulf Hermann <[email protected]>
+
+ * configure.ac: Check if the compiler supports
+ __attribute__((visibility(...))).
+
+2017-04-27 Ulf Hermann <[email protected]>
+
+ * configure.ac: Check if -fPIC, -fPIE, -Wl,-z,defs,
+ and -Wl,-z,relro are supported by the compiler.
+
+2017-04-27 Ulf Hermann <[email protected]>
+
+ * configure.ac: Drop checks for memrchr, rawmemchr, mempcpy, argp.
+
+2017-04-21 Ulf Hermann <[email protected]>
+
+ * .gitignore: Add generated gnulib headers.
+ * Makefile.am (SUBDIRS): Add libgnu.
+ * configure.ac: Add option to enable gnulib
+ and gl_EARLY and gl_INIT macros, as well as libgnu/Makefile.
+
+2017-04-21 Ulf Hermann <[email protected]>
+
+ * configure.ac: Check for strerror_r and its variants.
+
+2017-04-21 Ulf Hermann <[email protected]>
+
+ * configure.ac: Add check for GNU-style basename.
+
2017-05-05 Mark Wielaard <[email protected]>
* configure.ac: Set version to 0.169. Update copyright year.