This commit is contained in:
Jim Meyering
1996-10-29 14:21:15 +00:00
parent 1f49981a1f
commit ac96de6db4
2 changed files with 12 additions and 0 deletions
+7
View 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
+5
View 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