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 <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> ----------------------------------------------------------------------- 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 <[EMAIL PROTECTED]> + + * doc/m4.texinfo (Pseudo Arguments): Test more corner cases. + 2007-11-05 Eric Blake <[EMAIL PROTECTED]> 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')) [EMAIL PROTECTED],01234567890123456789 [EMAIL PROTECTED],98765432109876543210 len((echo(`01234567890123456789', `01234567890123456789')echo(`98765432109876543210', `98765432109876543210'))) @result{}84 +indir(`echo', indir(`echo', `01234567890123456789', + `01234567890123456789') +indir(`echo', `98765432109876543210', `98765432109876543210')) [EMAIL PROTECTED],01234567890123456789 [EMAIL PROTECTED],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
