]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Mon, 15 Jul 1996 04:49:34 +0000 (04:49 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 15 Jul 1996 04:49:34 +0000 (04:49 +0000)
old/textutils/ChangeLog

index f1ce4468710fb4beb7832e9e4c46ffc90ef6a746..2e338a1838eaa067b9f389e07891bb5f1850c87d 100644 (file)
@@ -1,3 +1,16 @@
+Sun Jul 14 16:53:50 1996  Jim Meyering  <meyering@na-net.ornl.gov>
+
+       * 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
+       <kaos@audio.apana.org.au>.
+       
+       * 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  <meyering@na-net.ornl.gov>
 
        * Version 1.19.