From: Jim Meyering Date: Mon, 15 Jul 1996 04:49:34 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_19b~162 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b19da298acc006b7f3e684b4cebd99c431916aa2;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index f1ce446871..2e338a1838 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,16 @@ +Sun Jul 14 16:53:50 1996 Jim Meyering + + * src/unexpand.c (unexpand): Fix bug that contributed to endless loop + when invoking `echo ' ' |unexpand -t 1,2': use print_tab_index, not + tab_index in inner flush_pend: while loop. From Keith Owens + . + + * src/unexpand.c [HAVE_LIMITS_H]: Include limits.h for INT_MAX. + [!INT_MAX]: Define it. + (main): Append INT_MAX to command-line-specified tab list to + ensure termination in unexpand's inner loop. + Derived from a patch from Keith Owens. + Thu Jul 11 22:04:36 1996 Jim Meyering * Version 1.19.