aboutsummaryrefslogtreecommitdiff
path: root/contrib/one-true-awk/FIXES
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2007-10-25 12:38:02 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2007-10-25 12:38:02 +0000
commitd2f6e4922057ff44b13f97a6f641d0aadc21ec1c (patch)
tree4802d08923bb0ee17354898d227a094db941cabf /contrib/one-true-awk/FIXES
parentaddad6af5ae5c3a2397dafe2f2c82f556ec25258 (diff)
downloadsrc-d2f6e4922057ff44b13f97a6f641d0aadc21ec1c.tar.gz
src-d2f6e4922057ff44b13f97a6f641d0aadc21ec1c.zip
Vendor import of bwk's 23-Oct-2007 release.
This includes fixes for FreeBSD PR's: bin/104795, bin/100443
Notes
Notes: svn path=/vendor/one-true-awk/dist/; revision=172958
Diffstat (limited to 'contrib/one-true-awk/FIXES')
-rw-r--r--contrib/one-true-awk/FIXES8
1 files changed, 8 insertions, 0 deletions
diff --git a/contrib/one-true-awk/FIXES b/contrib/one-true-awk/FIXES
index 01a54ef8ce44..2f39d4827c10 100644
--- a/contrib/one-true-awk/FIXES
+++ b/contrib/one-true-awk/FIXES
@@ -25,6 +25,14 @@ THIS SOFTWARE.
This file lists all bug fixes, changes, etc., made since the AWK book
was sent to the printers in August, 1987.
+Oct 23, 2007:
+ minor fix in lib.c: increase inputFS to 100, change malloc
+ for fields to n+1.
+
+ fixed memory fault caused by out of order test in setsval.
+
+ thanks to david o'brien, freebsd, for both fixes.
+
May 1, 2007:
fiddle in makefile to fix for BSD make; thanks to igor sobrado.