*** empty log message ***
[gnulib.git] / lib / ChangeLog
index fb13a2c..f78674c 100644 (file)
@@ -1,3 +1,32 @@
+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.