diff options
author | Jim Meyering <jim@meyering.net> | 1996-10-29 14:21:15 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-10-29 14:21:15 +0000 |
commit | ac96de6db48353b07ba2bca09a00688d40357d7b (patch) | |
tree | d78e8a84662b21e81e0b6ad101db0131f2dab800 /old | |
parent | 1f49981a1f939877061c02318f05f4fe96624be2 (diff) | |
download | coreutils-ac96de6db48353b07ba2bca09a00688d40357d7b.tar.xz |
.
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 7 | ||||
-rw-r--r-- | old/sh-utils/ChangeLog | 5 |
2 files changed, 12 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index d5ac494e6..bc0aa9b31 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -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 diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index f1aa1ca02..21bc31d66 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -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 |