Introduced -devel and -extras subpackages for gawk
[platform/upstream/gawk.git] / PROBLEMS
1   Copyright (C) 2005, 2006 Free Software Foundation, Inc.
2   
3   Copying and distribution of this file, with or without modification,
4   are permitted in any medium without royalty provided the copyright
5   notice and this notice are preserved.
6
7 This is a list of known problems in gawk 3.1.
8 I don't know when this will be fixed, if ever.  See also FUTURES
9 and the gawk.texi doc for other things that need doing.
10
11 1. The interactions with the lexer and yyerror need reworking. It is possible
12    to get line numbers that are one line off if --compat or --posix is
13    true and either `nextfile' or `delete array' are used.
14
15    Really the whole lexical analysis stuff needs reworking.