From: Jim Meyering Date: Mon, 11 Aug 2003 18:27:58 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CPPI-1_11~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d64d7ff6637f36f1f0e3ce99bd637f6488695e4;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index fc7f5587e2..25bff1fca9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2003-08-11 Jim Meyering + * Version 5.0.91. + 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 @@ -27,8 +29,6 @@ 2003-08-09 Jim Meyering - * Version 5.0.91. - * Makefile.maint (sc_sun_os_names): New rule based on a regexp from Paul Eggert. (syntax-check-rules): Add it.