]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Tue, 29 Oct 1996 14:21:15 +0000 (14:21 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 29 Oct 1996 14:21:15 +0000 (14:21 +0000)
old/fileutils/ChangeLog
old/sh-utils/ChangeLog

index d5ac494e6c986dd56b3117bd3d7aefaca6fe697e..bc0aa9b31ecd6a2a9fa874c26e8fb4075531772a 100644 (file)
@@ -1,3 +1,10 @@
+Tue Oct 29 06:49:16 1996  Jim Meyering  <meyering@na-net.ornl.gov>
+
+       * src/ls.c (decode_switches): Make -A set really_all_files to zero
+       as well as setting all_files to 1.  With this change, ls -f -A prints
+       everything but . and .., unsorted.  Before, the -A was effectively
+       ignored.  From Karl Berry.
+
 Tue Oct 22 07:00:00 1996  Jim Meyering  <meyering@na-net.ornl.gov>
 
        * src/Makefile.am (dircolors.h): Depend on dcgen only in maintainer
index f1aa1ca0201046facd4fcfc1067e805bd904945b..21bc31d66cef250fdd38182529df2362df8b5708 100644 (file)
@@ -7,6 +7,11 @@ Mon Oct 28 17:40:54 1996  Jim Meyering  <meyering@na-net.ornl.gov>
        * configure.in: Don't output confusing diagnostic: `checking for
        shadow password routines'.  Suggestion from François Pinard.
 
+Thu Oct 24 13:50:46 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund\
+.de>
+
+        * src/tee.c (main): Ignore SIGPIPE.
+
 Wed Oct 23 23:42:43 1996  Jim Meyering  <meyering@na-net.ornl.gov>
 
        * src/stty.c: Guard inclusion of stdarg.h and definition of VA_START