gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, select, updated. gawk-4.1.0-947-ge7bf93d


From: Andrew J. Schorr
Subject: [gawk-diffs] [SCM] gawk branch, select, updated. gawk-4.1.0-947-ge7bf93d
Date: Sun, 09 Nov 2014 14:31:29 +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, select has been updated
       via  e7bf93d184c1aaf14e5f8e5cf8a517582eb49f23 (commit)
       via  f9098699afea06c80045a6e7ab0ff819a29da84f (commit)
       via  0ea9121e4bf07514d75024837fe4dd1c615c8ec0 (commit)
       via  42d78c1d49a0b5257eb3fbde733a99732892f47d (commit)
       via  50925902635e9b66288318fd768157dbeb529f08 (commit)
       via  9d32cd025e715630e4665499a93c45b2e5d13bdb (commit)
       via  46a457244070dac0ff575293348748f1d8db4352 (commit)
      from  d0299eb46c0f4551d355591a58e88715fee139e7 (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=e7bf93d184c1aaf14e5f8e5cf8a517582eb49f23

commit e7bf93d184c1aaf14e5f8e5cf8a517582eb49f23
Merge: d0299eb f909869
Author: Andrew J. Schorr <address@hidden>
Date:   Sun Nov 9 09:31:08 2014 -0500

    Merge branch 'master' into select

diff --cc ChangeLog
index 86477a6,8d7f60a..d37dbc6
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,33 -1,9 +1,39 @@@
+ 2014-11-09         Andrew J. Schorr     <address@hidden>
+ 
+       * gawkapi.c (node_to_awk_value): When the type wanted is AWK_UNDEFINED
+       and a it's a Node_val set to Nnull_string, return AWK_UNDEFINED instead
+       of AWK_NUMBER 0.
+ 
 +2014-11-06         Andrew J. Schorr     <address@hidden>
 +
 +      * awk.h (redirect_string): First argument should be const.  Add a new
 +      extfd argument to enable extensions to create files with pre-opened
 +      file descriptors.
 +      (after_beginfile): Declare function used in both eval.c and gawkapi.c.
 +      * eval.c (after_beginfile): Remove extern declaration now in awk.h.
 +      * gawkapi.c (api_get_file): Implement API changes to return
 +      awk_input_buf_t and/or awk_output_buf_t info, as well as accept an
 +      fd for inserting an opened file into the table.
 +      * gawkapi.h (gawk_api): Modify the api_get_file declaration to
 +      return awk_bool_t and add 3 new arguments -- a file descriptor
 +      for inserting an already opened file, and awk_input_buf_t and
 +      awk_output_buf_t to return info about both input and output.
 +      (get_file): Add new arguments to the macro.
 +      * io.c (redirect_string): First arg should be const, and add a new
 +      extfd arg so extensions can pass in a file that has already been
 +      opened by the extension.  Use the passed-in fd when appropriate,
 +      and pass it into two_way_open.
 +      (redirect): Pass new fd -1 arg to redirect_string.
 +      (two_way_open): Accept new extension fd parameter and open it
 +      as a socket.
 +
 +2014-11-05         Andrew J. Schorr     <address@hidden>
 +
 +      * io.c (retryable): New function to indicate whether I/O can be
 +      retried for this file instead of throwing a hard error.
 +      (get_a_record) Check whether this file is configured for retryable
 +      I/O before returning nonstandard -2.
 +
  2014-11-03         Norihiro Tanaka       <address@hidden>
  
        * re.c (research): Use dfa superset to improve matching speed.

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

Summary of changes:
 ChangeLog          |    6 ++++++
 awklib/ChangeLog   |    5 +++++
 awklib/Makefile.am |    2 +-
 awklib/Makefile.in |    2 +-
 gawkapi.c          |    5 ++++-
 5 files changed, 17 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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