[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] gawk branch, feature/memory-work, updated. gawk-4.1.0-4662-g6930ce
From: |
Arnold Robbins |
Subject: |
[SCM] gawk branch, feature/memory-work, updated. gawk-4.1.0-4662-g6930ce9 |
Date: |
Tue, 21 Jul 2020 08:57:40 -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/memory-work has been updated
via 6930ce94b67f35ce49e332587d81ea0329cf3f94 (commit)
via 921b31dbb202f28d3661a2bd0b4a71d606c60a5f (commit)
via bba10f01c5749ae0d290f123e3312a5c1cf840a8 (commit)
via e0d37f069b77aa549697403d2da556e9cfda991b (commit)
via 1356e1ddafe1505bec50a374bf6ed1ba98f6447d (commit)
from 3c1d6804410a4567414ea7cd5a11de2bb27393b8 (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=6930ce94b67f35ce49e332587d81ea0329cf3f94
commit 6930ce94b67f35ce49e332587d81ea0329cf3f94
Merge: 3c1d680 921b31d
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Tue Jul 21 15:57:34 2020 +0300
Merge branch 'master' into feature/memory-work
-----------------------------------------------------------------------
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, feature/memory-work, updated. gawk-4.1.0-4662-g6930ce9,
Arnold Robbins <=