From: Jim Meyering Date: Wed, 7 Apr 2004 09:53:34 +0000 (+0000) Subject: stty now provides support for Linux's iutf8 input mode. X-Git-Tag: v5.3.0~1858 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0993dd1a597d4834bb88a1fe708a566c3f394df6;p=thirdparty%2Fcoreutils.git stty now provides support for Linux's iutf8 input mode. --- diff --git a/NEWS b/NEWS index 5086ef5e37..1eaee04041 100644 --- 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.