diff options
author | Jim Meyering <jim@meyering.net> | 2005-12-15 20:16:03 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-12-15 20:16:03 +0000 |
commit | 0ae5a45fcb88256c0a3fce26c2cb3ab643f1a941 (patch) | |
tree | da403d9b679a6e4c778fa5ed76b653be77343153 | |
parent | ce79c562f680b0247849a1ae2943699073371b70 (diff) | |
download | coreutils-0ae5a45fcb88256c0a3fce26c2cb3ab643f1a941.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,7 +1,13 @@ -2005-12-15 Paul Eggert <eggert@cs.ucla.edu> +2005-12-15 Jim Meyering <jim@meyering.net> * Version 6.0-cvs. + * src/stat.c (print_it): Properly handle a backslash at the + end of a --printf format string. Reported by Paul Eggert. + * tests/misc/stat-printf (end-bs): Add a test for the above. + +2005-12-15 Paul Eggert <eggert@cs.ucla.edu> + * tests/acl: Port to pre-POSIX shells like Solaris 8 /bin/sh. Don't assume /etc/passwd contains user names; use 'id' instead. |