[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, feature/cmake, updated. gawk-4.1.0-1595-
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, feature/cmake, updated. gawk-4.1.0-1595-gad122d8 |
Date: |
Sun, 04 Oct 2015 08:25:30 +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, feature/cmake has been updated
via ad122d8fe3acb4cde689f2995f8505eef73f0a35 (commit)
via 2626d04d332dd87d4e6e9effe943dd6aa3d21cac (commit)
via d992c45de5c007fc28a8e0cafec81bb9308a342c (commit)
via 8111eca142100dd5a9e9fc11a29e750b0ccbe31a (commit)
via 6d5c1e1d38f71fdfc1794b5b3723a6e476ffddf4 (commit)
via 97c4e427ab48d4e45889ca74abb0701a049d7606 (commit)
via 881044826b6476edc567db2104ee11ea8283b0c4 (commit)
via 01703124c286b11433ab6da14029d5f54adcb27f (commit)
via 3344e3996d0790e12f89166cfe504f4f2bc8864d (commit)
via 4e9562fd62acf478974fc7e0627381f93101083e (commit)
via 35ba3f02a20d8592d16fb702fae3940d6e12dbfe (commit)
via d8ed23b4604a9366f9d532d614ab74943fb1748d (commit)
via 810affb79bab243f7e177de4943e7060c9e26d41 (commit)
via 5e547510dfad2ce5f00e2f495b054c4331c62dfc (commit)
via cd2504da556b8bb61b56a34727ef4ce5195ff9a0 (commit)
via 76406567b762f58129d49b5a9ec4e22cf15499f2 (commit)
via ff7ed27a5894eeda46db9d5e5b9743d1ba14ed5d (commit)
via 41213074e5aa424296abecb51dd16607496cb69c (commit)
via cf98a594c37cc3007a38a3a02e1a2e993f729ecf (commit)
via 09f77c4f7422beb0babbe04e6c707d07df7de6d4 (commit)
via edc2856a2ae2dc46037f85652440bd329b1a2c8a (commit)
from 588f4f5b2808c1b3cadff6c1c26c9b1d5c70b918 (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=ad122d8fe3acb4cde689f2995f8505eef73f0a35
commit ad122d8fe3acb4cde689f2995f8505eef73f0a35
Merge: 588f4f5 2626d04
Author: Arnold D. Robbins <address@hidden>
Date: Sun Oct 4 11:25:17 2015 +0300
Merge branch 'master' into feature/cmake
diff --cc doc/Makefile.am
index 91a7f58,7f357cc..ff086eb
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@@ -75,9 -75,9 +75,9 @@@ AWKCARD = awkcard.p
gawk.texi: $(srcdir)/gawktexi.in $(srcdir)/sidebar.awk
awk -f $(srcdir)/sidebar.awk < $(srcdir)/gawktexi.in > gawk.texi
-postscript: gawk.ps gawkinet.ps gawk.1.ps $(AWKCARD)
+postscript: gawk.ps gawkinet.ps using-git.ps gawk.1.ps $(AWKCARD)
- pdf: postscript gawk.pdf gawkinet.pdf using-git.pdf awkcard.pdf gawk.1.pdf
+ pdf-local: postscript gawk.pdf gawkinet.pdf awkcard.pdf gawk.1.pdf igawk.1.pdf
gawk.ps: gawk.dvi
TEXINPUTS=$(srcdir): dvips -o gawk.ps gawk.dvi
diff --cc doc/Makefile.in
index 3444b90,30cae76..f29a951
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@@ -886,9 -880,9 +888,9 @@@ uninstall-man: uninstall-man
gawk.texi: $(srcdir)/gawktexi.in $(srcdir)/sidebar.awk
awk -f $(srcdir)/sidebar.awk < $(srcdir)/gawktexi.in > gawk.texi
-postscript: gawk.ps gawkinet.ps gawk.1.ps $(AWKCARD)
+postscript: gawk.ps gawkinet.ps using-git.ps gawk.1.ps $(AWKCARD)
- pdf: postscript gawk.pdf gawkinet.pdf using-git.pdf awkcard.pdf gawk.1.pdf
+ pdf-local: postscript gawk.pdf gawkinet.pdf awkcard.pdf gawk.1.pdf igawk.1.pdf
gawk.ps: gawk.dvi
TEXINPUTS=$(srcdir): dvips -o gawk.ps gawk.dvi
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 45 ++
Makefile.am | 6 +-
Makefile.in | 13 +-
NEWS | 2 +
README | 6 +-
awk.h | 30 +-
awkgram.c | 43 ++-
awkgram.y | 43 ++-
awklib/ChangeLog | 12 +
awklib/Makefile.am | 20 +-
awklib/Makefile.in | 28 +-
awklib/eg/lib/grcat.c | 6 +-
awklib/eg/lib/pwcat.c | 10 +-
command.c | 37 ++
command.y | 37 ++
configh.in | 15 +
configure | 156 ++++++-
configure.ac | 27 +-
custom.h | 12 -
doc/ChangeLog | 14 +
doc/Makefile.am | 2 +-
doc/Makefile.in | 10 +-
doc/gawk.info | 1120 +++++++++++++++++++++---------------------
doc/gawk.texi | 22 +-
doc/gawktexi.in | 22 +-
doc/texinfo.tex | 1262 ++++++++++++++++--------------------------------
eval.c | 4 +-
extension/ChangeLog | 10 +
extension/Makefile.am | 2 +-
extension/Makefile.in | 11 +-
extension/aclocal.m4 | 1 +
extension/configure | 93 ++++
extension/configure.ac | 1 +
extension/gawkfts.h | 8 +-
extension/readdir.c | 12 +-
extension/rwarray.c | 11 -
helpers/ChangeLog | 8 +
helpers/testdfa.c | 2 +-
io.c | 8 +-
m4/ChangeLog | 17 +
m4/arch.m4 | 90 ++++-
regcomp.c | 9 +-
regex_internal.h | 2 -
test/ChangeLog | 8 +
test/Makefile.am | 6 +-
test/Makefile.in | 27 +-
46 files changed, 1756 insertions(+), 1574 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, feature/cmake, updated. gawk-4.1.0-1595-gad122d8,
Arnold Robbins <=