From b19da298acc006b7f3e684b4cebd99c431916aa2 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 15 Jul 1996 04:49:34 +0000 Subject: [PATCH] . --- old/textutils/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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. -- 2.47.2