diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2010-01-09 23:04:24 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2010-01-09 23:04:24 +0000 |
commit | d9859a0e4b8744c01f13cf391ee5cfbf57c5e818 (patch) | |
tree | 9c534258e481a3cc70a8d7e2e44f6726fd042d76 /FIXES | |
parent | 2f77d6040739b460e8f831f9d86510505ad8ed75 (diff) | |
download | src-d9859a0e4b8744c01f13cf391ee5cfbf57c5e818.tar.gz src-d9859a0e4b8744c01f13cf391ee5cfbf57c5e818.zip |
Vendor import of bwk's 26-Nov-2009 release.vendor/one-true-awk/20091126
Notes
Notes:
svn path=/vendor/one-true-awk/dist/; revision=201945
svn path=/vendor/one-true-awk/20091126/; revision=201946; tag=vendor/one-true-awk/20091126
Diffstat (limited to 'FIXES')
-rw-r--r-- | FIXES | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -25,6 +25,23 @@ THIS SOFTWARE. This file lists all bug fixes, changes, etc., made since the AWK book was sent to the printers in August, 1987. +Nov 26, 2009: + fixed a long-standing issue with when FS takes effect. a + change to FS is now noticed immediately for subsequent splits. + + changed the name getline() to awkgetline() to avoid yet another + name conflict somewhere. + +Feb 11, 2009: + temporarily for now defined HAS_ISBLANK, since that seems to + be the best way through the thicket. isblank arrived in C99, + but seems to be arriving at different systems at different + times. + +Oct 8, 2008: + fixed typo in b.c that set tmpvec wrongly. no one had ever + run into the problem, apparently. thanks to alistair crooks. + Oct 23, 2007: minor fix in lib.c: increase inputFS to 100, change malloc for fields to n+1. |