From: Jim Meyering Date: Sun, 4 May 2003 08:43:39 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.0.1~593 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3a6d6ae776de328d9c4559e92443632ae7265d4e;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/NEWS b/NEWS index 271d0a83d5..6ec27c9de9 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.