diff options
-rw-r--r-- | m4/ChangeLog | 7 |
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. |