summaryrefslogtreecommitdiff
path: root/PROBLEMS
blob: 072d56e711eb624d5cf3e06bd2c75a375a5caa2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  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.