.
[gnulib.git] / lib / ChangeLog
index 9da8633..3213cf2 100644 (file)
@@ -1,3 +1,38 @@
+2000-05-08  Jim Meyering  <meyering@lucent.com>
+
+       * long-options.c: Don't include closeout.h.
+       (parse_long_options): Don't call close_stdout for --version.
+
+2000-05-06  Jim Meyering  <meyering@lucent.com>
+
+       * strnlen.c: Undefine __strnlen and strnlen.
+       [!weak_alias]: Define __strnlen to strnlen.
+
+       * atexit.c: New file, from libiberty.
+
+2000-05-06  Jim Meyering  <meyering@lucent.com>
+
+       * closeout.c (close_stdout_status): Also check for errors on the
+       stderr stream.
+
+2000-05-05  Bruno Haible  <haible@clisp.cons.org>
+
+       * localcharset.c (get_charset_aliases): Use malloc, realloc and memcpy
+       instead of xmalloc, xrealloc, path_concat.
+       (locale_charset): Treat empty environment variables as absent.
+       (DIRECTORY_SEPARATOR, ISSLASH): New macros.
+
+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.