gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, feature/improve-inet, updated. gawk-4.1.


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, feature/improve-inet, updated. gawk-4.1.0-2756-g6eb71d0
Date: Mon, 28 Aug 2017 15:13:39 -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/improve-inet has been updated
       via  6eb71d01fa40b47837424776c79ea08d768c1d1f (commit)
       via  00af70530b9a79dbeee4d0e7a0fafdb9bee134d5 (commit)
       via  834c4e7da954326f385a2bce21e963e3063e145a (commit)
       via  3dc121c0569474fc156e2bdef809fb486a595fc9 (commit)
       via  b6c2f771be4c1f0658ede3c2548c573dff25e3bc (commit)
       via  d99032dd298aa1531c96a62b8d32d085694dc1d2 (commit)
       via  a1f67029a4e8d29aa37a33bd1f2c346f5130cd4a (commit)
       via  010819d5045c3297a0ff2dece45af2e90b17ace5 (commit)
       via  c039e9d6479c2556199da3053b1a783ec1571a0d (commit)
      from  649072522e4d54ea65e69617b5fd6545423f0009 (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=6eb71d01fa40b47837424776c79ea08d768c1d1f

commit 6eb71d01fa40b47837424776c79ea08d768c1d1f
Merge: 6490725 00af705
Author: Arnold D. Robbins <address@hidden>
Date:   Mon Aug 28 22:13:32 2017 +0300

    Merge branch 'master' into feature/improve-inet

diff --cc ChangeLog
index e82ca87,b4e60c5..651c3a3
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,8 -1,24 +1,29 @@@
+ 2017-08-28         Arnold D. Robbins     <address@hidden>
+ 
+       * interpret.h (r_interpret): Add some casts to avoid warning
+       messages in printf statements.
+ 
+       Unrelated:
+ 
+       * configure.ac: Add check for gai_strerror.
+       * io.c (socketopen): Use gai_strerror to add more information
+       if getaddrinfo fails.
+ 
+ 2017-08-25         Pat Rankin            <address@hidden>
+ 
+       * builtin.c (TYPE_MINIMUM): Use type uintmax_t for the calculation,
+       deferring the cast to the target type until the final result.
+ 
+ 2017-08-27         Juan Manuel Guerrero  <address@hidden>
+ 
+       * mbsupport.h [__DJGPP_]: Provide multi-byte specific declarations
+       and definitions for DJGPP.
+ 
 +2017-08-24         Andrew J. Schorr     <address@hidden>
 +
 +      * improve-inet.mbx: Add mbox file of emails explaining what needs
 +      to be done in this branch.
 +
  2017-08-23         Arnold D. Robbins     <address@hidden>
  
        * README.git: Minor edits to make build steps clearer.

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

Summary of changes:
 ChangeLog            |  21 +++++++
 builtin.c            |   9 ++-
 configh.in           |   3 +
 configure            |  23 +++----
 configure.ac         |   5 +-
 doc/ChangeLog        |   4 ++
 doc/gawk.info        | 168 ++++++++++++++++++++++++++-------------------------
 doc/gawk.texi        |   2 +
 doc/gawktexi.in      |   2 +
 interpret.h          |   8 ++-
 io.c                 |  10 +++
 mbsupport.h          |   8 ++-
 pc/ChangeLog         |  11 ++++
 pc/Makefile.tst      |  23 ++++---
 pc/config.h          |   6 +-
 support/ChangeLog    |   4 ++
 support/localeinfo.c |   4 ++
 test/ChangeLog       |   4 ++
 test/nonfatal1.ok    |   2 +-
 19 files changed, 201 insertions(+), 116 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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