[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] gawk branch, feature/improve-inet, updated. gawk-4.1.0-4581-gaadc3
From: |
Arnold Robbins |
Subject: |
[SCM] gawk branch, feature/improve-inet, updated. gawk-4.1.0-4581-gaadc302 |
Date: |
Mon, 16 Nov 2020 04:13:30 -0500 (EST) |
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/improve-inet has been updated
via aadc302799f4e29556c91cb0313a0798f018dae8 (commit)
via 961a62acfb893969e2c19917f31bedcdfa717e5a (commit)
via eabd0e4c1a72da3d164d0c0a8c335d583c6f698d (commit)
via 6d1274d1d0c9b2f0feb109876c7c250951035a3c (commit)
via 3aadf44caf614edcdb7bb9ccc2a689db9a784a21 (commit)
via 793fc4309e655d68ba2972fb0e7c4be4346424ea (commit)
via 22ca86022481cbdfbdc3a2a1f0977735067b2447 (commit)
via 658ce05d5381f1d428971586d03b75e5343c3df3 (commit)
via 0c075409a9a17bbc774880fdf1110251493f5f57 (commit)
from 7b2389434bda6459a6f48f0c28baa59db5ae2fa0 (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=aadc302799f4e29556c91cb0313a0798f018dae8
commit aadc302799f4e29556c91cb0313a0798f018dae8
Merge: 7b23894 961a62a
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Mon Nov 16 11:13:19 2020 +0200
Merge branch 'master' into feature/improve-inet
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 13 +
NEWS | 8 +
awk.h | 9 +
awklib/eg/test-programs/gen-float-table.awk | 59 ++
awklib/eg/test-programs/gen-float-table.c | 60 ++
awklib/eg/test-programs/gen-float-table.py | 42 +
builtin.c | 4 +-
doc/ChangeLog | 21 +
doc/gawk.info | 1282 ++++++++++++++-------------
doc/gawk.texi | 273 +++++-
doc/gawktexi.in | 273 +++++-
doc/wordlist | 2 +
eval.c | 96 +-
interpret.h | 12 +-
mpfr.c | 44 +
node.c | 5 +-
16 files changed, 1519 insertions(+), 684 deletions(-)
create mode 100644 awklib/eg/test-programs/gen-float-table.awk
create mode 100644 awklib/eg/test-programs/gen-float-table.c
create mode 100644 awklib/eg/test-programs/gen-float-table.py
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] gawk branch, feature/improve-inet, updated. gawk-4.1.0-4581-gaadc302,
Arnold Robbins <=