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=fba265c02ea43d6eb835b0fb27e7e2fa05834cbb The branch, branch-1.6 has been updated via fba265c02ea43d6eb835b0fb27e7e2fa05834cbb (commit) from 34985ceaf524a511894776fe446279b5a7c12ced (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 fba265c02ea43d6eb835b0fb27e7e2fa05834cbb Author: Eric Blake <[EMAIL PROTECTED]> Date: Wed May 21 21:49:54 2008 -0600 Don't allow failure to freeze give exit status of 0. * doc/m4.texinfo (Using frozen files): Test the fix from 2007-11-22. * THANKS: Update. Reported by Jean-Charles Longuet. Signed-off-by: Eric Blake <[EMAIL PROTECTED]> ----------------------------------------------------------------------- Summary of changes: ChangeLog | 8 ++++++++ THANKS | 1 + doc/m4.texinfo | 10 ++++++++++ 3 files changed, 19 insertions(+), 0 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2abc489..9fdca03 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-05-22 Eric Blake <[EMAIL PROTECTED]> + + Don't allow failure to freeze give exit status of 0. + * doc/m4.texinfo (Using frozen files): Test the fix from + 2007-11-22. + * THANKS: Update. + Reported by Jean-Charles Longuet. + 2008-05-09 Eric Blake <[EMAIL PROTECTED]> Improve error message when frozen file is invalid. diff --git a/THANKS b/THANKS index 19c1d92..1fa9ba5 100644 --- a/THANKS +++ b/THANKS @@ -47,6 +47,7 @@ Hoang Uong [EMAIL PROTECTED] Ian Taylor [EMAIL PROTECTED] Ilya N. Golubev [EMAIL PROTECTED] Jason Merrill [EMAIL PROTECTED] +Jean-Charles Longuet [EMAIL PROTECTED] Jim Avera [EMAIL PROTECTED] Jim Kingdom [EMAIL PROTECTED] Jim Meyering [EMAIL PROTECTED] diff --git a/doc/m4.texinfo b/doc/m4.texinfo index 3131e9a..67393e2 100644 --- a/doc/m4.texinfo +++ b/doc/m4.texinfo @@ -6993,6 +6993,16 @@ ifdef(`__unix__', , ')m4exit(`77')')dnl traceon(`undefined')dnl @end example + [EMAIL PROTECTED] Make sure freezing is successful. + [EMAIL PROTECTED] options: -F /none/such [EMAIL PROTECTED] status: 1 [EMAIL PROTECTED] +$ @kbd{m4 -F /none/such} +^D [EMAIL PROTECTED]: cannot open /none/such: No such file or directory [EMAIL PROTECTED] example @end ignore When an @code{m4} run is to be frozen, the automatic undiversion hooks/post-receive -- GNU M4 source repository
