From: Paul Eggert Date: Fri, 10 Jun 2005 19:32:04 +0000 (+0000) Subject: Act on the Austin Group's response yesterday to XCU ERN 63. X-Git-Tag: CPPI-1_12~645 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d30b64a98e6824c6aa898040115e806dad417bf1;p=thirdparty%2Fcoreutils.git Act on the Austin Group's response yesterday to XCU ERN 63. --- diff --git a/ChangeLog b/ChangeLog index b124c53c59..c5268e5695 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,18 @@ -2005-06-10 Jim Meyering +2005-06-10 Paul Eggert * Version 5.3.1. + Act on the Austin Group's response yesterday to XCU ERN 63; see + . + * 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 + * src/system.h (VERIFY_W_TYPEOF): Add parentheses. 2005-06-02 Jim Meyering