(get_charset_aliases): Use malloc, realloc and memcpy
[gnulib.git] / lib / ChangeLog
index 4e4fc05..dc129ab 100644 (file)
@@ -1,8 +1,36 @@
+2000-05-04  Jim Meyering  <meyering@lucent.com>
+
+       * getopt.c: Update from glibc.
+       * obstack.c: Likewise.
+       * obstack.h: Likewise.
+       * regex.c: Likewise.  NB: K&R compiler support is dropped for this file
+
+       * regex.h: Likewise.
+       * strndup.c: Likewise.
+       * strnlen.c: New file, from glibc.
+
+2000-05-01  Jim Meyering  <meyering@lucent.com>
+
+       * full-write.c (full_write): Remove `FIXME' part of comment.
+
+2000-04-29  Jim Meyering  <meyering@lucent.com>
+
+       * path-concat.c: Declare strdup only if it's not defined.
+       * canon-host.c: Likewise.
+
+2000-04-28  Jim Meyering  <meyering@lucent.com>
+
+       * rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to avoid
+       redefinition warning on some systems (HPUX).  Otherwise, regex.h is
+       included first, then limits.h is included by locale.h by libintl.h.
+       From John David Anglin.
+
 2000-04-25  Jim Meyering  <meyering@lucent.com>
 
        * makepath.c (S_IRWXUGO): Define.
        (make_path): Always perform explicit chmod if MODE specifies any
-       of the `special' permission bits.
+       of the `special' permission bits.  Prompted by a bug report against
+       install from Mate Wierdl and Joost van Baal.
 
 2000-04-18  Jim Meyering  <meyering@lucent.com>