Changeset 593b439a
- Timestamp:
- 07/22/2021 12:53:52 AM (2 years ago)
- Branches:
- 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/parallelism, xry111/pip3, xry111/rust-wip-20221008
- Children:
- 4eee9cc
- Parents:
- d13e8ef
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
rd13e8ef r593b439a 44 44 --> 45 45 <listitem> 46 <para>2021-07-22</para> 47 <itemizedlist> 48 <listitem> 49 <para>[dj] - Correct page IDs in Chapter 08 dejagnu, expect, and 50 tcl.</para> 51 </listitem> 52 </itemizedlist> 53 </listitem> 54 55 <listitem> 46 56 <para>2021-07-20</para> 47 57 <itemizedlist> -
chapter08/dejagnu.xml
rd13e8ef r593b439a 6 6 ]> 7 7 8 <sect1 id="ch- tools-dejagnu" role="wrap">8 <sect1 id="ch-system-dejagnu" role="wrap"> 9 9 <?dbhtml filename="dejagnu.html"?> 10 10 … … 17 17 <title>DejaGNU-&dejagnu-version;</title> 18 18 19 <indexterm zone="ch- tools-dejagnu">19 <indexterm zone="ch-system-dejagnu"> 20 20 <primary sortas="a-DejaGNU">DejaGNU</primary> 21 21 </indexterm> … … 89 89 <para>A wrapper script that locates the proper 90 90 <command>expect</command> shell and then runs DejaGNU</para> 91 <indexterm zone="ch- tools-dejagnu runtest">91 <indexterm zone="ch-system-dejagnu runtest"> 92 92 <primary sortas="b-runtest">runtest</primary> 93 93 </indexterm> -
chapter08/expect.xml
rd13e8ef r593b439a 6 6 ]> 7 7 8 <sect1 id="ch- tools-expect" role="wrap">8 <sect1 id="ch-system-expect" role="wrap"> 9 9 <?dbhtml filename="expect.html"?> 10 10 … … 17 17 <title>Expect-&expect-version;</title> 18 18 19 <indexterm zone="ch- tools-expect">19 <indexterm zone="ch-system-expect"> 20 20 <primary sortas="a-Expect">Expect</primary> 21 21 </indexterm> … … 117 117 <para>Communicates with other interactive programs according 118 118 to a script</para> 119 <indexterm zone="ch- tools-expect expect">119 <indexterm zone="ch-system-expect expect"> 120 120 <primary sortas="b-expect">expect</primary> 121 121 </indexterm> … … 128 128 <para>Contains functions that allow Expect to be used as a Tcl 129 129 extension or to be used directly from C or C++ (without Tcl)</para> 130 <indexterm zone="ch- tools-expect libexpect">130 <indexterm zone="ch-system-expect libexpect"> 131 131 <primary sortas="c-libexpect-&expect-lib-version;">libexpect-&expect-lib-version;</primary> 132 132 </indexterm> -
chapter08/tcl.xml
rd13e8ef r593b439a 8 8 ]> 9 9 10 <sect1 id="ch- tools-tcl" role="wrap">10 <sect1 id="ch-system-tcl" role="wrap"> 11 11 <?dbhtml filename="tcl.html"?> 12 12 … … 19 19 <title>Tcl-&tcl-version;</title> 20 20 21 <indexterm zone="ch- tools-tcl">21 <indexterm zone="ch-system-tcl"> 22 22 <primary sortas="a-Tcl">Tcl</primary> 23 23 </indexterm> … … 173 173 <listitem> 174 174 <para>The Tcl command shell</para> 175 <indexterm zone="ch- tools-tcl tclsh&tcl-major-version;">175 <indexterm zone="ch-system-tcl tclsh&tcl-major-version;"> 176 176 <primary sortas="b-tclsh&tcl-major-version;">tclsh&tcl-major-version;</primary> 177 177 </indexterm> … … 183 183 <listitem> 184 184 <para>A link to tclsh&tcl-major-version;</para> 185 <indexterm zone="ch- tools-tcl tclsh">185 <indexterm zone="ch-system-tcl tclsh"> 186 186 <primary sortas="b-tclsh">tclsh</primary> 187 187 </indexterm> … … 193 193 <listitem> 194 194 <para>The Tcl library</para> 195 <indexterm zone="ch- tools-tcl libtcl&tcl-major-version;.so">195 <indexterm zone="ch-system-tcl libtcl&tcl-major-version;.so"> 196 196 <primary sortas="c-libtcl&tcl-major-version;.so">libtcl&tcl-major-version;.so</primary> 197 197 </indexterm> … … 203 203 <listitem> 204 204 <para>The Tcl Stub library</para> 205 <indexterm zone="ch- tools-tcl libtclstub&tcl-major-version;.a">205 <indexterm zone="ch-system-tcl libtclstub&tcl-major-version;.a"> 206 206 <primary sortas="c-libtclstub&tcl-major-version;.a">libtclstub&tcl-major-version;.a</primary> 207 207 </indexterm>
Note:
See TracChangeset
for help on using the changeset viewer.