m4-commit
[Top][All Lists]
Advanced

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

[SCM] GNU M4 source repository branch, master, updated. cvs-readonly-153


From: Eric Blake
Subject: [SCM] GNU M4 source repository branch, master, updated. cvs-readonly-153-g67b3df0
Date: Thu, 21 Aug 2008 15:33:33 +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=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 <address@hidden>
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 <address@hidden>

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

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  <address@hidden>
+
+       Avoid regression in defn(undef).
+       * doc/m4.texinfo (Trace): Enhance test, to cover regression
+       recently fixed on the branch.
+
 2008-08-18  Eric Blake  <address@hidden>
 
        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')
address@hidden:stdin:4: Warning: defn: undefined macro `foo'
address@hidden
 define(`foo', `bar')
 @result{}
 foo
@@ -3949,7 +3952,7 @@ undefine(`foo')
 ifdef(`foo', `yes', `no')
 @result{}no
 indir(`foo')
address@hidden:stdin:8: Warning: indir: undefined macro `foo'
address@hidden:stdin:9: Warning: indir: undefined macro `foo'
 @result{}
 define(`foo', `blah')
 @result{}


hooks/post-receive
--
GNU M4 source repository




reply via email to

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