changeset 2644:0e276268fc94

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Sat, 24 Jun 2000 12:01:29 +0000
parents e6f767353d34
children 675646a3a337
files lib/ChangeLog m4/ChangeLog
diffstat 2 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog	Sat Jun 24 12:01:03 2000 +0000
+++ b/lib/ChangeLog	Sat Jun 24 12:01:29 2000 +0000
@@ -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.
--- a/m4/ChangeLog	Sat Jun 24 12:01:03 2000 +0000
+++ b/m4/ChangeLog	Sat Jun 24 12:01:29 2000 +0000
@@ -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.