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=73b09111770c4e712b08e08f412ccbdc4e476139 The branch, master has been updated via 73b09111770c4e712b08e08f412ccbdc4e476139 (commit) via 47601130776e37dde6f06d9891a1b3d8179cf423 (commit) from 8f276ee65769eae767a638b98d354fe1c3b2700d (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 73b09111770c4e712b08e08f412ccbdc4e476139 Author: Eric Blake <[EMAIL PROTECTED]> Date: Thu Dec 13 10:53:26 2007 -0700 * THANKS: Update. Signed-off-by: Eric Blake <[EMAIL PROTECTED]> (cherry picked from commit 4167d5ca75e32eef51c7ad7d3efececdbe394d93) commit 47601130776e37dde6f06d9891a1b3d8179cf423 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. (cherry picked from commit ba5c56ec45729eefb5687f4f272c6b08baa44030) ----------------------------------------------------------------------- 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 0ec0df7..5c574ea 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: use chained input support in input parser. diff --git a/THANKS b/THANKS index f715d07..6c8bedd 100644 --- a/THANKS +++ b/THANKS @@ -48,6 +48,7 @@ Frank Schwidom [EMAIL PROTECTED] Gary Affonso [EMAIL PROTECTED] Gary V. Vaughan [EMAIL PROTECTED] Geoff Russell [EMAIL PROTECTED] +Giovanni Toffetti [EMAIL PROTECTED] Greg A. Woods [EMAIL PROTECTED] Greg McGary [EMAIL PROTECTED] Hal Peterson [EMAIL PROTECTED] @@ -99,6 +100,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] Per Bothner [EMAIL PROTECTED] Pete Chown [EMAIL PROTECTED] diff --git a/doc/m4.texinfo b/doc/m4.texinfo index 14017d8..ddc544b 100644 --- a/doc/m4.texinfo +++ b/doc/m4.texinfo @@ -1509,15 +1509,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 Unquoted strings on either side of a quoted string are subject to hooks/post-receive -- GNU M4 source repository
