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.11-35-g


From: Eric Blake
Subject: [SCM] GNU M4 source repository branch, branch-1.4, updated. v1.4.11-35-gdf04f5e
Date: Mon, 11 Aug 2008 13:14:38 +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=df04f5efba69c99f154009d19fdb9f9205dbc4e0

The branch, branch-1.4 has been updated
       via  df04f5efba69c99f154009d19fdb9f9205dbc4e0 (commit)
      from  9ecd0adb27f532b798618730bbdccc336554a0fd (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 df04f5efba69c99f154009d19fdb9f9205dbc4e0
Author: Eric Blake <address@hidden>
Date:   Mon Aug 11 07:11:32 2008 -0600

    Avoid triggering OS/2 bug in testsuite.
    
    * doc/m4.texinfo (Mkstemp): Don't assume test(1) status is 1.
    Reported by Elbert Pol.
    
    Signed-off-by: Eric Blake <address@hidden>

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

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

diff --git a/ChangeLog b/ChangeLog
index 7d1c5f3..431d637 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-08-11  Eric Blake  <address@hidden>
+
+       Avoid triggering OS/2 bug in testsuite.
+       * doc/m4.texinfo (Mkstemp): Don't assume test(1) status is 1.
+       Reported by Elbert Pol.
+
 2008-08-03  Eric Blake  <address@hidden>
 
        Increase ulimit stack value to be larger than SIGSTKSZ.
diff --git a/doc/m4.texinfo b/doc/m4.texinfo
index 300fb79..1166ff8 100644
--- a/doc/m4.texinfo
+++ b/doc/m4.texinfo
@@ -6420,7 +6420,7 @@ define(`abc', `def')
 maketemp(`foo-abc')
 @result{}foo-def
 @error{}m4:stdin:4: recommend using mkstemp instead
-syscmd(`test -f foo-*')sysval
+syscmd(`test -f foo-*')ifelse(sysval, `0', `0', `1')
 @result{}1
 @end example
 @end ignore


hooks/post-receive
--
GNU M4 source repository




reply via email to

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