From: Jim Meyering Date: Tue, 4 Apr 2000 12:58:57 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d5fae01d22e01cc9e4a9e15de0bc10db63af1a8;p=pspp *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 601bc78c86..95fdee219d 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,18 @@ +2000-04-04 Jim Meyering + + 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 * time/strftime.c (my_strftime): Make sure we call the system