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-1975-g27abea


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-1975-g27abead
Date: Wed, 7 Sep 2016 03:04:14 +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, master has been updated
       via  27abead1f32048b6a98a99a110c8541e2746f3b1 (commit)
       via  ef56676cbda9242818852c1bfeac85339fecf139 (commit)
      from  3e3fbe1370b7d9dd25f452159865684127d96218 (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=27abead1f32048b6a98a99a110c8541e2746f3b1

commit 27abead1f32048b6a98a99a110c8541e2746f3b1
Merge: 3e3fbe1 ef56676
Author: Arnold D. Robbins <address@hidden>
Date:   Wed Sep 7 06:04:07 2016 +0300

    Merge branch 'gawk-4.1-stable'

diff --cc ChangeLog
index 3288f48,887d15c..50d852d
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,62 -1,9 +1,68 @@@
+ 2016-09-07         Arnold D. Robbins     <address@hidden>
+ 
+       * cmd.h, debug.c: Update license text to version citing
+       GPLv3+ and with correct FSF address. Thanks to
+       David Kaspar <address@hidden> for pointing out the need.
+ 
 +2016-09-02         Arnold D. Robbins     <address@hidden>
 +
 +      * dfa.c: Sync with grep.
 +
 +2016-09-01         Arnold D. Robbins     <address@hidden>
 +
 +      Merge grep's now thread-safe dfa. Wheee.
 +
 +      * dfa.h, dfa.c: Sync with grep.
 +      * localeinfo.h, localeinfo.c, verify.h: New files.
 +      * Makefile.am (base_sources): Adjust.
 +      * awk.h (using_utf8): Declare new function.
 +      * node.c (str2wstr): Use using_utf8 instead of now-gone dfa function.
 +      * re.c: Include "localeinfo.h".
 +      (localeinfo): New static variable.
 +      (make_regexp): Adjust call to dfa_syntax.
 +      (resetup): Call init_localeinfo on localeinfo. Remove call to
 +      now-gone function dfa_init.
 +      (using_utf8): New function.
 +
 +2016-08-29         Arnold D. Robbins     <address@hidden>
 +
 +      * configure.ac (fwrite_unlocked): Check for it.
 +      * awk.h (fwrite): Define to fwrite_unlocked if we have it.
 +      * NEWS: Make note of speed improvement.
 +
 +2016-08-25         Arnold D. Robbins     <address@hidden>
 +
 +      POSIX now says use strcmp for == and !=. Thanks to Chet Ramey
 +      for pointing me at the change.  Make it so:
 +
 +      * awk.h (cmp_nodes): New 3rd param indicating strcmp, not strcoll.
 +      * debug.c (cmp_val): Update call to cmp_nodes.
 +      * eval.c (cmp_nodes): New 3rd param indicating strcmp, not strcoll.
 +      Adjust code and all callers.
 +      (scalar_cmp_t): New enum type. Used in ...
 +      (cmp_scalars): ... in order to call cmp_nodes correctly.
 +      * interpret.h: Use the enum type in calls to cmp_scalars.
 +      * re.c (re_update): Adjust call to cmp_nodes.
 +
 +2016-08-25         Norihiro Tanaka      <address@hidden>
 +
 +      * awk.h (struct Regexp): Remove dfa.  Now dfareg instead of it.  All
 +      referers changed.
 +      * re.c (research): Arrange caller of dfaexec and research.
 +      * (avoid_dfa): Removed.  All callers changed.
 +      * awk.h (avoid_dfa): Removed.
 +
 +      Other changes by Arnold Robbins:
 +
 +      * awk.h (struct Regexp): Change various boolean members to bool.
 +      (RE_NO_FLAGS): New #define.
 +      * interpret.h: Use RE_NO_FLAGS instead of zero.
 +      * re.c (research): Prettify the logic a little bit.
 +
 +2016-08-25         Arnold D. Robbins     <address@hidden>
 +
 +      * dfa.c: Sync with grep.
 +
  2016-08-25         Arnold D. Robbins     <address@hidden>
  
        * 4.1.4: Release tar ball made.

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

Summary of changes:
 ChangeLog           |    6 ++++++
 cmd.h               |    4 ++--
 debug.c             |    4 ++--
 missing_d/ChangeLog |    6 ++++++
 missing_d/setenv.c  |   22 +++++++++++++++++-----
 5 files changed, 33 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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