From: Jim Meyering Date: Tue, 29 Oct 1996 14:21:15 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_19q~199 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac96de6db48353b07ba2bca09a00688d40357d7b;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index d5ac494e6c..bc0aa9b31e 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,10 @@ +Tue Oct 29 06:49:16 1996 Jim Meyering + + * 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 * src/Makefile.am (dircolors.h): Depend on dcgen only in maintainer diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index f1aa1ca020..21bc31d66c 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -7,6 +7,11 @@ Mon Oct 28 17:40:54 1996 Jim Meyering * 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 + + * src/tee.c (main): Ignore SIGPIPE. + Wed Oct 23 23:42:43 1996 Jim Meyering * src/stty.c: Guard inclusion of stdarg.h and definition of VA_START