diff options
author | Jim Meyering <jim@meyering.net> | 2003-08-11 18:25:04 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-08-11 18:25:04 +0000 |
commit | 31f092ff08d87fb504afd9c004367d7674e6ea54 (patch) | |
tree | b160a1c0728521113b240c8af57489a5ebb6726f /NEWS | |
parent | 2a2f75c9c75abbf15aea22491843db4276106040 (diff) | |
download | coreutils-31f092ff08d87fb504afd9c004367d7674e6ea54.tar.xz |
.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -15,7 +15,10 @@ GNU coreutils NEWS -*- outline -*- ** Bug fixes - `split -a0' works once again. + fold -s -wN would infloop for N < 8 with TABs in the input. + E.g., this would not terminate: printf 'a\t' | fold -w2 -s + + `split -a0', although of questionable utility, is accepted once again. `df DIR' used to hang under some conditions on OSF/1 5.1. Now it doesn't. |