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-1816-g2ec9d8


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-1816-g2ec9d83
Date: Wed, 1 Jun 2016 15:40:07 +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  2ec9d8362cb2d85891417c2ffd98ea74377b2c12 (commit)
       via  9867841a4767347cd89c9fd0127db3c7eaf943e6 (commit)
       via  88c6afdf1c83a7ea51225fbb173d910533c51bb0 (commit)
      from  0e02913c51b1d737b4d283901e22c57b954e65ae (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=2ec9d8362cb2d85891417c2ffd98ea74377b2c12

commit 2ec9d8362cb2d85891417c2ffd98ea74377b2c12
Merge: 0e02913 9867841
Author: Arnold D. Robbins <address@hidden>
Date:   Wed Jun 1 11:40:01 2016 -0400

    Merge branch 'gawk-4.1-stable'

diff --cc ChangeLog
index e6c07ac,7c42d77..a3a853a
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,13 -1,12 +1,22 @@@
+ 2016-06-01         Arnold D. Robbins     <address@hidden>
+ 
+       * nonposix.h (getpgrp): Wrap declaration in ifdef so it doesn't
+       mess things up on POSIX systems (like Solaris). Thanks to
+       Nelson Beebe for the report.
+       * node.c (is_hex): New function to check for 0x preceded by
+       optional sign.
+       (r_force_number): Use it. Thanks to Mike Brennan for the report.
+ 
 +2016-05-30         Andrew J. Schorr     <address@hidden>
 +
 +      * gawkapi.h (awk_ext_func_t): Rename num_expected_args to
 +      max_expected_args, and explain in the comment that it doesn't really
 +      matter.
 +      * ext.c (make_builtin): Replace num_expected_args with
 +      max_expected_args.
 +      (get_argument): Do not check whether the argument number exceeds
 +      the maximum expected by the function.
 +
  2016-05-30         Arnold D. Robbins     <address@hidden>
  
        * main.c (arg_assign): Fully bracket ifdefs around call

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

Summary of changes:
 ChangeLog                  |    9 +++++++++
 node.c                     |   17 +++++++++++++++--
 nonposix.h                 |    2 ++
 test/ChangeLog             |    5 +++++
 test/Makefile.am           |    5 ++++-
 test/Makefile.in           |   10 +++++++++-
 test/Maketests             |    5 +++++
 test/hex2.awk              |    1 +
 test/hex2.in               |    2 ++
 test/{regeq.ok => hex2.ok} |    2 +-
 10 files changed, 53 insertions(+), 5 deletions(-)
 create mode 100644 test/hex2.awk
 create mode 100644 test/hex2.in
 copy test/{regeq.ok => hex2.ok} (50%)


hooks/post-receive
-- 
gawk



reply via email to

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