*** empty log message ***
[gnulib.git] / lib / ChangeLog
index 35c22dd..f78674c 100644 (file)
@@ -1,8 +1,71 @@
+2000-04-05  Jim Meyering  <meyering@lucent.com>
+
+       Portability tweaks required for ultrix4.3.
+       * readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare getutent.
+       * readutmp.c: Include sys/types.h before sys/stat.h.
+       * canon-host.c: Declare strdup.
+       * path-concat.c: Likewise.
+       From John David Anglin.
+
+2000-04-04  Jim Meyering  <meyering@lucent.com>
+
+       Be more DOS 8.3-friendly.
+       * ref-add.sin: Renamed from ref-add.sed.in.
+       * ref-del.sin: Renamed from ref-del.sed.in.
+       * Makefile.am: Reflect renaming.
+       Reported by Eli Zaretskii.
+
+       Use a temporary file name that won't clash with `charset.alias'
+       in the DOS 8.3 name space.
+       * Makefile.am (charset_tmp): Define.
+       (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
+       (uninstall-local): Likewise.
+       Reported by Eli Zaretskii.
+
+2000-03-29  Paul Eggert  <eggert@twinsun.com>
+
+       * time/strftime.c (my_strftime): Make sure we call the system
+       strftime, not ourselves, when invoking the underlying strftime.
+
+2000-03-24  Jim Meyering  <meyering@lucent.com>
+
+       * Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
+       (charset_alias): Define.
+       (install-exec-local): Factor out common code.
+       (uninstall-local): Split lines longer than 80.
+       (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
+       (SUFFIXES): Define.
+       (.sed.in.sed): New rule.  Don't redirect directly to $@.
+       (CLEANFILES): Add ref-add.sed and ref-del.sed.
+
+2000-03-19  Bruno Haible  <haible@clisp.cons.org>
+
+       * config.charset: Output a line containing "Packages using this file".
+       * ref-add.sed.in, ref-del.sed.in: New files.
+       * Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
+       ref-del.sed): New rules.
+
+2000-03-17  Jim Meyering  <meyering@lucent.com>
+
+       * unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
+       Otherwise, include <strings.h>
+
+2000-03-17  Bruno Haible  <haible@clisp.cons.org>
+
+       * unicodeio.c (utf8_wctomb): New function.
+       (print_unicode_char): Pass the Unicode character to iconv in UTF-8
+       format instead of in UCS-4 with platform dependent endianness.
+
 2000-03-07  Paul Eggert  <eggert@twinsun.com>
 
        * lib/savedir.c (savedir): Work even if directory size is
        negative; this can happen with some screwy NFS configurations.
 
+2000-03-06  Jim Meyering  <meyering@lucent.com>
+
+       * localcharset.c (get_charset_aliases): Don't try to free file_name
+       if it's NULL (because we ran out of memory).  From Bruno Haible.
+
 2000-03-05  Jim Meyering  <meyering@lucent.com>
 
        * localcharset.c ("path-concat.h"): Include.