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.62-4-g1


From: Eric Blake
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.62-4-g1ee48b2
Date: Wed, 09 Apr 2008 16:50:21 +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=1ee48b2c8b2b83482fccd773df08cdac66cce493

The branch, master has been updated
       via  1ee48b2c8b2b83482fccd773df08cdac66cce493 (commit)
      from  f8bb7242a1a9d3a942c0be025528880ac582af33 (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 1ee48b2c8b2b83482fccd773df08cdac66cce493
Author: Slava Sysoltsev <address@hidden>
Date:   Wed Apr 9 10:46:08 2008 -0600

    Flush buffered output before exit.
    
    * bin/autom4te.in (handle_output): Explicitly close file.
    * THANKS: Update.
    See http://lists.gnu.org/archive/html/autoconf/2008-04/msg00026.html.

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

Summary of changes:
 ChangeLog       |    7 +++++++
 THANKS          |    1 +
 bin/autom4te.in |    2 ++
 3 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 8c06f67..70528e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-04-09  Slava Sysoltsev <address@hidden>  (tiny change)
+
+       Flush buffered output before exit.
+       * bin/autom4te.in (handle_output): Explicitly close file.
+       * THANKS: Update.
+       See http://lists.gnu.org/archive/html/autoconf/2008-04/msg00026.html.
+
 2008-04-08  Eric Blake  <address@hidden>
 
        Generate web docs for 2.62.
diff --git a/THANKS b/THANKS
index 5df250d..5ec8921 100644
--- a/THANKS
+++ b/THANKS
@@ -305,6 +305,7 @@ Sebastian Freundt           address@hidden
 Sergey Poznyakoff           ?
 Simon Josefsson             address@hidden
 Simon Leinen                address@hidden
+Slava Sysoltsev             address@hidden
 Stefan Seefeld              address@hidden
 Stefan `Sec' Zehl           ?
 Stepan Kasal                address@hidden
diff --git a/bin/autom4te.in b/bin/autom4te.in
index 99b48f8..1f9aee8 100644
--- a/bin/autom4te.in
+++ b/bin/autom4te.in
@@ -596,6 +596,8 @@ sub handle_output ($$)
       print $out "$res\n";
     }
 
+  $out->close();
+
   # If no forbidden words, we're done.
   return
     if ! %prohibited;


hooks/post-receive
--
GNU Autoconf source repository




reply via email to

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