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. branch-cvs-r


From: Eric Blake
Subject: [SCM] GNU M4 source repository branch, branch-1_4, updated. branch-cvs-readonly-10-g143b597
Date: Wed, 07 Nov 2007 14:51:17 +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=143b597a5a4d66362c29709cce78b7bd10c64817

The branch, branch-1_4 has been updated
       via  143b597a5a4d66362c29709cce78b7bd10c64817 (commit)
      from  892295b5672cc38a55b1a727fc11297d145cfe18 (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 143b597a5a4d66362c29709cce78b7bd10c64817
Author: Eric Blake <address@hidden>
Date:   Wed Nov 7 07:40:21 2007 -0700

    More corner-case testing.
    
    * doc/m4.texinfo (Pseudo Arguments): Test more corner cases.
    
    Signed-off-by: Eric Blake <address@hidden>

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

Summary of changes:
 ChangeLog      |    4 ++++
 doc/m4.texinfo |    9 +++++++++
 2 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index bfd5de9..86d8ad4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-11-07  Eric Blake  <address@hidden>
+
+       * doc/m4.texinfo (Pseudo Arguments): Test more corner cases.
+
 2007-11-05  Eric Blake  <address@hidden>
 
        Use assert, rather than INTERNAL ERROR.
diff --git a/doc/m4.texinfo b/doc/m4.texinfo
index 9a1816b..f028e3d 100644
--- a/doc/m4.texinfo
+++ b/doc/m4.texinfo
@@ -1943,10 +1943,19 @@ foo)
 
 @example
 define(`echo', `$@@')dnl
+echo(echo(`01234567890123456789', `01234567890123456789')
+echo(`98765432109876543210', `98765432109876543210'))
address@hidden,01234567890123456789
address@hidden,98765432109876543210
 len((echo(`01234567890123456789',
           `01234567890123456789')echo(`98765432109876543210',
                                       `98765432109876543210')))
 @result{}84
+indir(`echo', indir(`echo', `01234567890123456789',
+                            `01234567890123456789')
+indir(`echo', `98765432109876543210', `98765432109876543210'))
address@hidden,01234567890123456789
address@hidden,98765432109876543210
 define(`argn', `$#')dnl
 define(`echo1', `-$@@-')define(`echo2', `,$@@,')dnl
 echo1(`1', `2', `3') argn(echo1(`1', `2', `3'))


hooks/post-receive
--
GNU M4 source repository




reply via email to

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