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-5944-g118877


From: Arnold Robbins
Subject: [SCM] gawk branch, feature/cpp-compile, updated. gawk-4.1.0-5944-g118877f5
Date: Thu, 29 Feb 2024 12:05:10 -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/cpp-compile has been updated
       via  118877f5748047a38655306dcfd19f0a20ce58bd (commit)
       via  06918504cada7428fae9a8b54f96095458ecddc9 (commit)
       via  12ceb334259f4df8ac08eb06fc70a6f7d919d464 (commit)
      from  ab140a108458dde34b923354a0915db7abe2fd6a (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=118877f5748047a38655306dcfd19f0a20ce58bd

commit 118877f5748047a38655306dcfd19f0a20ce58bd
Merge: ab140a10 06918504
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Thu Feb 29 19:04:58 2024 +0200

    Merge branch 'master' into feature/cpp-compile

diff --cc builtin.c
index 4f1561a3,a0662575..f0ab59a0
--- a/builtin.c
+++ b/builtin.c
@@@ -3213,8 -3218,8 +3213,8 @@@ do_sub(int nargs, unsigned int flags
                                ) {
                                        if (flags & GENSUB) {   /* gensub, 
behave sanely */
                                                if (isdigit((unsigned char) 
scan[1])) {
 -                                                      int dig = scan[1] - '0';
 +                                                      size_t dig = scan[1] - 
'0';
-                                                       if (dig < 
NUMSUBPATS(rp, target->stptr) && SUBPATSTART(rp, tp->stptr, dig) != -1) {
+                                                       if (dig < 
NUMSUBPATS(rp, target->stptr) && SUBPATSTART(rp, target->stptr, dig) != -1) {
                                                                char *start, 
*end;
  
                                                                start = 
target->stptr

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

Summary of changes:
 ChangeLog        |  4 ++++
 builtin.c        |  2 +-
 pc/ChangeLog     |  4 ++++
 pc/Makefile.tst  | 20 ++++++++++----------
 test/ChangeLog   |  4 ++++
 test/Gentests    |  2 +-
 test/Makefile.in | 20 ++++++++++----------
 test/Maketests   | 20 ++++++++++----------
 8 files changed, 44 insertions(+), 32 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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