freebsd_amp_hwpstate/contrib/awk/PROBLEMS

10 lines
436 B
Plaintext
Raw Normal View History

2001-11-02 21:06:08 +00:00
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.
1997-10-14 18:17:11 +00:00
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.