diff options
author | jraynard <jraynard@FreeBSD.org> | 1997-10-14 18:17:11 +0000 |
---|---|---|
committer | jraynard <jraynard@FreeBSD.org> | 1997-10-14 18:17:11 +0000 |
commit | a46c41193ff2573a4c910e19b570e9c253e714a1 (patch) | |
tree | d84200da2f7f2d8f1321c265bc6ddd7ce15633f8 /contrib/awk/README_d | |
download | FreeBSD-src-a46c41193ff2573a4c910e19b570e9c253e714a1.zip FreeBSD-src-a46c41193ff2573a4c910e19b570e9c253e714a1.tar.gz |
Virgin import of GNU awk 3.0.3
Diffstat (limited to 'contrib/awk/README_d')
-rw-r--r-- | contrib/awk/README_d/README.FIRST | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/contrib/awk/README_d/README.FIRST b/contrib/awk/README_d/README.FIRST new file mode 100644 index 0000000..2ebd5b7 --- /dev/null +++ b/contrib/awk/README_d/README.FIRST @@ -0,0 +1,21 @@ +Sat Feb 18 23:07:55 EST 1995 + +Starting with 2.15.6, gawk will preserve the value of NF and $0 for +the last record read into the END rule(s). This is important to you +if your program uses + + print + +in an END rule to mean + + print "" + +(i.e., print nothing). Examine your awk programs carefully to make sure +that they use `print ""' instead of `print', otherwise you will get +strange results. + +If you send me email about this, without having read this +file, I will yell at you. + +Arnold Robbins +arnold@gnu.ai.mit.edu |