m4-commit
[Top][All Lists]
Advanced

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

[SCM] GNU M4 source repository branch, branch-1.4, updated. v1.4.12-20-g


From: Eric Blake
Subject: [SCM] GNU M4 source repository branch, branch-1.4, updated. v1.4.12-20-g70c9e6e
Date: Mon, 16 Feb 2009 22:42:50 +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 M4 source repository".

http://git.sv.gnu.org/gitweb/?p=m4.git;a=commitdiff;h=70c9e6eaf767c58eeb88423c0af306edfb592ca7

The branch, branch-1.4 has been updated
       via  70c9e6eaf767c58eeb88423c0af306edfb592ca7 (commit)
      from  2e16f59fdc15cace7c60960035f0d8fecd6232af (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 70c9e6eaf767c58eeb88423c0af306edfb592ca7
Author: Eric Blake <address@hidden>
Date:   Mon Feb 16 15:37:32 2009 -0700

    Avoid test failure due to different errno.
    
    * doc/m4.texinfo (Using frozen files): Ignore stdout, since
    hardened systems can prevent attempts to read /.
    * THANKS: Update.
    Reported by Ronny Peine, in Gentoo bug 259184.
    
    Signed-off-by: Eric Blake <address@hidden>

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

Summary of changes:
 ChangeLog      |    6 ++++++
 THANKS         |    1 +
 doc/m4.texinfo |    2 ++
 3 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index e546cd6..0176fe4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2009-02-16  Eric Blake  <address@hidden>
 
+       Avoid test failure due to different errno.
+       * doc/m4.texinfo (Using frozen files): Ignore stdout, since
+       hardened systems can prevent attempts to read /.
+       * THANKS: Update.
+       Reported by Ronny Peine, in Gentoo bug 259184.
+
        Avoid tests that make no sense, because m4 is single-threaded.
        * m4/gnulib-cache.m4: Avoid lock-tests and tls-tests.
 
diff --git a/THANKS b/THANKS
index 45cad18..fcbad32 100644
--- a/THANKS
+++ b/THANKS
@@ -97,6 +97,7 @@ Robert Bernstein      address@hidden
 Robert Bihlmeyer       address@hidden
 Roland H. Pesch                address@hidden
 Roland McGrath         address@hidden
+Ronny Peine            address@hidden
 Sami Liedes            address@hidden
 Santiago Vila          address@hidden
 Scott Bartram          deneb!scottb
diff --git a/doc/m4.texinfo b/doc/m4.texinfo
index 9bbfcfd..08daafe 100644
--- a/doc/m4.texinfo
+++ b/doc/m4.texinfo
@@ -7097,8 +7097,10 @@ syscmd([echo 'changequote([,])pushdef([divnum],[hi])dnl' 
\
 @end example
 
 @c Detect inability to freeze.
address@hidden Some systems harden /, and fail with EACCES rather than ENOENT.
 
 @comment options: -F /none/such
address@hidden xerr: ignore
 @comment status: 1
 @example
 $ @kbd{m4 -F /none/such}


hooks/post-receive
--
GNU M4 source repository




reply via email to

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