*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 24 Jun 2000 12:01:29 +0000 (12:01 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 24 Jun 2000 12:01:29 +0000 (12:01 +0000)
lib/ChangeLog
m4/ChangeLog

index 8024f91..058808d 100644 (file)
@@ -1,3 +1,7 @@
+2000-06-24  Jim Meyering  <meyering@lucent.com>
+
+       * error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
+
 2000-06-21  Jim Meyering  <meyering@lucent.com>
 
        * getpass.c: New file, from Bruno Haible.  Required for BeOS.
index 2900fcb..54f3cf7 100644 (file)
@@ -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.