diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2011-08-09 12:23:27 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2011-08-09 12:23:27 +0000 |
commit | 9cb3faa6600faf227157090f70a6ec850ac1ef75 (patch) | |
tree | a1dbab506adcf1ed332e9b7f6440e5df5b5ab3ee /FIXES | |
parent | e2f76e526c9828f75cb69d51857e9efd1ed0684f (diff) | |
download | src-9cb3faa6600faf227157090f70a6ec850ac1ef75.tar.gz src-9cb3faa6600faf227157090f70a6ec850ac1ef75.zip |
Vendor import of bwk's 7-Aug-2011 release.vendor/one-true-awk/20110807
Notes
Notes:
svn path=/vendor/one-true-awk/dist/; revision=224729
svn path=/vendor/one-true-awk/20110807/; revision=224730; tag=vendor/one-true-awk/20110807
Diffstat (limited to 'FIXES')
-rw-r--r-- | FIXES | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -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. |