From: Jim Meyering Date: Fri, 21 Apr 1995 04:22:00 +0000 (+0000) Subject: . X-Git-Tag: textutils-1_12_1~233 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=27f19ab42b7b7966ae3b292f92a846c5fdc875ca;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index d07fa7c61e..b87c01f903 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -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 diff --git a/old/textutils/NEWS b/old/textutils/NEWS index 5b280e3263..7ad8a11c74 100644 --- a/old/textutils/NEWS +++ b/old/textutils/NEWS @@ -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