m4-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU M4 source repository branch, branch-1.6, updated. v1.5.89a-127


From: Eric Blake
Subject: [SCM] GNU M4 source repository branch, branch-1.6, updated. v1.5.89a-127-gab37161
Date: Wed, 17 Jun 2009 19:09:02 +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=ab371610080e917974422a15862bac38b4af0e86

The branch, branch-1.6 has been updated
       via  ab371610080e917974422a15862bac38b4af0e86 (commit)
      from  5165ce08a8784648f4fa0fafe2d3005569f16bdd (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 ab371610080e917974422a15862bac38b4af0e86
Author: Eric Blake <address@hidden>
Date:   Wed Jun 17 13:08:22 2009 -0600

    Stress test hash resizing.
    
    * doc/m4.texinfo (Define): Add new test.
    
    Signed-off-by: Eric Blake <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog      |    5 +++++
 doc/m4.texinfo |   19 +++++++++++++++++++
 2 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index c9169f4..1dfe21a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-06-17  Eric Blake  <address@hidden>
+
+       Stress test hash resizing.
+       * doc/m4.texinfo (Define): Add new test.
+
 2009-06-15  Eric Blake  <address@hidden>
 
        Properly manage hash return values.
diff --git a/doc/m4.texinfo b/doc/m4.texinfo
index d18d4b0..60d9c59 100644
--- a/doc/m4.texinfo
+++ b/doc/m4.texinfo
@@ -1921,6 +1921,25 @@ array(eval(`10 + 7'))
 
 Change the @samp{%d} to @samp{%s} and it is an associative array.
 
address@hidden
address@hidden Stress test for hash resizing.
+
address@hidden examples
address@hidden
+$ @kbd{m4 -I examples}
+include(`forloop3.m4')
address@hidden
+forloop(`i', `1', `10000', `define(`m'i, i)')
address@hidden
+m10000
address@hidden
+forloop(`i', `1', `10000', `undefine(`m'i, i)')
address@hidden
+m10000
address@hidden
address@hidden example
address@hidden ignore
+
 @node Arguments
 @section Arguments to macros
 


hooks/post-receive
-- 
GNU M4 source repository




reply via email to

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