gawk-diffs
[Top][All Lists]
Advanced

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

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


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, feature/namespaces, updated. gawk-4.1.0-2897-g87dd402
Date: Sun, 8 Oct 2017 15:09:40 -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/namespaces has been updated
       via  87dd402acbd2fc13b0458247da1260bf5d27eefd (commit)
       via  5ab1fc39705ac50abc1b2e756d97d875b9f9709a (commit)
       via  d615d9a8410d27be672632980a48c806014a7930 (commit)
       via  c352f96177e1e8ae4825257ba48714e4bc079b79 (commit)
       via  553bdbeec7e499386e025fddad4cea8e75421c4f (commit)
      from  b1ea68b2c1b14de650b3da987c2c8401425e8f14 (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=87dd402acbd2fc13b0458247da1260bf5d27eefd

commit 87dd402acbd2fc13b0458247da1260bf5d27eefd
Merge: b1ea68b 5ab1fc3
Author: Arnold D. Robbins <address@hidden>
Date:   Sun Oct 8 22:09:34 2017 +0300

    Merge branch 'master' into feature/namespaces

diff --cc command.c
index 31bea34,0876f02..1d4932f
--- a/command.c
+++ b/command.c
@@@ -1956,10 -1956,10 +1956,10 @@@ yyreduce
      break;
  
    case 82:
- #line 471 "command.y" /* yacc.c:1646  */
+ #line 472 "command.y" /* yacc.c:1646  */
      {
                NODE *n;
 -              n = lookup((yyvsp[0])->a_string);
 +              n = lookup((yyvsp[0])->a_string, true);
                if (n == NULL || n->type != Node_func)
                        yyerror(_("no such function - \"%s\""), 
(yyvsp[0])->a_string);
                else {

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

Summary of changes:
 ChangeLog               |   5 ++
 NEWS                    |  68 +++++++++---------
 command.c               | 182 ++++++++++++++++++++++++------------------------
 command.y               |   3 +-
 configure               |  20 +++---
 configure.ac            |   2 +-
 doc/it/gawktexi.in      |   7 +-
 missing_d/ChangeLog     |   4 ++
 missing_d/strncasecmp.c |   5 +-
 9 files changed, 154 insertions(+), 142 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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