gawk-diffs
[Top][All Lists]
Advanced

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

[SCM] gawk branch, feature/minrx, updated. gawk-4.1.0-5437-g75e67509


From: Arnold Robbins
Subject: [SCM] gawk branch, feature/minrx, updated. gawk-4.1.0-5437-g75e67509
Date: Wed, 25 Oct 2023 00:41:20 -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/minrx has been updated
       via  75e675096b5543933dee9b84841ad05b53db9e1e (commit)
      from  ae4915d2c68374d6014fd41af3a5cb9eabd06c61 (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=75e675096b5543933dee9b84841ad05b53db9e1e

commit 75e675096b5543933dee9b84841ad05b53db9e1e
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Wed Oct 25 07:40:57 2023 +0300

    Fix re.c to use more bits.

diff --git a/re.c b/re.c
index 7a33bdcf..2bc01bf9 100644
--- a/re.c
+++ b/re.c
@@ -327,7 +327,7 @@ make_regexp(const char *s, size_t len, bool ignorecase, 
bool dfa, bool canfatal)
                } else
                        rp->dfareg = NULL;
        } else {
-               int flags = MINRX_REG_EXTENDED;
+               int flags = MINRX_REG_EXTENDED | MINRX_REG_ESCAPE_BRACK;
                int ret;
 
                if (ignorecase)

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

Summary of changes:
 re.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
gawk



reply via email to

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