From: Jim Meyering Date: Mon, 11 Aug 2003 14:35:58 +0000 (+0000) Subject: . X-Git-Tag: CPPI-1_11~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a2f75c9c75abbf15aea22491843db4276106040;p=thirdparty%2Fcoreutils.git . --- 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