gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-609


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-609-gdae49ac
Date: Sun, 08 Mar 2015 19:21:40 +0000

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, gawk-4.1-stable has been updated
       via  dae49acd6f32a875fed4781f33a926f8013c69b4 (commit)
      from  4e3f36b3b90aad7c5f392cd493ec10dbad567ce8 (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=dae49acd6f32a875fed4781f33a926f8013c69b4

commit dae49acd6f32a875fed4781f33a926f8013c69b4
Author: Arnold D. Robbins <address@hidden>
Date:   Sun Mar 8 21:21:23 2015 +0200

    Remove unneeded routine.

diff --git a/ChangeLog b/ChangeLog
index a23f031..9dfad08 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-08         Arnold D. Robbins     <address@hidden>
+
+       * re.c (regexflags2str): Removed. It was redundant.
+
 2015-02-27         Arnold D. Robbins     <address@hidden>
 
        * symbol.c (check_param_names): Fix argument order in memset() call.
diff --git a/re.c b/re.c
index edb5bc4..7abb943 100644
--- a/re.c
+++ b/re.c
@@ -616,40 +616,3 @@ again:
 done:
        s[length] = save;
 }
-
-/* regexflags2str --- make regex flags printable */
-
-const char *
-regexflags2str(int flags)
-{
-       static const struct flagtab regextab[] = {
-               { RE_BACKSLASH_ESCAPE_IN_LISTS, "RE_BACKSLASH_ESCAPE_IN_LISTS" 
},
-               { RE_BK_PLUS_QM,                "RE_BK_PLUS_QM" },
-               { RE_CHAR_CLASSES,              "RE_CHAR_CLASSES" },
-               { RE_CONTEXT_INDEP_ANCHORS,     "RE_CONTEXT_INDEP_ANCHORS" },
-               { RE_CONTEXT_INDEP_OPS,         "RE_CONTEXT_INDEP_OPS" },
-               { RE_CONTEXT_INVALID_OPS,       "RE_CONTEXT_INVALID_OPS" },
-               { RE_DOT_NEWLINE,               "RE_DOT_NEWLINE" },
-               { RE_DOT_NOT_NULL,              "RE_DOT_NOT_NULL" },
-               { RE_HAT_LISTS_NOT_NEWLINE,     "RE_HAT_LISTS_NOT_NEWLINE" },
-               { RE_INTERVALS,                 "RE_INTERVALS" },
-               { RE_LIMITED_OPS,               "RE_LIMITED_OPS" },
-               { RE_NEWLINE_ALT,               "RE_NEWLINE_ALT" },
-               { RE_NO_BK_BRACES,              "RE_NO_BK_BRACES" },
-               { RE_NO_BK_PARENS,              "RE_NO_BK_PARENS" },
-               { RE_NO_BK_REFS,                "RE_NO_BK_REFS" },
-               { RE_NO_BK_VBAR,                "RE_NO_BK_VBAR" },
-               { RE_NO_EMPTY_RANGES,           "RE_NO_EMPTY_RANGES" },
-               { RE_UNMATCHED_RIGHT_PAREN_ORD, "RE_UNMATCHED_RIGHT_PAREN_ORD" 
},
-               { RE_NO_POSIX_BACKTRACKING,     "RE_NO_POSIX_BACKTRACKING" },
-               { RE_NO_GNU_OPS,                "RE_NO_GNU_OPS" },
-               { RE_DEBUG,                     "RE_DEBUG" },
-               { RE_INVALID_INTERVAL_ORD,      "RE_INVALID_INTERVAL_ORD" },
-               { RE_ICASE,                     "RE_ICASE" },
-               { RE_CARET_ANCHORS_HERE,        "RE_CARET_ANCHORS_HERE" },
-               { RE_CONTEXT_INVALID_DUP,       "RE_CONTEXT_INVALID_DUP" },
-               { 0,                            NULL }
-       };
-
-       return genflags2str(flags, regextab);
-}

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

Summary of changes:
 ChangeLog |    4 ++++
 re.c      |   37 -------------------------------------
 2 files changed, 4 insertions(+), 37 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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