gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-1249-gdbf9d5


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-1249-gdbf9d5a
Date: Sun, 05 Apr 2015 07:52:01 +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, master has been updated
       via  dbf9d5a4fc4b6d6340912395f020019576ed37f6 (commit)
       via  e7ee504434e315852ebd449e20d72929de63cfe6 (commit)
      from  f82aa0619d803ebe0dc1710edf1a3e108a4210c8 (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=dbf9d5a4fc4b6d6340912395f020019576ed37f6

commit dbf9d5a4fc4b6d6340912395f020019576ed37f6
Merge: f82aa06 e7ee504
Author: Arnold D. Robbins <address@hidden>
Date:   Sun Apr 5 10:51:51 2015 +0300

    Merge branch 'gawk-4.1-stable'

diff --cc ChangeLog
index 9b9b114,5206410..d50e7c2
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,16 -1,13 +1,26 @@@
+ 2015-04-05         Arnold D. Robbins     <address@hidden>
+ 
+       * awkgram.y (install_builtins): If do_traditional is true, do not
+       install gawk extensions flagged with GAWKX.  Similarly, if do_posix
+       is true, do not install functions flagged with NOT_POSIX.
+       This fixes a problem with spurious lint complaints about shadowing
+       a global variable that is not valid in traditional or posix mode.
+       Thanks to Andrew Schorr for finding the problem and supplying
+       initial code; I did it slightly differently.
+ 
 +2015-04-02         Andrew J. Schorr     <address@hidden>
 +
 +      * NEWS: Rename div to intdiv.
 +
 +2015-04-02         Arnold D. Robbins     <address@hidden>
 +
 +      Rename div() to intdiv().
 +
 +      * builtin.c (do_intdiv): Renamed from do_div.
 +      * mfpr.c (do_mpfr_intdiv): Renamed from do_mpfr_div.
 +      * awk.h: Update declarations.
 +      * awkgram.y (tokentab, snode): Revise accordingly.
 +
  2015-03-31         Arnold D. Robbins     <address@hidden>
  
        * awk.h (call_sub): Renamed from call_sub_func.

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

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


hooks/post-receive
-- 
gawk



reply via email to

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