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=67b3df0525590a61db71bab023d11cded89a024e The branch, master has been updated via 67b3df0525590a61db71bab023d11cded89a024e (commit) from c6142860f91580baeeb594d56dbcebd5c8a25578 (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 67b3df0525590a61db71bab023d11cded89a024e Author: Eric Blake <[EMAIL PROTECTED]> Date: Thu Aug 21 09:14:29 2008 -0600 Avoid regression in defn(undef). * doc/m4.texinfo (Trace): Enhance test, to cover regression recently fixed on the branch. Signed-off-by: Eric Blake <[EMAIL PROTECTED]> ----------------------------------------------------------------------- Summary of changes: ChangeLog | 6 ++++++ doc/m4.texinfo | 5 ++++- 2 files changed, 10 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index e6b465d..9bb9f60 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-08-21 Eric Blake <[EMAIL PROTECTED]> + + Avoid regression in defn(undef). + * doc/m4.texinfo (Trace): Enhance test, to cover regression + recently fixed on the branch. + 2008-08-18 Eric Blake <[EMAIL PROTECTED]> Remove deprecated -N option; fixes a regression from 2006-09-14. diff --git a/doc/m4.texinfo b/doc/m4.texinfo index 7afd1b6..06b2ab0 100644 --- a/doc/m4.texinfo +++ b/doc/m4.texinfo @@ -3939,6 +3939,9 @@ traceon(`foo') @result{} foo @result{}foo +defn(`foo') [EMAIL PROTECTED]:stdin:4: Warning: defn: undefined macro `foo' [EMAIL PROTECTED] define(`foo', `bar') @result{} foo @@ -3949,7 +3952,7 @@ undefine(`foo') ifdef(`foo', `yes', `no') @result{}no indir(`foo') [EMAIL PROTECTED]:stdin:8: Warning: indir: undefined macro `foo' [EMAIL PROTECTED]:stdin:9: Warning: indir: undefined macro `foo' @result{} define(`foo', `blah') @result{} hooks/post-receive -- GNU M4 source repository
