summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-04-04 16:22:29 +0000
committerJim Meyering <jim@meyering.net>2004-04-04 16:22:29 +0000
commit4cd3d96335d19110f6776c0c2269028f31bd2353 (patch)
tree5c878a6113db65b9bba6f7eab4f4994a87b98190 /ChangeLog
parentc0c9569dc42512150d91358f4a794ab187326cc8 (diff)
downloadcoreutils-4cd3d96335d19110f6776c0c2269028f31bd2353.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5fa2e6d9e..aa353111f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,13 @@
-2004-04-03 Jim Meyering <jim@meyering.net>
+2004-04-04 Jim Meyering <jim@meyering.net>
* Version 5.3.0.
+ A specified format is no longer automatically newline terminated.
+ If you want a newline at the end of your format, use `\n'.
+ * src/stat.c (print_it): Don't print a newline at the end of
+ every format.
+ (do_statfs): Add a newline at end of each default format string.
+
2004-03-30 Paul Eggert <eggert@twinsun.com>
* src/nohup.c (main): Adjust to new calling convention