diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2013-01-31 18:36:26 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2013-01-31 18:36:26 +0200 |
commit | c50b8be023841c6cd44f90b064c36703465e76f9 (patch) | |
tree | bc8139596d5bbbece897c69d972e6519b359a8dd /PROBLEMS | |
parent | cb565f17eb9f4ce96c6a78fec2951120fee75a35 (diff) | |
download | egawk-c50b8be023841c6cd44f90b064c36703465e76f9.tar.gz egawk-c50b8be023841c6cd44f90b064c36703465e76f9.tar.bz2 egawk-c50b8be023841c6cd44f90b064c36703465e76f9.zip |
Remove PROBLEMS file, it's not needed anymore.
Diffstat (limited to 'PROBLEMS')
-rw-r--r-- | PROBLEMS | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/PROBLEMS b/PROBLEMS deleted file mode 100644 index 072d56e7..00000000 --- a/PROBLEMS +++ /dev/null @@ -1,15 +0,0 @@ - Copyright (C) 2005, 2006 Free Software Foundation, Inc. - - Copying and distribution of this file, with or without modification, - are permitted in any medium without royalty provided the copyright - notice and this notice are preserved. - -This is a list of known problems in gawk 3.1. -I don't know when this will be fixed, if ever. See also FUTURES -and the gawk.texi doc for other things that need doing. - -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 `nextfile' or `delete array' are used. - - Really the whole lexical analysis stuff needs reworking. |