gawk-diffs
[Top][All Lists]
Advanced

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

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


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, feature/regex-type, updated. gawk-4.1.0-1260-g7b6df8a
Date: Sun, 05 Apr 2015 07:53:19 +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, feature/regex-type has been updated
       via  7b6df8af60bfe3e90be216952510a8f7bf2745aa (commit)
       via  dbf9d5a4fc4b6d6340912395f020019576ed37f6 (commit)
       via  e7ee504434e315852ebd449e20d72929de63cfe6 (commit)
       via  f82aa0619d803ebe0dc1710edf1a3e108a4210c8 (commit)
      from  448c45412600cd9844caf2336f5bf6c459145d08 (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=7b6df8af60bfe3e90be216952510a8f7bf2745aa

commit 7b6df8af60bfe3e90be216952510a8f7bf2745aa
Merge: 448c454 dbf9d5a
Author: Arnold D. Robbins <address@hidden>
Date:   Sun Apr 5 10:53:12 2015 +0300

    Merge branch 'master' into feature/regex-type

diff --cc ChangeLog
index d599b18,d50e7c2..92a66d4
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,11 -1,17 +1,25 @@@
+ 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-03         Arnold D. Robbins     <address@hidden>
 +
 +      * awk.h (force_string): If hard_regex, return string text of the regex.
 +      (force_string, force_number): If hard_regex, return Nnull_string.
 +      * awkgram.y: Fix ~ and !~ with @/.../.
 +      * eval.c (setup_frame): Handle a hard regex.
 +      * re.c (avoid_dfa): Ditto.
 +
+ 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().

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

Summary of changes:
 ChangeLog |   14 ++++++++++++++
 NEWS      |    2 +-
 awkgram.c |   14 +++++++++++---
 awkgram.y |   14 +++++++++++---
 4 files changed, 37 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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