From: Jim Meyering Date: Sun, 4 May 2003 08:40:45 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.0.1~594 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=57d138d1444fb41c4c297fd03ff77e337400992e;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/NEWS b/NEWS index a64469804b..271d0a83d5 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,8 @@ * df and `readlink --canonicalize' no longer corrupt the heap on non-glibc, non-solaris systems * `env -u SOME_ALREADY_UNSET_VARIABLE' no longer dumps core on non-glibc systems +* fmt now diagnose invalid obsolescent width specifications like `-72x' +* fmt now exits nonzero when unable to open an input file * tail's byte and line counts are no longer limited to OFF_T_MAX. Now the limit is UINTMAX_MAX (usually 2^64). * tsort now fails when given an odd number of input tokens.