summaryrefslogtreecommitdiffstats
path: root/contrib/one-true-awk/FIXES
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2011-08-09 12:54:43 +0000
committerru <ru@FreeBSD.org>2011-08-09 12:54:43 +0000
commitd218e8cbbc531ecda2621a877543e58d0b03fe6c (patch)
tree079bb7a8384dfb47f51838c84776481fb07cf770 /contrib/one-true-awk/FIXES
parent95c58b7fb18fe9d1c2f2cfcb59238e78388050f6 (diff)
downloadFreeBSD-src-d218e8cbbc531ecda2621a877543e58d0b03fe6c.zip
FreeBSD-src-d218e8cbbc531ecda2621a877543e58d0b03fe6c.tar.gz
Update to a 7-Aug-2011 release.
Approved by: re (kib)
Diffstat (limited to 'contrib/one-true-awk/FIXES')
-rw-r--r--contrib/one-true-awk/FIXES18
1 files changed, 18 insertions, 0 deletions
diff --git a/contrib/one-true-awk/FIXES b/contrib/one-true-awk/FIXES
index e6edc53..a802ad4 100644
--- a/contrib/one-true-awk/FIXES
+++ b/contrib/one-true-awk/FIXES
@@ -25,6 +25,24 @@ THIS SOFTWARE.
This file lists all bug fixes, changes, etc., made since the AWK book
was sent to the printers in August, 1987.
+Aug 7, 2011:
+ split(s, a, //) now behaves the same as split(s, a, "")
+
+Jun 12, 2011:
+ /pat/, \n /pat/ {...} is now legal, though bad style to use.
+
+ added checks to new -v code that permits -vnospace; thanks to
+ ruslan ermilov for spotting this and providing the patch.
+
+ removed fixed limit on number of open files; thanks to aleksey
+ cheusov and christos zoulos.
+
+ fixed day 1 bug that resurrected deleted elements of ARGV when
+ used as filenames (in lib.c).
+
+ minor type fiddles to make gcc -Wall -pedantic happier (but not
+ totally so); turned on -fno-strict-aliasing in makefile.
+
May 6, 2011:
added #ifdef for isblank.
now allows -ffoo as well as -f foo arguments.
OpenPOWER on IntegriCloud