diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2010-07-16 11:58:26 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2010-07-16 11:58:26 +0300 |
commit | 765c7494b3dac62207e6cd57fb839997e237f292 (patch) | |
tree | f7da12ffdb85d9f82671cb3122775b2ce73f7ad9 /PROBLEMS | |
parent | cce5115e21db1702e0617afdca36633e7e2c9eae (diff) | |
download | egawk-765c7494b3dac62207e6cd57fb839997e237f292.tar.gz egawk-765c7494b3dac62207e6cd57fb839997e237f292.tar.bz2 egawk-765c7494b3dac62207e6cd57fb839997e237f292.zip |
Moving to 2.13.2.
Diffstat (limited to 'PROBLEMS')
-rw-r--r-- | PROBLEMS | 13 |
1 files changed, 4 insertions, 9 deletions
@@ -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. |