aboutsummaryrefslogtreecommitdiffstats
path: root/PROBLEMS
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2010-07-16 11:58:26 +0300
committerArnold D. Robbins <arnold@skeeve.com>2010-07-16 11:58:26 +0300
commit765c7494b3dac62207e6cd57fb839997e237f292 (patch)
treef7da12ffdb85d9f82671cb3122775b2ce73f7ad9 /PROBLEMS
parentcce5115e21db1702e0617afdca36633e7e2c9eae (diff)
downloadegawk-765c7494b3dac62207e6cd57fb839997e237f292.tar.gz
egawk-765c7494b3dac62207e6cd57fb839997e237f292.tar.bz2
egawk-765c7494b3dac62207e6cd57fb839997e237f292.zip
Moving to 2.13.2.
Diffstat (limited to 'PROBLEMS')
-rw-r--r--PROBLEMS13
1 files changed, 4 insertions, 9 deletions
diff --git a/PROBLEMS b/PROBLEMS
index 07efe657..f36aa501 100644
--- a/PROBLEMS
+++ b/PROBLEMS
@@ -1,13 +1,8 @@
-This is a list of known problems in gawk 2.11.
+This is a list of known problems in gawk 2.13.
Hopefully they will all be fixed in the next major release of gawk.
-Please keep in mind that this is still beta software and the code
-is still undergoing significant evolution.
+Please keep in mind that the code is still undergoing significant evolution.
-1. The debugging code does not print redirection info.
+1. Gawk's error messages are not in GNU standard format (not emacs parseable).
-2. The scanner needs work.
-
-3. Gawk's printf doesn't yet match the latest nawk's.
-
-Arnold Robbins
+2. Gawk's printf is probably still not POSIX compliant.