gawk-diffs
[Top][All Lists]
Advanced

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

[SCM] gawk branch, feature/cpp-compile, updated. gawk-4.1.0-6045-g93670d


From: Arnold Robbins
Subject: [SCM] gawk branch, feature/cpp-compile, updated. gawk-4.1.0-6045-g93670d56
Date: Thu, 8 Aug 2024 00:13:24 -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/cpp-compile has been updated
       via  93670d56624ac93e39e39950e0306f7096cc4d2a (commit)
       via  0aab2854f12c57dfa190844086950011c0cacf10 (commit)
       via  21b4a1139494fd22530d42ce8dfa784cd7c7c8d2 (commit)
      from  f013567ef70ea0b45ed63ae4074590a1162648fd (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=93670d56624ac93e39e39950e0306f7096cc4d2a

commit 93670d56624ac93e39e39950e0306f7096cc4d2a
Merge: f013567e 0aab2854
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Thu Aug 8 07:13:14 2024 +0300

    Merge branch 'master' into feature/cpp-compile


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

Summary of changes:
 ChangeLog                   |  106 +++
 Makefile.am                 |    1 +
 Makefile.in                 |   18 +-
 NEWS                        |    6 +-
 awk.h                       |    4 +-
 builtin.c                   | 1407 +-------------------------------
 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, 2463 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]