summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-05-04 08:43:39 +0000
committerJim Meyering <jim@meyering.net>2003-05-04 08:43:39 +0000
commit3a6d6ae776de328d9c4559e92443632ae7265d4e (patch)
treed5f6661b672c75205732c4ae67eb1f0d2bf6b6d3 /NEWS
parent57d138d1444fb41c4c297fd03ff77e337400992e (diff)
downloadcoreutils-3a6d6ae776de328d9c4559e92443632ae7265d4e.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 271d0a83d..6ec27c9de 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,8 @@
* `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
+* rm now works around Darwin6.5's broken readdir function; before `rm -rf DIR'
+ would fail to remove all files in DIR if there were more than 338.
* 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.