diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2011-08-11 04:58:20 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2011-08-11 04:58:20 +0000 |
commit | 0abe4b0321121e3abc986beff255c2a4b3addc82 (patch) | |
tree | 46c92586fb856e2628cacf0ec2e2d042d70b3d90 /FIXES | |
parent | 9cb3faa6600faf227157090f70a6ec850ac1ef75 (diff) | |
download | src-0abe4b0321121e3abc986beff255c2a4b3addc82.tar.gz src-0abe4b0321121e3abc986beff255c2a4b3addc82.zip |
Vendor import of bwk's 10-Aug-2011 release.
Notes
Notes:
svn path=/vendor/one-true-awk/dist/; revision=224772
Diffstat (limited to 'FIXES')
-rw-r--r-- | FIXES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -25,6 +25,10 @@ THIS SOFTWARE. This file lists all bug fixes, changes, etc., made since the AWK book was sent to the printers in August, 1987. +Aug 10, 2011: + another fix to avoid core dump with -v; again, many thanks + to ruslan ermilov. + Aug 7, 2011: split(s, a, //) now behaves the same as split(s, a, "") |