From: Jim Meyering Date: Wed, 27 Aug 2003 09:18:28 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.0.91~88 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9cddf00834775a9258ea0e601629c198f26e5e83;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/NEWS b/NEWS index fd2ec9fc04..040aa4220d 100644 --- a/NEWS +++ b/NEWS @@ -15,6 +15,8 @@ GNU coreutils NEWS -*- outline -*- ** Bug fixes + stat no longer overruns a buffer for format strings ending in `%' + fold -s -wN would infloop for N < 8 with TABs in the input. E.g., this would not terminate: printf 'a\t' | fold -w2 -s