aboutsummaryrefslogtreecommitdiffstats
path: root/PROBLEMS
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2010-07-16 12:41:09 +0300
committerArnold D. Robbins <arnold@skeeve.com>2010-07-16 12:41:09 +0300
commit8c042f99cc7465c86351d21331a129111b75345d (patch)
tree9656e653be0e42e5469cec77635c20356de152c2 /PROBLEMS
parent8ceb5f934787eb7be5fb452fb39179df66119954 (diff)
downloadegawk-8c042f99cc7465c86351d21331a129111b75345d.tar.gz
egawk-8c042f99cc7465c86351d21331a129111b75345d.tar.bz2
egawk-8c042f99cc7465c86351d21331a129111b75345d.zip
Move to gawk-3.0.0.
Diffstat (limited to 'PROBLEMS')
-rw-r--r--PROBLEMS4
1 files changed, 2 insertions, 2 deletions
diff --git a/PROBLEMS b/PROBLEMS
index a4361800..8f7d954a 100644
--- a/PROBLEMS
+++ b/PROBLEMS
@@ -1,10 +1,10 @@
-This is a list of known problems in gawk 2.15.
+This is a list of known problems in gawk 3.0.
Hopefully they will all be fixed in the next major release of gawk.
Please keep in mind that the code is still undergoing significant evolution.
1. The interactions with the lexer and yyerror need reworking. It is possible
to get line numbers that are one line off if --compat or --posix is
- true and either `next file' or `delete array' are used.
+ true and either `nextfile' or `delete array' are used.
Really the whole lexical analysis stuff needs reworking.