summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-06-24 12:05:18 +0000
committerJim Meyering <jim@meyering.net>2000-06-24 12:05:18 +0000
commitc66b85785005f48e31f85dc88e7903c956b04454 (patch)
treefe70de565258474f2b148b273d894d17fbdaafb2
parentf89094c7de4d1e052d5bfcf7e390fba504bf1f6e (diff)
downloadcoreutils-c66b85785005f48e31f85dc88e7903c956b04454.tar.xz
*** empty log message ***
-rw-r--r--m4/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog
index 2900fcb4d..54f3cf74b 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,3 +1,10 @@
+2000-06-24 Jim Meyering <meyering@lucent.com>
+
+ * strerror_r.m4: Revive this file -- to try out an experimental
+ version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
+ for which strerror does return char*, but which lacks a conveniently
+ accessible declaration of the function.
+
2000-06-19 Paul Eggert <eggert@twinsun.com>
* mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.