From: Jim Meyering Date: Fri, 15 Aug 2003 09:13:23 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.0.91~199 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=776b34aaef423712586b10068efcff5101b0c5b4;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 25bff1fca9..044fd38485 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,22 @@ -2003-08-11 Jim Meyering +2003-08-15 Jim Meyering * Version 5.0.91. + * Makefile.maint (sc_space_tab): Use exclusion list in separate file. + * .x-sc_space_tab: New file. + + * man/help2man: Remove some SPACEs before TAB. + +2003-08-14 Paul Eggert + + * Makefile.maint (LC_ALL): Set to C. + * man/Makefile.am (ASSORT): New var. + (check-x-vs-1, programs): Use it. + * src/Makefile.am (ASSORT, check-README, ../AUTHORS): Likewise. + * tests/Makefile.am (ASSORT, all_programs): Likewise. + +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