*** empty log message ***
[gnulib.git] / m4 / ChangeLog
index f424b68..b6675e2 100644 (file)
@@ -1,8 +1,24 @@
+2000-06-25  Jim Meyering  <meyering@lucent.com>
+
+       * mbstate_t.m4: Include stdio.h before wchar.h to work around
+       Linux header bug when _XOPEN_SOURCE is defined to 500.
+
+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.  If the compile-test says
+       strerror_r doesn't work, then resort to a `run'-test that works on
+       BeOS and segfaults on DEC Unix.
+
 2000-06-19  Paul Eggert  <eggert@twinsun.com>
 
        * mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
        * prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
 
+2000-06-23  Jim Meyering  <meyering@lucent.com>
+
        * afs.m4: Add missing AC_MSG_RESULT.
        Reported by Bruno Haible.