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=4167d5ca75e32eef51c7ad7d3efececdbe394d93 The branch, branch-1_4 has been updated via 4167d5ca75e32eef51c7ad7d3efececdbe394d93 (commit) via ba5c56ec45729eefb5687f4f272c6b08baa44030 (commit) from 65b9ec43629b517cd4365fb96459b51973ef9ac7 (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 4167d5ca75e32eef51c7ad7d3efececdbe394d93 Author: Eric Blake <[EMAIL PROTECTED]> Date: Thu Dec 13 10:53:26 2007 -0700 * THANKS: Update. Signed-off-by: Eric Blake <[EMAIL PROTECTED]> commit ba5c56ec45729eefb5687f4f272c6b08baa44030 Author: Paolo Bonzini <[EMAIL PROTECTED]> Date: Thu Dec 13 10:53:14 2007 -0700 * doc/m4.texinfo: Fix quoting of a quoting example. Reported by Giovanni Toffetti. ----------------------------------------------------------------------- Summary of changes: ChangeLog | 9 +++++++++ THANKS | 2 ++ doc/m4.texinfo | 6 ++++-- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8c9a901..5421796 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2007-12-13 Eric Blake <[EMAIL PROTECTED]> + + * THANKS: Update. + +2007-12-13 Paolo Bonzini <[EMAIL PROTECTED]> (tiny change) + + * doc/m4.texinfo: Fix quoting of a quoting example. + Reported by Giovanni Toffetti. + 2007-12-11 Eric Blake <[EMAIL PROTECTED]> Stage 7: add chained token support to input parser. diff --git a/THANKS b/THANKS index e7bf603..15876b9 100644 --- a/THANKS +++ b/THANKS @@ -37,6 +37,7 @@ François Pinard [EMAIL PROTECTED] Frank Schwidom [EMAIL PROTECTED] Gary V. Vaughan [EMAIL PROTECTED] Geoff Russell [EMAIL PROTECTED] +Giovanni Toffetti [EMAIL PROTECTED] Greg A. Woods [EMAIL PROTECTED] Hal Peterson [EMAIL PROTECTED] Hoang Uong [EMAIL PROTECTED] @@ -76,6 +77,7 @@ Nicolas Lichtmaier [EMAIL PROTECTED] Nicolas Pioch [EMAIL PROTECTED] Noah Friedman [EMAIL PROTECTED] Noah Misch [EMAIL PROTECTED] +Paolo Bonzini [EMAIL PROTECTED] Paul Eggert [EMAIL PROTECTED] Pete Chown [EMAIL PROTECTED] Pierre Gaumond [EMAIL PROTECTED] diff --git a/doc/m4.texinfo b/doc/m4.texinfo index 93b7696..5f3a805 100644 --- a/doc/m4.texinfo +++ b/doc/m4.texinfo @@ -1347,15 +1347,17 @@ empty string. @cindex rescanning The output of macro evaluations is always rescanned. The following example would yield the string @samp{bcd}, exactly as if @code{m4} -has been given @[EMAIL PROTECTED](`abcde', `1', `3')}} as input: +has been given @[EMAIL PROTECTED](ab`'cde, `1', `3')}} as input: @example +define(`cde', `CDE') [EMAIL PROTECTED] define(`x', `substr(ab') @result{} define(`y', `cde, `1', `3')') @result{} x`'y [EMAIL PROTECTED] [EMAIL PROTECTED] @end example @ignore hooks/post-receive -- GNU M4 source repository
