*** 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 8024f914be54039981431889705a8ce6d8831bd9..058808d9db703ef0d283f140a22cc0c67f832f24 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 2900fcb4da50f9b75fad020bb4d1bf7845a71345..54f3cf74b16482658a37b35648bc760db25e7a49 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.