summaryrefslogtreecommitdiffstats
path: root/contrib/one-true-awk/FIXES
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2013-01-03 07:25:30 +0000
committerdelphij <delphij@FreeBSD.org>2013-01-03 07:25:30 +0000
commit2010ab2cd033db0745001efef9d9ebd78c920505 (patch)
treecbfc9f88e2b6529d0fe67b75427d8336c8d60f72 /contrib/one-true-awk/FIXES
parent185d79fdec059203ed8a9c75a62f3bc5401d3240 (diff)
downloadFreeBSD-src-2010ab2cd033db0745001efef9d9ebd78c920505.zip
FreeBSD-src-2010ab2cd033db0745001efef9d9ebd78c920505.tar.gz
MFV: one-true-awk 20121220.
MFC after: 1 month
Diffstat (limited to 'contrib/one-true-awk/FIXES')
-rw-r--r--contrib/one-true-awk/FIXES16
1 files changed, 16 insertions, 0 deletions
diff --git a/contrib/one-true-awk/FIXES b/contrib/one-true-awk/FIXES
index a708027..c78aabc 100644
--- a/contrib/one-true-awk/FIXES
+++ b/contrib/one-true-awk/FIXES
@@ -25,6 +25,22 @@ THIS SOFTWARE.
This file lists all bug fixes, changes, etc., made since the AWK book
was sent to the printers in August, 1987.
+Dec 20, 2012:
+ fiddled makefile to get correct yacc and bison flags. pick yacc
+ (linux) or bison (mac) as necessary.
+
+ added __attribute__((__noreturn__)) to a couple of lines in
+ proto.h, to silence someone's enthusiastic checker.
+
+ fixed obscure call by value bug in split(a[1],a) reported on
+ 9fans. the management of temporary values is just a mess; i
+ took a shortcut by making an extra string copy. thanks
+ to paul patience and arnold robbins for passing it on and for
+ proposed patches.
+
+ tiny fiddle in setfval to eliminate -0 results in T.expr, which
+ has irritated me for 20+ years.
+
Aug 10, 2011:
another fix to avoid core dump with delete(ARGV); again, many thanks
to ruslan ermilov.
OpenPOWER on IntegriCloud