gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, feature/typed-regex, updated. gawk-4.1.0


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, feature/typed-regex, updated. gawk-4.1.0-2017-g56825d3
Date: Sun, 16 Oct 2016 11:34:55 +0000 (UTC)

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/typed-regex has been updated
       via  56825d3fa941b89506d903a965f0296c2b94c161 (commit)
       via  89e27bfb12cb18fe6d14dfb4957f185e8bb21932 (commit)
      from  1a09783dc80ab0af7d27d3cd00512165d5daf629 (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=56825d3fa941b89506d903a965f0296c2b94c161

commit 56825d3fa941b89506d903a965f0296c2b94c161
Merge: 1a09783 89e27bf
Author: Arnold D. Robbins <address@hidden>
Date:   Sun Oct 16 14:34:48 2016 +0300

    Merge branch 'master' into feature/typed-regex

diff --cc awkgram.c
index c8fd963,7fb0be6..a95cd11
--- a/awkgram.c
+++ b/awkgram.c
@@@ -3127,20 -3079,20 +3127,20 @@@ regular_print
      {
                NODE *n = (yyvsp[0])->lasti->memory;
                bcfree((yyvsp[-1]));
-               add_sign_to_num(n, "+");
+               add_sign_to_num(n, '+');
                (yyval) = (yyvsp[0]);
          }
 -#line 3086 "awkgram.c" /* yacc.c:1646  */
 +#line 3134 "awkgram.c" /* yacc.c:1646  */
      break;
  
 -  case 77:
 -#line 1246 "awkgram.y" /* yacc.c:1646  */
 +  case 78:
 +#line 1268 "awkgram.y" /* yacc.c:1646  */
      { (yyval) = (yyvsp[0]); }
 -#line 3092 "awkgram.c" /* yacc.c:1646  */
 +#line 3140 "awkgram.c" /* yacc.c:1646  */
      break;
  
 -  case 78:
 -#line 1248 "awkgram.y" /* yacc.c:1646  */
 +  case 79:
 +#line 1270 "awkgram.y" /* yacc.c:1646  */
      {
                if ((yyvsp[0])->memory->type == Node_regex)
                        (yyvsp[0])->opcode = Op_push_re;

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

Summary of changes:
 ChangeLog |    4 ++++
 awkgram.c |    2 +-
 awkgram.y |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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