diff options
author | Jim Meyering <jim@meyering.net> | 2005-11-22 16:23:21 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-11-22 16:23:21 +0000 |
commit | 5db92fc43cc87b69d88f8973bdba23a601417183 (patch) | |
tree | 4c52b3c66437c110f40257430f481dab4f56daa3 /NEWS | |
parent | 43f936833111ef7dae32a9e920168e3800f0dbfb (diff) | |
download | coreutils-5db92fc43cc87b69d88f8973bdba23a601417183.tar.xz |
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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, |