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-2624-g5be5ab3
Date: Fri, 7 Jul 2017 08:47:44 -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  5be5ab39e61ac40e807ddb37912e897fc86b98fc (commit)
       via  c8b9f5d5ac4e23a394dc79eccbfb824ddee531ef (commit)
       via  4cd70811e7e335fe568f62c564ac2bef0515694f (commit)
      from  415a5fb71a1b5a1f23bff7e5b2506b2a1584e086 (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=5be5ab39e61ac40e807ddb37912e897fc86b98fc

commit 5be5ab39e61ac40e807ddb37912e897fc86b98fc
Merge: 415a5fb c8b9f5d
Author: Arnold D. Robbins <address@hidden>
Date:   Fri Jul 7 15:47:37 2017 +0300

    Merge branch 'master' into feature/namespaces

diff --cc ChangeLog
index da5f1c3,b4f65ac..c30cc8b
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,16 -1,18 +1,29 @@@
  2017-07-07         Arnold D. Robbins     <address@hidden>
  
+       Remove warnings from GCC 7.1 compilation.
+ 
+       * awk.h (fatal_tag_valid): Change type to int.
+       * awkgram.y (yylex): Set did_newline to true instead of using ++.
+       * builtin.c (format_tree): Set lj to true instead of using ++.
+       * cmd.h (pager_quit_tag_valid): Change type to int.
+       * debug.c (pager_quit_tag_valid): Change type to int.
+       (do_clear): Make bp_found an int, change uses.
+       (do_run): Treat fatal_tag_valid as an int.
+       * msg.c (fatal_tag_valid): Change type to int.
+ 
+ 2017-07-07         Arnold D. Robbins     <address@hidden>
+ 
 +      * awkgram.y (yyerror): Produce better diagnostics for source
 +      files that are not whole syntactic units.
 +
 +      * gawkapi.c (api_sym_lookup, api_sym_update): Add namespace parameter.
 +      Currently unused.
 +      * gawkapi.h (api_sym_lookup, api_sym_update): Add namespace parameter.
 +      (api_sym_lookup_ns, api_sym_update_ns): New macros.
 +      (api_sym_lookup, api_sym_update): Adjust macro bodies.
 +
 +2017-07-07         Arnold D. Robbins     <address@hidden>
 +
        * gawapi.h: Bring descriptive comments up to date, minor edits.
        * io.c: Add some initial comments to functions where they were missing.
  

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

Summary of changes:
 ChangeLog | 13 +++++++++++++
 awk.h     |  2 +-
 builtin.c |  4 ++--
 cmd.h     |  2 +-
 debug.c   | 12 ++++++------
 msg.c     |  2 +-
 6 files changed, 24 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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