]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 4 May 2003 08:40:45 +0000 (08:40 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 4 May 2003 08:40:45 +0000 (08:40 +0000)
NEWS

diff --git a/NEWS b/NEWS
index a64469804b8b3993a51e1d21ff9c3633da9cf2a4..271d0a83d50ff69cc20b9bf8ade8b834ccdec9f4 100644 (file)
--- 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.