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=033d391d76201073ed1439d318b61e80a826552e The branch, branch-1_4 has been updated via 033d391d76201073ed1439d318b61e80a826552e (commit) from 8a5bc4007100cbd296aa642cd42f803a9c23bf71 (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 033d391d76201073ed1439d318b61e80a826552e Author: Eric Blake <[EMAIL PROTECTED]> Date: Wed Oct 24 11:58:47 2007 -0600 Reduce number of mingw testsuite failures. * doc/m4.texinfo (Using frozen files): Skip test on mingw. Signed-off-by: Eric Blake <[EMAIL PROTECTED]> ----------------------------------------------------------------------- Summary of changes: ChangeLog | 5 +++++ doc/m4.texinfo | 3 +++ 2 files changed, 8 insertions(+), 0 deletions(-) diff --git a/ChangeLog b/ChangeLog index c8bc357..1c06340 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-10-24 Eric Blake <[EMAIL PROTECTED]> + + Reduce number of mingw testsuite failures. + * doc/m4.texinfo (Using frozen files): Skip test on mingw. + 2007-10-22 Eric Blake <[EMAIL PROTECTED]> Add DEBUG_REGEX debugging information. diff --git a/doc/m4.texinfo b/doc/m4.texinfo index 3bece3a..4aea90a 100644 --- a/doc/m4.texinfo +++ b/doc/m4.texinfo @@ -6035,6 +6035,9 @@ changed strings for quotes or comments. And future releases of @comment options: -F /dev/null @example +ifdef(`__unix__', , + `errprint(` skipping: /dev/null not known to exist +')m4exit(`77')')dnl traceon(`undefined')dnl @end example @end ignore hooks/post-receive -- GNU M4 source repository
