gawk-diffs
[Top][All Lists]
Advanced

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

[SCM] gawk branch, feature/improve-inet, updated. gawk-4.1.0-6426-g2c793


From: Arnold Robbins
Subject: [SCM] gawk branch, feature/improve-inet, updated. gawk-4.1.0-6426-g2c793eb0
Date: Thu, 8 Aug 2024 00:13:47 -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/improve-inet has been updated
       via  2c793eb0ad2c61e4991308264370f6459fb25b64 (commit)
       via  0aab2854f12c57dfa190844086950011c0cacf10 (commit)
       via  21b4a1139494fd22530d42ce8dfa784cd7c7c8d2 (commit)
      from  07173795d2b9b90499410e13d1b260d2d760718b (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=2c793eb0ad2c61e4991308264370f6459fb25b64

commit 2c793eb0ad2c61e4991308264370f6459fb25b64
Merge: 07173795 0aab2854
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Thu Aug 8 07:13:39 2024 +0300

    Merge branch 'master' into feature/improve-inet


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

Summary of changes:
 ChangeLog                   |  106 +++
 Makefile.am                 |    1 +
 Makefile.in                 |   18 +-
 NEWS                        |    6 +-
 awk.h                       |    4 +-
 builtin.c                   | 1402 +-------------------------------
 debug.c                     |    2 +-
 mpfr.c                      |    6 +-
 node.c                      |    6 +-
 pc/ChangeLog                |    4 +
 pc/Makefile.tst             |    9 +-
 printf.c                    | 1891 +++++++++++++++++++++++++++++++++++++++++++
 test/ChangeLog              |   28 +
 test/Makefile.am            |    5 +-
 test/Makefile.in            |   12 +-
 test/Maketests              |    7 +
 test/hsprint.awk            |   79 +-
 test/hsprint.ok             |  128 +--
 test/printf-corners-mpfr.ok |   86 ++
 test/printf-corners.awk     |   88 ++
 test/printf-corners.ok      |   86 ++
 21 files changed, 2458 insertions(+), 1516 deletions(-)
 create mode 100644 printf.c
 create mode 100644 test/printf-corners-mpfr.ok
 create mode 100644 test/printf-corners.awk
 create mode 100644 test/printf-corners.ok


hooks/post-receive
-- 
gawk



reply via email to

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