diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -4,8 +4,9 @@ GNU coreutils NEWS -*- outline -*- ** Improved robustness - rm works around a bug in Darwin 8.6.1 w/NFS that kept it from removing - a directory containing 188 or more entries. + rm works around a bug in Darwin 7.9.0 (MacOS X 10.3.9) that would + sometimes keep it from removing all entries in a directory on an HFS+ + or NFS-mounted partition. sort would fail to handle very large input (around 40GB) on systems with a mkstemp function that returns a file descriptor limited to 32-bit offsets. |