From 0993dd1a597d4834bb88a1fe708a566c3f394df6 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 7 Apr 2004 09:53:34 +0000 Subject: [PATCH] stty now provides support for Linux's iutf8 input mode. --- NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) 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. -- 2.47.2