diff options
author | Jim Meyering <jim@meyering.net> | 2000-04-04 12:58:57 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-04-04 12:58:57 +0000 |
commit | 534deab287ea1a607c20cef4d21292b551eda8be (patch) | |
tree | 19ae9184551d8b2cf178040dcef173e0a0e1aaaa /lib | |
parent | b9db9921b8786c1347d9b12971497bd4ecfedae9 (diff) | |
download | coreutils-534deab287ea1a607c20cef4d21292b551eda8be.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 601bc78c8..95fdee219 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,18 @@ +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 |