diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-06-10 19:32:04 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-06-10 19:32:04 +0000 |
commit | d30b64a98e6824c6aa898040115e806dad417bf1 (patch) | |
tree | ba5fed6c47786ff29fdadc01212d995fa4b56f1a /ChangeLog | |
parent | 9756cac52fe32096eb9a84e18ac139c04b7b7f49 (diff) | |
download | coreutils-d30b64a98e6824c6aa898040115e806dad417bf1.tar.xz |
Act on the Austin Group's response yesterday to XCU ERN 63.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -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> |