summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-05-04 08:40:45 +0000
committerJim Meyering <jim@meyering.net>2003-05-04 08:40:45 +0000
commit57d138d1444fb41c4c297fd03ff77e337400992e (patch)
tree4193ee932e102a835137513463908ddd24683583 /NEWS
parent21c8705b3c19485aa15a535f232245351945ea47 (diff)
downloadcoreutils-57d138d1444fb41c4c297fd03ff77e337400992e.tar.xz
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a64469804..271d0a83d 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.