diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Makefile.am | 1 | ||||
-rw-r--r-- | Makefile.in | 1 | ||||
-rw-r--r-- | PROBLEMS | 15 |
4 files changed, 5 insertions, 17 deletions
@@ -1,3 +1,8 @@ +2013-01-31 Arnold D. Robbins <arnold@skeeve.com> + + * PROBLEMS: Removed. It is no longer needed. + * Makefile.am (EXTRA_DIST): Remove PROBLEMS from list. + 2013-01-20 Arnold D. Robbins <arnold@skeeve.com> * re.c (regexflags2str): New routine. diff --git a/Makefile.am b/Makefile.am index aeff42f5..80b9672b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -41,7 +41,6 @@ EXTRA_DIST = \ NEWS \ NEWS.0 \ POSIX.STD \ - PROBLEMS \ README_d \ bisonfix.awk \ config.guess \ diff --git a/Makefile.in b/Makefile.in index 3149d4fe..8c12fc8e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -344,7 +344,6 @@ EXTRA_DIST = \ NEWS \ NEWS.0 \ POSIX.STD \ - PROBLEMS \ README_d \ bisonfix.awk \ config.guess \ 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. |