gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, feature/api-parser, updated. gawk-4.1.0-


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, feature/api-parser, updated. gawk-4.1.0-2492-g1a3454c
Date: Tue, 11 Apr 2017 15:26:06 -0400 (EDT)

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/api-parser has been updated
       via  1a3454c8dc0c0412810e2ba91816ee83f7e39541 (commit)
       via  bd6dc293e35fdeac05bd1577593e111fd09d22b7 (commit)
      from  627836fc67d52e54f004dc4f7ad7ec0f609840f6 (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=1a3454c8dc0c0412810e2ba91816ee83f7e39541

commit 1a3454c8dc0c0412810e2ba91816ee83f7e39541
Merge: 627836f bd6dc29
Author: Arnold D. Robbins <address@hidden>
Date:   Tue Apr 11 22:25:58 2017 +0300

    Merge branch 'master' into feature/api-parser

diff --cc ChangeLog
index ed428a8,e655ebc..40a0c89
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,23 -1,13 +1,31 @@@
 +2017-04-10         Andrew J. Schorr     <address@hidden>
 +
 +      * field.c (set_FIELDWIDTHS): Set use_chars to awk_true, since its
 +      type is awk_bool_t.
 +
 +2017-04-09         Andrew J. Schorr     <address@hidden>
 +
 +      * field.c (fw_parse_field): Edit comment about resetting shift state.
 +      * gawkapi.h (awk_fieldwidth_info_t): Make white space more uniform.
 +
+ 2017-04-08  Eli Zaretskii  <address@hidden>
+ 
+       * main.c (usage, copyleft) [__MINGW32__]:
+       * io.c (non_fatal_flush_std_file, close_io) [__MINGW32__]: Call
+       w32_maybe_set_errno to correctly set errno to EPIPE when appropriate.
+ 
+       * awk.h (die_via_sigpipe) [__MINGW32__]: MinGW-specific definition.
+ 
  2017-03-27         Arnold D. Robbins     <address@hidden>
  
 +      * field.c (parse_field_func_t): New typedef. Used as needed.
 +      (fw_parse_field): Edit comment about resetting shift state.
 +      (set_parser): Fix leading comment's style and type of argument.
 +      (set_FIELDWIDTHS): Improve the fatal error message.
 +      * gawkapi.h: Minor edits in some comments.
 +
 +2017-03-27         Arnold D. Robbins     <address@hidden>
 +
        Cause EPIPE errors to stdout to generate a real SIGPIPE.
  
        * awk.h (die_via_sigpipe): New macro.

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

Summary of changes:
 ChangeLog |  8 ++++++++
 awk.h     |  5 +++++
 io.c      | 12 ++++++++++++
 main.c    |  8 ++++++++
 4 files changed, 33 insertions(+)


hooks/post-receive
-- 
gawk



reply via email to

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