aboutsummaryrefslogtreecommitdiffstats
path: root/PROBLEMS
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2013-01-31 18:39:50 +0200
committerArnold D. Robbins <arnold@skeeve.com>2013-01-31 18:39:50 +0200
commitefe29a375d7ebf32c061d363074c3fd08b933e85 (patch)
tree659a6b82545b20b624e123dbeaecd2ad886a0d66 /PROBLEMS
parent73f32709ff864a425c76d1283b8c275ce43890a1 (diff)
parentc50b8be023841c6cd44f90b064c36703465e76f9 (diff)
downloadegawk-efe29a375d7ebf32c061d363074c3fd08b933e85.tar.gz
egawk-efe29a375d7ebf32c061d363074c3fd08b933e85.tar.bz2
egawk-efe29a375d7ebf32c061d363074c3fd08b933e85.zip
Merge branch 'gawk-4.0-stable'
Diffstat (limited to 'PROBLEMS')
-rw-r--r--PROBLEMS15
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.