autoconf-commit
[Top][All Lists]
Advanced

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

[SCM] GNU Autoconf source repository branch, master, updated. v2.62-83-g


From: Ralf Wildenhues
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.62-83-ga96c89d
Date: Thu, 21 Aug 2008 15:56:24 +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 Autoconf source repository".

http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=a96c89df9dc57b70dc569b0202c5c3fdb17c54c8

The branch, master has been updated
       via  a96c89df9dc57b70dc569b0202c5c3fdb17c54c8 (commit)
      from  3a28237907c7aec196be301eac65721ff7720b55 (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 a96c89df9dc57b70dc569b0202c5c3fdb17c54c8
Author: Ralf Wildenhues <address@hidden>
Date:   Thu Aug 21 17:55:16 2008 +0200

    * tests/m4sh.at (AS_IF and AS_CASE): Set the expansion limit back to 1000.

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

Summary of changes:
 ChangeLog     |    5 +++++
 tests/m4sh.at |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 2772edc..6e3e7c8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-08-21  Ralf Wildenhues  <address@hidden>
+
+       * tests/m4sh.at (AS_IF and AS_CASE): Set the expansion limit
+       back to 1000.
+
 2008-08-21  Eric Blake  <address@hidden>
 
        Formatting improvements.
diff --git a/tests/m4sh.at b/tests/m4sh.at
index acaa11e..33bcca5 100644
--- a/tests/m4sh.at
+++ b/tests/m4sh.at
@@ -729,7 +729,7 @@ foo9=9 bar9=9
 
 dnl stress test for large number of conditionals
 dnl too large, and we start tickling shell bugs
-m4_pushdef([limit], [100])dnl
+m4_pushdef([limit], [1000])dnl
 AT_DATA_M4SH([script.as], [[dnl
 AS_INIT
 AS_IF(m4_shift(m4_for([i], [1], ]limit[, [], [, test $[1] = i, echo i])))


hooks/post-receive
--
GNU Autoconf source repository




reply via email to

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