summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-11-22 16:23:21 +0000
committerJim Meyering <jim@meyering.net>2005-11-22 16:23:21 +0000
commit5db92fc43cc87b69d88f8973bdba23a601417183 (patch)
tree4c52b3c66437c110f40257430f481dab4f56daa3 /NEWS
parent43f936833111ef7dae32a9e920168e3800f0dbfb (diff)
downloadcoreutils-5db92fc43cc87b69d88f8973bdba23a601417183.tar.xz
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 10bd85155..843fd907e 100644
--- a/NEWS
+++ b/NEWS
@@ -39,6 +39,9 @@ GNU coreutils NEWS -*- outline -*-
** Bug fixes
+ rm (on systems with openat) can no longer exit before processing
+ all command-line arguments.
+
sort would fail for large inputs (~50MB) on systems with a buggy
mkstemp function. sort and tac now use the replacement mkstemp
function, and hence are no longer subject to limitations (of 26 or 32,