]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 4 Apr 2004 16:22:29 +0000 (16:22 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 4 Apr 2004 16:22:29 +0000 (16:22 +0000)
ChangeLog
NEWS

index 5fa2e6d9e2a4c3df2c4736da555f7805d7492d63..aa353111fbca2511807932299c372175f553853d 100644 (file)
--- 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
diff --git a/NEWS b/NEWS
index 0debd89956aae0a084deeef790c5f43f8881fe1e..5086ef5e3719dce559f17813cd4db66e6fb0e47d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -9,12 +9,16 @@ GNU coreutils NEWS                                    -*- outline -*-
 
 ** New features
 
-   'df', 'du', and 'ls' now take the default block size from the
-   BLOCKSIZE environment variable if the BLOCK_SIZE, DF_BLOCK_SIZE,
-   DU_BLOCK_SIZE, and LS_BLOCK_SIZE environment variables are not set.
-   Unlike the other variables, though, BLOCKSIZE does not affect
-   values like 'ls -l' sizes that are normally displayed as bytes.
-   This new behavior is for compatibility with BSD.
+  With stat, a specified format is no longer automatically newline terminated.
+  If you want a newline at the end of your output, append `\n' to the format
+  string.
+
+  'df', 'du', and 'ls' now take the default block size from the
+  BLOCKSIZE environment variable if the BLOCK_SIZE, DF_BLOCK_SIZE,
+  DU_BLOCK_SIZE, and LS_BLOCK_SIZE environment variables are not set.
+  Unlike the other variables, though, BLOCKSIZE does not affect
+  values like 'ls -l' sizes that are normally displayed as bytes.
+  This new behavior is for compatibility with BSD.
 
   du accepts a new option --files0-from=FILE, where FILE contains a
   list of NUL-terminated file names.