[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] gawk branch, porting, updated. gawk-4.1.0-4206-g756fecf
From: |
Arnold Robbins |
Subject: |
[SCM] gawk branch, porting, updated. gawk-4.1.0-4206-g756fecf |
Date: |
Tue, 21 Jul 2020 08:57:09 -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, porting has been updated
via 756fecf38aea75cf4555ac5b71ba9edc831a654e (commit)
via 921b31dbb202f28d3661a2bd0b4a71d606c60a5f (commit)
via bba10f01c5749ae0d290f123e3312a5c1cf840a8 (commit)
via e0d37f069b77aa549697403d2da556e9cfda991b (commit)
via 1356e1ddafe1505bec50a374bf6ed1ba98f6447d (commit)
from c14959c841a80b386f53594bc5bfa60905dda235 (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=756fecf38aea75cf4555ac5b71ba9edc831a654e
commit 756fecf38aea75cf4555ac5b71ba9edc831a654e
Merge: c14959c 921b31d
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Tue Jul 21 15:57:02 2020 +0300
Merge branch 'master' into porting
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 6 +
Makefile.in | 24 +-
awklib/Makefile.in | 8 +-
build-aux/ChangeLog | 4 +
ar-lib => build-aux/ar-lib | 0
compile => build-aux/compile | 0
config.guess => build-aux/config.guess | 0
config.rpath => build-aux/config.rpath | 0
config.sub => build-aux/config.sub | 0
depcomp => build-aux/depcomp | 0
install-sh => build-aux/install-sh | 0
missing => build-aux/missing | 0
ylwrap => build-aux/ylwrap | 0
configure | 13 +-
configure.ac | 6 +-
doc/Makefile.in | 9 +-
extension/ChangeLog | 4 +
extension/configure.ac | 2 +-
extension/m4/host-cpu-c-abi.m4 | 675 +++++++++++++++++++++++++++++++++
extras/Makefile.in | 5 +-
helpers/ChangeLog | 5 +
helpers/update-aux.sh | 2 +-
m4/host-cpu-c-abi.m4 | 675 +++++++++++++++++++++++++++++++++
support/Makefile.in | 8 +-
test/Makefile.in | 6 +-
25 files changed, 1417 insertions(+), 35 deletions(-)
create mode 100644 build-aux/ChangeLog
rename ar-lib => build-aux/ar-lib (100%)
rename compile => build-aux/compile (100%)
rename config.guess => build-aux/config.guess (100%)
rename config.rpath => build-aux/config.rpath (100%)
rename config.sub => build-aux/config.sub (100%)
rename depcomp => build-aux/depcomp (100%)
rename install-sh => build-aux/install-sh (100%)
rename missing => build-aux/missing (100%)
rename ylwrap => build-aux/ylwrap (100%)
create mode 100644 extension/m4/host-cpu-c-abi.m4
create mode 100644 m4/host-cpu-c-abi.m4
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] gawk branch, porting, updated. gawk-4.1.0-4206-g756fecf,
Arnold Robbins <=