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=0dcda73815b2327dfc5827d766655e731d4426ef The branch, branch-1.6 has been updated via 0dcda73815b2327dfc5827d766655e731d4426ef (commit) from ab371610080e917974422a15862bac38b4af0e86 (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 0dcda73815b2327dfc5827d766655e731d4426ef Author: Eric Blake <[email protected]> Date: Wed Jun 17 15:54:56 2009 -0600 Fix typo in last patch. * doc/m4.texinfo (Define): Too much copy and paste. Signed-off-by: Eric Blake <[email protected]> ----------------------------------------------------------------------- Summary of changes: ChangeLog | 3 +++ doc/m4.texinfo | 2 +- 2 files changed, 4 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1dfe21a..3ffb880 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2009-06-17 Eric Blake <[email protected]> + Fix typo in last patch. + * doc/m4.texinfo (Define): Too much copy and paste. + Stress test hash resizing. * doc/m4.texinfo (Define): Add new test. diff --git a/doc/m4.texinfo b/doc/m4.texinfo index 60d9c59..ee907dd 100644 --- a/doc/m4.texinfo +++ b/doc/m4.texinfo @@ -1933,7 +1933,7 @@ forloop(`i', `1', `10000', `define(`m'i, i)') @result{} m10000 @result{}10000 -forloop(`i', `1', `10000', `undefine(`m'i, i)') +forloop(`i', `1', `10000', `undefine(`m'i)') @result{} m10000 @result{}m10000 hooks/post-receive -- GNU M4 source repository
