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-32-


From: Eric Blake
Subject: [SCM] GNU M4 source repository branch, master, updated. cvs-readonly-32-g73b0911
Date: Thu, 13 Dec 2007 17:56:55 +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=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 <address@hidden>
Date:   Thu Dec 13 10:53:26 2007 -0700

    * THANKS: Update.
    
    Signed-off-by: Eric Blake <address@hidden>
    (cherry picked from commit 4167d5ca75e32eef51c7ad7d3efececdbe394d93)

commit 47601130776e37dde6f06d9891a1b3d8179cf423
Author: Paolo Bonzini <address@hidden>
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  <address@hidden>
+
+       * THANKS: Update.
+
+2007-12-13  Paolo Bonzini  <address@hidden> (tiny change)
+
+       * doc/m4.texinfo: Fix quoting of a quoting example.
+       Reported by Giovanni Toffetti.
+
 2007-12-11  Eric Blake  <address@hidden>
 
        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                address@hidden
 Gary Affonso           address@hidden
 Gary V. Vaughan                address@hidden
 Geoff Russell          address@hidden
+Giovanni Toffetti      address@hidden
 Greg A. Woods          address@hidden
 Greg McGary            address@hidden
 Hal Peterson           address@hidden
@@ -99,6 +100,7 @@ Nicolas Lichtmaier   address@hidden
 Nicolas Pioch          address@hidden
 Noah Friedman          address@hidden
 Noah Misch             address@hidden
+Paolo Bonzini          address@hidden
 Paul Eggert            address@hidden
 Per Bothner            address@hidden
 Pete Chown             address@hidden
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 @address@hidden(`abcde', `1', `3')}} as input:
+has been given @address@hidden(ab`'cde, `1', `3')}} as input:
 
 @example
+define(`cde', `CDE')
address@hidden
 define(`x', `substr(ab')
 @result{}
 define(`y', `cde, `1', `3')')
 @result{}
 x`'y
address@hidden
address@hidden
 @end example
 
 Unquoted strings on either side of a quoted string are subject to


hooks/post-receive
--
GNU M4 source repository




reply via email to

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