summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-08-11 14:35:58 +0000
committerJim Meyering <jim@meyering.net>2003-08-11 14:35:58 +0000
commit2a2f75c9c75abbf15aea22491843db4276106040 (patch)
treee53fe8b98c55213f510fe19a029112f07af044f4
parentd761e22b60aa42e427c7b4f295016cabb64c0099 (diff)
downloadcoreutils-2a2f75c9c75abbf15aea22491843db4276106040.tar.xz
.
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 86d8116cd..fc7f5587e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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