gawk-diffs
[Top][All Lists]
Advanced

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

[SCM] gawk branch, master, updated. gawk-4.1.0-5578-g0aab2854


From: Arnold Robbins
Subject: [SCM] gawk branch, master, updated. gawk-4.1.0-5578-g0aab2854
Date: Thu, 8 Aug 2024 00:09:18 -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, master has been updated
       via  0aab2854f12c57dfa190844086950011c0cacf10 (commit)
       via  21b4a1139494fd22530d42ce8dfa784cd7c7c8d2 (commit)
      from  60f7d594243f683520b883e1270a405e2139b03c (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=0aab2854f12c57dfa190844086950011c0cacf10

commit 0aab2854f12c57dfa190844086950011c0cacf10
Merge: 60f7d594 21b4a113
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Thu Aug 8 07:09:06 2024 +0300

    Merge branch 'gawk-5.3-stable'

diff --cc ChangeLog
index 40beadd4,358d3274..f7088e4d
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,7 -1,8 +1,12 @@@
+ 2024-08-06         Arnold D. Robbins     <arnold@skeeve.com>
+ 
+       * printf.c (format_unsigned_integer, format_signed_integer):
+       Additional fixes. New added tests pass.
+ 
 +2024-07-28         Arnold D. Robbins     <arnold@skeeve.com>
 +
 +      * TODO: Updated.
 +
  2024-07-26         Arnold D. Robbins     <arnold@skeeve.com>
  
        * re.c (check_bracket_exp): Make the code actually work.

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

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]