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-5695-ga26f1f


From: Arnold Robbins
Subject: [SCM] gawk branch, feature/cpp-compile, updated. gawk-4.1.0-5695-ga26f1fea
Date: Mon, 21 Aug 2023 01:12:41 -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  a26f1fead2e68dbf76d9ecdd0325c3298755a90c (commit)
       via  4bf84cda8e001327c4e2896569e0bb878720d52e (commit)
       via  90479e2302628bf514abcc4e45e7f1b82eb327dc (commit)
       via  9ca9214ed9ea0ea714ca9a2b66285b94341e8f18 (commit)
       via  cc8ef530839dfd2f784149fa04a708d73aad0381 (commit)
       via  8d73db577ce2d25f8f5bf5bbb6c0e7a74901869c (commit)
      from  ebbe06c25ab17b5fe9530650e8c14cdf1164c864 (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=a26f1fead2e68dbf76d9ecdd0325c3298755a90c

commit a26f1fead2e68dbf76d9ecdd0325c3298755a90c
Merge: ebbe06c2 4bf84cda
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Sun Aug 20 22:12:33 2023 -0700

    Merge branch 'master' into feature/cpp-compile

diff --cc re.c
index 89e35304,088f19da..24f0d947
--- a/re.c
+++ b/re.c
@@@ -46,10 -46,10 +46,10 @@@ make_regexp(const char *s, size_t len, 
        static size_t buflen;
        const char *end = s + len;
        char *dest;
-       int c, c2;
+       int c;
        static bool first = true;
        static bool no_dfa = false;
 -      int i;
 +      size_t i;
        static struct dfa* dfaregs[2] = { NULL, NULL };
        static bool nul_warned = false;
  

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

Summary of changes:
 ChangeLog                |   27 ++
 awk.h                    |   10 +-
 main.c                   |    4 +-
 node.c                   |  155 ++++---
 pc/ChangeLog             |    4 +
 pc/Makefile.tst          |    7 +-
 po/ChangeLog             |    5 +
 po/{he.po => xhe.po}     | 1060 ++++++++++++++++++++++++----------------------
 re.c                     |   64 +--
 test/ChangeLog           |    6 +
 test/Makefile.am         |    4 +-
 test/Makefile.in         |    9 +-
 test/Maketests           |    5 +
 test/cmdlinefsbacknl2.ok |   23 +
 test/cmdlinefsbacknl2.sh |   73 ++++
 15 files changed, 848 insertions(+), 608 deletions(-)
 copy po/{he.po => xhe.po} (50%)
 create mode 100644 test/cmdlinefsbacknl2.ok
 create mode 100755 test/cmdlinefsbacknl2.sh


hooks/post-receive
-- 
gawk



reply via email to

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