.
authorJim Meyering <jim@meyering.net>
Sat, 23 Nov 1996 22:13:55 +0000 (22:13 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 23 Nov 1996 22:13:55 +0000 (22:13 +0000)
old/fileutils/ChangeLog

index f644d381befd61c5522b534217517e9f06952dbd..778bb8e1a0cf3cb6b463be83a4f2c3d36a236295 100644 (file)
@@ -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.