diff options
author | Jim Meyering <jim@meyering.net> | 2003-08-11 14:35:58 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-08-11 14:35:58 +0000 |
commit | 2a2f75c9c75abbf15aea22491843db4276106040 (patch) | |
tree | e53fe8b98c55213f510fe19a029112f07af044f4 | |
parent | d761e22b60aa42e427c7b4f295016cabb64c0099 (diff) | |
download | coreutils-2a2f75c9c75abbf15aea22491843db4276106040.tar.xz |
.
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2003-08-11 Jim Meyering <jim@meyering.net> + + fold -s -wN would infloop for N < 8 with TABs in the input. + E.g., this would not terminate: printf 'a\tb' | fold -w2 -s + * src/fold.c (fold_file): Move contents of `else'-block + out of conditional so it's used also for --spaces (-s). + * tests/misc/fold: Test for the above fix. + * tests/misc/Makefile.am (TESTS): Add fold. + 2003-08-10 Jim Meyering <jim@meyering.net> * src/nice.c [!NICE_PRIORITY]: Include <sys/resource.h> after |