autoconf-commit
[Top][All Lists]
Advanced

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

[SCM] GNU Autoconf source repository branch, master, updated. v2.68-11-g


From: Paul Eggert
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.68-11-g45b928b
Date: Fri, 26 Nov 2010 09:21:34 +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 "GNU Autoconf source repository".

http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=45b928b7a1b57f493363ca7d9a331473b225f15a

The branch, master has been updated
       via  45b928b7a1b57f493363ca7d9a331473b225f15a (commit)
      from  234d3c32688c335ee19e8d7f409e713badb5c669 (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 -----------------------------------------------------------------
commit 45b928b7a1b57f493363ca7d9a331473b225f15a
Author: Paul Eggert <address@hidden>
Date:   Fri Nov 26 01:21:04 2010 -0800

    autotest: fix file descriptor leak
    
    * lib/autotest/general.m4 (_AT_CHECK): Close AS_MESSAGE_LOG_FD
    when running the test.      Problem reported by Luke Mewburn in
    <http://lists.gnu.org/archive/html/autoconf/2010-11/msg00036.html>.

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

Summary of changes:
 ChangeLog               |    7 +++++++
 lib/autotest/general.m4 |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 62358ea..c1ec95d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-11-26  Paul Eggert  <address@hidden>
+
+       autotest: fix file descriptor leak
+       * lib/autotest/general.m4 (_AT_CHECK): Close AS_MESSAGE_LOG_FD
+       when running the test.  Problem reported by Luke Mewburn in
+       <http://lists.gnu.org/archive/html/autoconf/2010-11/msg00036.html>.
+
 2010-11-20  Paul Eggert  <address@hidden>
 
        autoconf: don't assume sys/stat.h and sys/types.h when testing C89
diff --git a/lib/autotest/general.m4 b/lib/autotest/general.m4
index 78f1cc6..fc8d866 100644
--- a/lib/autotest/general.m4
+++ b/lib/autotest/general.m4
@@ -2190,7 +2190,7 @@ m4_define([_AT_CHECK],
 AS_ECHO(["$at_srcdir/AT_LINE: AS_ESCAPE([[$1]])"])
 _AT_DECIDE_TRACEABLE([$1]) _AT_LINE_ESCAPED
 ( $at_check_trace; [$1]
-) >>"$at_stdout" 2>>"$at_stderr"
+) >>"$at_stdout" 2>>"$at_stderr" AS_MESSAGE_LOG_FD>&-
 at_status=$? at_failed=false
 $at_check_filter
 m4_ifdef([AT_DIFF_STDERR($4)], [m4_indir([AT_DIFF_STDERR($4)])],


hooks/post-receive
-- 
GNU Autoconf source repository



reply via email to

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