gawk-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] gawk branch, feature/memory-work, updated. gawk-4.1.0-4828-ga92a71


From: Arnold Robbins
Subject: [SCM] gawk branch, feature/memory-work, updated. gawk-4.1.0-4828-ga92a71c
Date: Mon, 16 Nov 2020 04:13:47 -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/memory-work has been updated
       via  a92a71c0c408dc7ccfeed4e33667c795f1136ef6 (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  79a73864a74a3733f7ddd55d52bbdc8df2723a0d (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=a92a71c0c408dc7ccfeed4e33667c795f1136ef6

commit a92a71c0c408dc7ccfeed4e33667c795f1136ef6
Merge: 79a7386 961a62a
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Mon Nov 16 11:13:38 2020 +0200

    Merge branch 'master' into feature/memory-work


-----------------------------------------------------------------------

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]