diff options
author | Jim Meyering <jim@meyering.net> | 1995-04-21 04:22:00 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1995-04-21 04:22:00 +0000 |
commit | 27f19ab42b7b7966ae3b292f92a846c5fdc875ca (patch) | |
tree | a3f33c799e8bf4c745f938bf68165fab6b4c3cae /old | |
parent | 586c892910e541f9817373974089daa3bf5a2c2c (diff) | |
download | coreutils-27f19ab42b7b7966ae3b292f92a846c5fdc875ca.tar.xz |
.
Diffstat (limited to 'old')
-rw-r--r-- | old/textutils/ChangeLog | 6 | ||||
-rw-r--r-- | old/textutils/NEWS | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index d07fa7c61..b87c01f90 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 5b280e326..7ad8a11c7 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 |