[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.0.0-44-g929417d

git git at cross-lfs.org
Fri May 31 12:29:37 PDT 2013


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 "Cross-LFS Book".

The branch, master has been updated
       via  929417d379fe1c48b6c50f4263c849e2b3657fa0 (commit)
       via  cf4387d8922441c23b09036a03f3c44c5ecab288 (commit)
      from  df31d2f0d6b95880d0f30fcf088b3257de1d2286 (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 929417d379fe1c48b6c50f4263c849e2b3657fa0
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Fri May 31 14:27:53 2013 -0500

    Expand tcl space for regexes required by some tests.

diff --git a/BOOK/testsuite-tools/common/tcl.xml b/BOOK/testsuite-tools/common/tcl.xml
index 18b3440..86d08f8 100644
--- a/BOOK/testsuite-tools/common/tcl.xml
+++ b/BOOK/testsuite-tools/common/tcl.xml
@@ -24,6 +24,10 @@
   <sect2 role="installation">
     <title>Installation of Tcl</title>
 
+    <para os="s1">Increase memory size for regular expressions where required.</para>
+
+<screen os="s2"><userinput>sed -i s/500/5000/ generic/regc_nfa.c</userinput></screen>
+
     <para os="a">Prepare Tcl for compilation:</para>
 
 <screen><userinput>cd unix
diff --git a/BOOK/testsuite-tools/multilib/tcl.xml b/BOOK/testsuite-tools/multilib/tcl.xml
index edfe025..275636f 100644
--- a/BOOK/testsuite-tools/multilib/tcl.xml
+++ b/BOOK/testsuite-tools/multilib/tcl.xml
@@ -23,6 +23,14 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/tcl.xml"
+    xpointer="xpointer(//*[@os='s1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/tcl.xml"
+    xpointer="xpointer(//*[@os='s2'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/tcl.xml"
     xpointer="xpointer(//*[@os='a'])"/>
 
 <screen os="b"><userinput>cd unix

commit cf4387d8922441c23b09036a03f3c44c5ecab288
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Fri May 31 14:27:20 2013 -0500

    Add entry for expanding tcl space for regular expression tests.

diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index 93f7d4c..776f76b 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -47,6 +47,9 @@
         <listitem>
           <para>[William Harrington] - Update Util-linux to 2.23.1.</para>
         </listitem>
+        <listitem>
+          <para>[William Harrington] - Expand tcl space for regular expressions required by some tests.</para>
+        </listitem>
       </itemizedlist>
     </listitem>
 

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

Summary of changes:
 BOOK/introduction/common/changelog.xml |    3 +++
 BOOK/testsuite-tools/common/tcl.xml    |    4 ++++
 BOOK/testsuite-tools/multilib/tcl.xml  |    8 ++++++++
 3 files changed, 15 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list