Changeset 8571

Show
Ignore:
Timestamp:
10/05/08 12:46:09 (2 months ago)
Author:
randy
Message:

Added a patch to the Expect instructions to fix an issue with recent Tcl versions

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BOOK/chapter01/changelog.xml

    r8569 r8571  
    4242      <itemizedlist> 
    4343        <listitem> 
     44          <para>[randy] - Added a patch to the Expect instructions to fix an 
     45          issue with recent Tcl versions.</para> 
     46        </listitem> 
     47        <listitem> 
    4448          <para>[randy] - Updated Tcl to 8.5.4.</para> 
    4549        </listitem> 
  • trunk/BOOK/chapter01/whatsnew.xml

    r8567 r8571  
    224224 
    225225    <listitem> 
     226      <para>&expect-tcl-patch;</para> 
     227    </listitem> 
     228 
     229    <listitem> 
    226230      <para>GMP-&gmp-version;</para> 
    227231    </listitem> 
  • trunk/BOOK/chapter03/patches.xml

    r8567 r8571  
    9292 
    9393    <varlistentry> 
     94      <term>Expect Tcl Patch - <token>&expect-tcl-patch-size;</token>:</term> 
     95      <listitem> 
     96        <para>Download: <ulink url="&patches-root;&expect-tcl-patch;"/></para> 
     97        <para>MD5 sum: <literal>&expect-tcl-patch-md5;</literal></para> 
     98      </listitem> 
     99    </varlistentry> 
     100 
     101    <varlistentry> 
    94102      <term>Glibc Iconv Test Fixes Patch - <token>&glibc-iconv-test-fixes-patch-size;</token>:</term> 
    95103      <listitem> 
  • trunk/BOOK/chapter05/expect.xml

    r8389 r8571  
    4646 
    4747<screen><userinput remap="pre">patch -Np1 -i ../&expect-spawn-patch;</userinput></screen> 
     48 
     49    <para>Next, fix a bug that is a result of recent Tcl changes:</para> 
     50 
     51<screen><userinput remap="pre">patch -Np1 -i ../&expect-tcl-patch;</userinput></screen> 
    4852 
    4953    <para>Next, force Expect's configure script to use <filename>/bin/stty</filename> 
  • trunk/BOOK/patches.ent

    r8567 r8571  
    4242<!ENTITY expect-spawn-patch-md5 "ef6d0d0221c571fb420afb7033b3bbba"> 
    4343<!ENTITY expect-spawn-patch-size "6.8 KB"> 
     44 
     45<!ENTITY expect-tcl-patch "expect-&expect-version;-tcl_8.5.4_fix-1.patch"> 
     46<!ENTITY expect-tcl-patch-md5 "45274d863f7939f485a1971ae173a42b"> 
     47<!ENTITY expect-tcl-patch-size "4.1 KB"> 
    4448 
    4549