[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, gawk-4.0-stable, updated. c50b8be023841c
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, gawk-4.0-stable, updated. c50b8be023841c6cd44f90b064c36703465e76f9 |
Date: |
Thu, 31 Jan 2013 16:36:58 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".
The branch, gawk-4.0-stable has been updated
via c50b8be023841c6cd44f90b064c36703465e76f9 (commit)
from cb565f17eb9f4ce96c6a78fec2951120fee75a35 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=c50b8be023841c6cd44f90b064c36703465e76f9
commit c50b8be023841c6cd44f90b064c36703465e76f9
Author: Arnold D. Robbins <address@hidden>
Date: Thu Jan 31 18:36:26 2013 +0200
Remove PROBLEMS file, it's not needed anymore.
diff --git a/ChangeLog b/ChangeLog
index 9f2d60d..a62b8db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-01-31 Arnold D. Robbins <address@hidden>
+
+ * PROBLEMS: Removed. It is no longer needed.
+ * Makefile.am (EXTRA_DIST): Remove PROBLEMS from list.
+
2013-01-20 Arnold D. Robbins <address@hidden>
* re.c (regexflags2str): New routine.
diff --git a/Makefile.am b/Makefile.am
index aeff42f..80b9672 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 3149d4f..8c12fc8 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 072d56e..0000000
--- 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.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 5 +++++
Makefile.am | 1 -
Makefile.in | 1 -
PROBLEMS | 15 ---------------
4 files changed, 5 insertions(+), 17 deletions(-)
delete mode 100644 PROBLEMS
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, gawk-4.0-stable, updated. c50b8be023841c6cd44f90b064c36703465e76f9,
Arnold Robbins <=