summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-12-15 20:16:03 +0000
committerJim Meyering <jim@meyering.net>2005-12-15 20:16:03 +0000
commit0ae5a45fcb88256c0a3fce26c2cb3ab643f1a941 (patch)
treeda403d9b679a6e4c778fa5ed76b653be77343153
parentce79c562f680b0247849a1ae2943699073371b70 (diff)
downloadcoreutils-0ae5a45fcb88256c0a3fce26c2cb3ab643f1a941.tar.xz
*** empty log message ***
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3f56c4c8a..29b9395a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.