gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, non-fatal-io-2, updated. gawk-4.1.0-1149


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, non-fatal-io-2, updated. gawk-4.1.0-1149-g9b995ad
Date: Sun, 01 Mar 2015 04:18:57 +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, non-fatal-io-2 has been updated
       via  9b995ad21b921a502c7c94b3c591735e4f713728 (commit)
       via  8954618d1958e26389519e7322e01ca8caafdf66 (commit)
       via  db6a69baecd9b7a98e6de31eec2e20477130d8ef (commit)
       via  f70c3912a36e8d2ca4e63d0e1d7491f580b5c9f2 (commit)
       via  d8fd5725c32a6aa76eb8438adc0c912e6ad2696b (commit)
       via  2d70e84851f48e1e4091583ea98f7437d4e080ed (commit)
       via  73fe58f8ed3ba97f703d3e516d0f502a6aa5b907 (commit)
       via  06ff159e6744b18a3c15d95f9100b050cd169269 (commit)
       via  64854e87c6b07ddc8d7a687decefaf5ae3a5c9fb (commit)
      from  9fa41fc2c183d5920d64e6f34f8a6bb325188443 (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=9b995ad21b921a502c7c94b3c591735e4f713728

commit 9b995ad21b921a502c7c94b3c591735e4f713728
Merge: 9fa41fc 8954618
Author: Arnold D. Robbins <address@hidden>
Date:   Sun Mar 1 06:18:48 2015 +0200

    Merge branch 'master' into non-fatal-io-2

diff --cc ChangeLog
index 654c96b,9843162..62777ab
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,17 -1,10 +1,24 @@@
 +2015-02-28         Andrew J. Schorr     <address@hidden>
 +
 +      * io.c (pty_vs_pipe): Remove check for NULL PROCINFO_node, since
 +      this is now checked inside in_PROCINFO.
 +
 +2015-02-27         Andrew J. Schorr     <address@hidden>
 +
 +      * io.c (socketopen): New parameter hard_error; set it if
 +      getaddrinfo() fails. Change fatals to warnings.
 +      (devopen): Pass in address of boolean hard_error variable
 +      and stop trying to open the file if hard_error is true.
 +      Save and restore errno around call to socketopen() and
 +      use restored errno if open() fails at strictopen.
 +
+ 2015-02-27         Arnold D. Robbins     <address@hidden>
+ 
+       * symbol.c (check_param_names): Fix argument order in memset() call.
+       * configure.ac: Use AC_SEARCH_LIBS instead of AC_CHECK_LIB. This fixes
+       a long-standing problem where `-lm' was used twice in the final
+       compilation line.
+ 
  2015-02-24         Arnold D. Robbins     <address@hidden>
  
        * POSIX.STD: Update copyright year.

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

Summary of changes:
 ChangeLog       |    7 +++
 configh.in      |    3 -
 configure       |  141 ++++++++++++++++++++++++++++++++++---------------------
 configure.ac    |    6 +-
 doc/ChangeLog   |   12 +++++
 doc/gawk.info   |    2 +-
 doc/gawk.texi   |    9 ++-
 doc/gawktexi.in |    9 ++-
 symbol.c        |    2 +-
 9 files changed, 123 insertions(+), 68 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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