[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] gawk branch, feature/cpp-compile, updated. gawk-4.1.0-5239-g76cb59
From: |
Arnold Robbins |
Subject: |
[SCM] gawk branch, feature/cpp-compile, updated. gawk-4.1.0-5239-g76cb59ba |
Date: |
Sun, 23 Oct 2022 09:59:25 -0400 (EDT) |
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/cpp-compile has been updated
via 76cb59baf01e92510ea67c7a9c20e482cc5105bd (commit)
via 7d3f43b3f1a6a30595c97fc2a3ed5540619db77c (commit)
via 7d092bd9842b77b294232e64f4d58dfb51f9021c (commit)
via 3c311d669d315536685d7ed2dbc852bf408ff1f1 (commit)
via 0d9727bcd312da8555ca59942790adfee5fcafea (commit)
via e5eb1da0433a827dbca1e0e35ab1629234ea97aa (commit)
via ea6d296a752f447655e954ae51027072cb4e075e (commit)
via 642351414f874a9632d985ef1bd0dde9df9eac9b (commit)
via daca014b89395a2439f43a8b449e66eb5f1c65ef (commit)
from d4a406fe1649c9f3234123f35e8762e6b88f9f9d (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=76cb59baf01e92510ea67c7a9c20e482cc5105bd
commit 76cb59baf01e92510ea67c7a9c20e482cc5105bd
Merge: d4a406fe 7d3f43b3
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Sun Oct 23 16:59:14 2022 +0300
Merge branch 'master' into feature/cpp-compile
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 27 +++
Makefile.in | 20 +-
NEWS | 17 +-
README_d/ChangeLog | 4 +
README_d/README.macosx | 16 ++
aclocal.m4 | 1 +
awk.h | 1 -
awkgram.c | 8 +-
awkgram.y | 8 +-
awklib/Makefile.in | 20 +-
configh.in | 25 ++-
configure | 167 +++-------------
configure.ac | 7 +-
debug.c | 4 +-
doc/ChangeLog | 5 +
doc/Makefile.in | 20 +-
doc/gawk.info | 491 +++++++++++++++++++++++----------------------
doc/gawk.texi | 7 +-
doc/gawktexi.in | 7 +-
doc/it/ChangeLog | 5 +
doc/it/gawktexi.in | 14 +-
doc/it/texinfo.tex | 428 ++++++++++++++++++++++++---------------
extension/ChangeLog | 6 +
extension/Makefile.in | 5 +-
extension/aclocal.m4 | 2 +
extension/configh.in | 6 +
extension/configure | 399 ++++++++++++++++++++++++++++++++++++-
extension/configure.ac | 20 +-
extras/Makefile.in | 20 +-
m4/ChangeLog | 4 +
m4/c-bool.m4 | 51 +++++
m4/pma.m4 | 20 +-
missing_d/ChangeLog | 9 +
missing_d/mktime.c | 494 ++++++++++++++++++----------------------------
pc/ChangeLog | 8 +
pc/Makefile.tst | 12 +-
support/ChangeLog | 10 +
support/Makefile.in | 20 +-
support/dfa.h | 1 -
support/localeinfo.h | 1 -
support/malloc/dynarray.h | 1 -
support/regex_internal.h | 1 -
test/ChangeLog | 5 +
test/Makefile.am | 5 +-
test/Makefile.in | 34 ++--
test/Maketests | 5 +
test/divzero2.awk | 2 +
test/divzero2.ok | 1 +
48 files changed, 1482 insertions(+), 962 deletions(-)
create mode 100644 m4/c-bool.m4
create mode 100644 test/divzero2.awk
create mode 100644 test/divzero2.ok
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] gawk branch, feature/cpp-compile, updated. gawk-4.1.0-5239-g76cb59ba,
Arnold Robbins <=