]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
stty now provides support for Linux's iutf8 input mode.
authorJim Meyering <jim@meyering.net>
Wed, 7 Apr 2004 09:53:34 +0000 (09:53 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 7 Apr 2004 09:53:34 +0000 (09:53 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 5086ef5e3719dce559f17813cd4db66e6fb0e47d..1eaee040418e3e5ac9d0154c230f4117379584cd 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,15 @@ GNU coreutils NEWS                                    -*- outline -*-
 
 ** New features
 
+   stty now provides support for Linux's iutf8 input mode.
+
+   '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.