diff options
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index f644d381b..778bb8e1a 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,22 @@ +Sat Nov 23 16:11:59 1996 Jim Meyering <meyering@na-net.ornl.gov> + + * chgrp.c (usage): Alphabetize option descriptions the way + sort -f would. + * chown.c (usage): Likewise. + * cp-aux.c (usage): Likewise. + * df.c (usage): Likewise. + * install.c (usage): Likewise. + * ln.c (usage): Likewise. + * ls.c (usage): Likewise. + * mkdir.c (usage): Likewise. + * mv.c (usage): Likewise. + * rm.c (usage): Likewise. + Fri Nov 22 22:14:10 1996 Jim Meyering <meyering@na-net.ornl.gov> + * configure.in (AC_REPLACE_FUNCS): Don't try to replace getline this + way. AM_FUNC_GETLINE does it now. + * src/cp.c (copy): With -i and not -f, prompt for any type of (non-directory) source file before overwriting an existing target. Reported by Mark A. Thomas. |