summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-06-10 19:32:04 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-06-10 19:32:04 +0000
commitd30b64a98e6824c6aa898040115e806dad417bf1 (patch)
treeba5fed6c47786ff29fdadc01212d995fa4b56f1a /ChangeLog
parent9756cac52fe32096eb9a84e18ac139c04b7b7f49 (diff)
downloadcoreutils-d30b64a98e6824c6aa898040115e806dad417bf1.tar.xz
Act on the Austin Group's response yesterday to XCU ERN 63.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b124c53c5..c5268e569 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,18 @@
-2005-06-10 Jim Meyering <jim@meyering.net>
+2005-06-10 Paul Eggert <eggert@cs.ucla.edu>
* Version 5.3.1.
+ Act on the Austin Group's response yesterday to XCU ERN 63; see
+ <http://www.opengroup.org/austin/docs/austin_260.txt>.
+ * NEWS: ls no longer outputs an extra space between mode and link count.
+ * doc/coreutils.texi: Remove the extra spaces in "ls -l" output.
+ * src/ls.c (any_has_acl): New var.
+ (clear_files): Clear it.
+ (gobble_file): Set it if a file has an ACL.
+ (print_long_format): Omit needless space unless some file has an ACL.
+
+2005-06-10 Jim Meyering <jim@meyering.net>
+
* src/system.h (VERIFY_W_TYPEOF): Add parentheses.
2005-06-02 Jim Meyering <jim@meyering.net>