diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 19f145d14..aa4e3f518 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,7 +1,18 @@ -1998-02-13 Jim Meyering +1998-02-19 Jim Meyering * Version 3.16m. + * lib/dirname.c (dirname): Include ctype.h. + [IN_CTYPE_DOMAIN]: Define. + [ISALPHA]: Define. + [MSDOS]: Add support for DOS-style file names with drive letters. + Based on a patch from Eli Zaretskii. + + 1997-10-17 Eli Zaretskii + * lib/fileblocks.c [__DJGPP__]: Add missing typedef for daddr_t. + +1998-02-13 Jim Meyering + * src/mv.c (cp_option_init): Set copy_as_regular to 0, not 1. Otherwise, mv tries to open special files. Reported by Kjetil Torgrim Homme.