]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Fri, 21 Apr 1995 04:22:00 +0000 (04:22 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 21 Apr 1995 04:22:00 +0000 (04:22 +0000)
old/textutils/ChangeLog
old/textutils/NEWS

index d07fa7c61e6ba809b22e80f01a174a8402c6e351..b87c01f90371e6382850925f401b539ee7b5f984 100644 (file)
@@ -1,3 +1,9 @@
+Thu Apr 20 23:09:33 1995  Jim Meyering  (meyering@comco.com)
+
+       * expand.c (add_tabstop): Give correct size when reallocating
+       tab_list buffer.  From Geoff Odhner (geoff@franklin.com).
+       Reproduce with expand --t=`perl -e "print join (',', (1..300));"`.
+
 Tue Apr 18 22:57:43 1995  Jim Meyering  (meyering@comco.com)
 
        * configure.in: (AC_OUTPUT): Use echo, not date, to avoid creating
index 5b280e32635f99bc39c2b39120c00173de09fee5..7ad8a11c74f7e0943314a909a67fc992c1870fc4 100644 (file)
@@ -1,3 +1,5 @@
+User-visible changes in release 1.12
+* expand no longer seg faults with very long tab lists
 User-visible changes in release 1.11
 * fmt is built
 User-visible changes in release 1.10