From 2a2f75c9c75abbf15aea22491843db4276106040 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 11 Aug 2003 14:35:58 +0000 Subject: [PATCH] . --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 86d8116cda..fc7f5587e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2003-08-11 Jim Meyering + + 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 * src/nice.c [!NICE_PRIORITY]: Include after -- 2.47.2