aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2013-01-31 18:36:26 +0200
committerArnold D. Robbins <arnold@skeeve.com>2013-01-31 18:36:26 +0200
commitc50b8be023841c6cd44f90b064c36703465e76f9 (patch)
treebc8139596d5bbbece897c69d972e6519b359a8dd
parentcb565f17eb9f4ce96c6a78fec2951120fee75a35 (diff)
downloadegawk-c50b8be023841c6cd44f90b064c36703465e76f9.tar.gz
egawk-c50b8be023841c6cd44f90b064c36703465e76f9.tar.bz2
egawk-c50b8be023841c6cd44f90b064c36703465e76f9.zip
Remove PROBLEMS file, it's not needed anymore.
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.am1
-rw-r--r--Makefile.in1
-rw-r--r--PROBLEMS15
4 files changed, 5 insertions, 17 deletions
diff --git a/ChangeLog b/ChangeLog
index 9f2d60d6..a62b8db2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.