summaryrefslogtreecommitdiffstats
path: root/contrib/one-true-awk/FIXES
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2010-01-09 23:19:01 +0000
committerru <ru@FreeBSD.org>2010-01-09 23:19:01 +0000
commit56d4794e7235f69c1e7230e6b905785d8a053e40 (patch)
tree18d3f95433c9b0fe4842e4b5896976cc6aea9ec3 /contrib/one-true-awk/FIXES
parente1c64beebc41d28b21e9e6b120a7a361bd6acd52 (diff)
downloadFreeBSD-src-56d4794e7235f69c1e7230e6b905785d8a053e40.zip
FreeBSD-src-56d4794e7235f69c1e7230e6b905785d8a053e40.tar.gz
Update to a 26-Nov-2009 release.
Diffstat (limited to 'contrib/one-true-awk/FIXES')
-rw-r--r--contrib/one-true-awk/FIXES17
1 files changed, 17 insertions, 0 deletions
diff --git a/contrib/one-true-awk/FIXES b/contrib/one-true-awk/FIXES
index 2f39d48..bda7976 100644
--- a/contrib/one-true-awk/FIXES
+++ b/contrib/one-true-awk/FIXES
@@ -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.
OpenPOWER on IntegriCloud