Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Feb 2013 08:58:31 GMT
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/176230: [patch] lang/tcl-manual -- bring up to date
Message-ID:  <201302180858.r1I8wVpP063045@red.freebsd.org>
Resent-Message-ID: <201302180900.r1I900oU036894@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         176230
>Category:       ports
>Synopsis:       [patch] lang/tcl-manual -- bring up to date
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 18 09:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Pietro Cerutti
>Release:        
>Organization:
The FreeBSD Project
>Environment:
>Description:
This patch brings lang/tcl-manual up to date with the newer releases.

I'd also be happy to assign maintainership to tcltk@FreeBSD.org, if you're willing to give this up.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 312490)
+++ Makefile	(working copy)
@@ -1,15 +1,11 @@
-# New ports collection makefile for:   tcl-manual
-# Date created:        13 December 2001
-# Whom:                Edwin Groothuis (edwin@mavetju.org)
-#
+# Created by: Edwin Groothuis (edwin@mavetju.org)
 # $FreeBSD$
-#
 
 PORTNAME=	tcl-manual
-PORTVERSION=	20041118
+PORTVERSION=	20130208
 CATEGORIES=	lang
-MASTER_SITES=	SF/tcl/Tcl/8.3.5
-DISTFILES=	tcl8.3.5-html.tar.gz tcl8.4.7-html.tar.gz tcl8.5a1-html.tar.gz
+MASTER_SITES=	SF/tcl/Tcl/
+DISTFILES=	
 
 MAINTAINER=	edwin@mavetju.org
 COMMENT=	Documentation for TCL (Tool Command Language)
@@ -17,28 +13,33 @@
 NO_WRKSUBDIR=	yes
 NO_BUILD=	yes
 
+VERSIONS=	8.4.19 \
+		8.5.13 \
+		8.6.0
+
+.for v in ${VERSIONS}
+DISTFILES+=	$v/tcl$v-html.tar.gz
+.endfor
+
 post-patch:
-	@${FIND} ${WRKSRC} -name "*.orig" -delete
-	@${REINPLACE_CMD} -e 's|tcl\.h|tcl8.3/tcl.h|g' \
-		${WRKDIR}/tcl8.3.5/html/TclLib/*
-	@${REINPLACE_CMD} -e 's|tk\.h|tk8.3/tk.h|g' \
-		${WRKDIR}/tcl8.3.5/html/TkLib/*
-	@${REINPLACE_CMD} -e 's|tcl\.h|tcl8.4/tcl.h|g' \
-		${WRKDIR}/tcl8.4.7/html/TclLib/*
-	@${REINPLACE_CMD} -e 's|tk\.h|tk8.4/tk.h|g' \
-		${WRKDIR}/tcl8.4.7/html/TkLib/*
-	@${REINPLACE_CMD} -e 's|tcl\.h|tcl8.5/tcl.h|g' \
-		${WRKDIR}/tcl8.5a1/html/TclLib/*
-	@${REINPLACE_CMD} -e 's|tk\.h|tk8.5/tk.h|g' \
-		${WRKDIR}/tcl8.5a1/html/TkLib/*
+.for v in ${VERSIONS}
+	@${REINPLACE_CMD} -e 's|<b>tclsh</b>|<b>tclsh${v:R}</b>|g; \
+	    s|/usr/local/bin/tclsh|${PREFIX}/bin/tclsh${v:R}|g' \
+	    ${WRKSRC}/tcl${v}/html/UserCmd/tclsh.htm
+	@${REINPLACE_CMD} -e 's|<b>wish</b>|<b>wish${v:R}</b>|g; \
+	    s|/usr/local/bin/wish|${PREFIX}/bin/wish${v:R}|g' \
+	    ${WRKSRC}/tcl${v}/html/UserCmd/wish.htm
+	@${REINPLACE_CMD} -e 's|tcl\.h|tcl${v:R}/tcl.h|g' \
+		${WRKDIR}/tcl${v}/html/TclLib/*
+	@${REINPLACE_CMD} -e 's|tk\.h|tk${v:R}/tk.h|g' \
+		${WRKDIR}/tcl${v}/html/TkLib/*
 	@${FIND} ${WRKSRC} -name "*.bak" -delete
+.endfor
 
 do-install:
-	${MKDIR} ${PREFIX}/share/doc/tcl83
-	${MKDIR} ${PREFIX}/share/doc/tcl84
-	${MKDIR} ${PREFIX}/share/doc/tcl85
-	${CP} -R ${WRKDIR}/tcl8.5a1/html/* ${PREFIX}/share/doc/tcl85
-	${CP} -R ${WRKDIR}/tcl8.4.7/html/* ${PREFIX}/share/doc/tcl84
-	${CP} -R ${WRKDIR}/tcl8.3.5/html/* ${PREFIX}/share/doc/tcl83
+.for v in ${VERSIONS}
+	${MKDIR} ${PREFIX}/share/doc/tcl${v:R:S/.//}
+	${CP} -R ${WRKDIR}/tcl${v}/html/* ${PREFIX}/share/doc/tcl${v:R:S/.//}
+.endfor
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
--- distinfo	(revision 312490)
+++ distinfo	(working copy)
@@ -1,6 +1,6 @@
-SHA256 (tcl8.3.5-html.tar.gz) = f15281d2dff15f1646c43400446ddcff674f39498ea4a986762476cfebc938f1
-SIZE (tcl8.3.5-html.tar.gz) = 620957
-SHA256 (tcl8.4.7-html.tar.gz) = 94e2b22fc8357156df213dea99ab4d65211ce334df53232ea0bf9e1c2b25a2c4
-SIZE (tcl8.4.7-html.tar.gz) = 715175
-SHA256 (tcl8.5a1-html.tar.gz) = a107358b0a4467867fe51d2ef0b0362d2e74b4a2644ee2175d066a4677c7f7e8
-SIZE (tcl8.5a1-html.tar.gz) = 747311
+SHA256 (8.4.19/tcl8.4.19-html.tar.gz) = 53b0d0b2859060b7cd6b9e0524e257aa60a56213a8cd75630b22e44180dbe888
+SIZE (8.4.19/tcl8.4.19-html.tar.gz) = 747413
+SHA256 (8.5.13/tcl8.5.13-html.tar.gz) = c3049ebd59f8d6d3cb6d6638f71c229d7f6a5ca90d1bf7cb099fae7d39148725
+SIZE (8.5.13/tcl8.5.13-html.tar.gz) = 934913
+SHA256 (8.6.0/tcl8.6.0-html.tar.gz) = 7d440f01bda9e4a2b88f735ae92292967bdfc6853e145718bba5f72edddd586a
+SIZE (8.6.0/tcl8.6.0-html.tar.gz) = 1168655
Index: files/patch-tcl8.3.5::html::UserCmd::tclsh.htm
===================================================================
--- files/patch-tcl8.3.5::html::UserCmd::tclsh.htm	(revision 312490)
+++ files/patch-tcl8.3.5::html::UserCmd::tclsh.htm	(working copy)
@@ -1,38 +0,0 @@
---- tcl8.3.5/html/UserCmd/tclsh.htm.orig	Sat Oct 19 05:11:58 2002
-+++ tcl8.3.5/html/UserCmd/tclsh.htm	Thu Nov 18 12:48:36 2004
-@@ -4,7 +4,7 @@
- <DL><DD>tclsh - Simple shell containing Tcl interpreter</DL>
- <DD><A HREF="tclsh.htm#M3" NAME="L3">SYNOPSIS</A>
- <DL>
--<DD><B>tclsh</B> ?<I>fileName arg arg ...</I>?
-+<DD><B>tclsh8.3</B> ?<I>fileName arg arg ...</I>?
- </DL>
- <DD><A HREF="tclsh.htm#M4" NAME="L4">DESCRIPTION</A>
- <DD><A HREF="tclsh.htm#M5" NAME="L5">SCRIPT FILES</A>
-@@ -21,7 +21,7 @@
- <H3><A NAME="M2">NAME</A></H3>
- tclsh - Simple shell containing Tcl interpreter
- <H3><A NAME="M3">SYNOPSIS</A></H3>
--<B>tclsh</B> ?<I>fileName arg arg ...</I>?<BR>
-+<B>tclsh8.3</B> ?<I>fileName arg arg ...</I>?<BR>
- <H3><A NAME="M4">DESCRIPTION</A></H3>
- <B>Tclsh</B> is a shell-like application that reads Tcl commands
- from its standard input or from a file and evaluates them.
-@@ -46,7 +46,7 @@
- case, but the script file can always <B><A HREF="../TclCmd/source.htm">source</A></B> it if desired.
- <P>
- If you create a Tcl script in a file whose first line is
--<PRE><B>#!/usr/local/bin/tclsh</B></PRE>
-+<PRE><B>#!/usr/local/bin/tclsh8.3</B></PRE>
- then you can invoke the script file directly from your shell if
- you mark the file as executable.
- This assumes that <B>tclsh</B> has been installed in the default
-@@ -60,7 +60,7 @@
- following three lines:
- <PRE><B>#!/bin/sh
- # the next line restarts using tclsh &#92;
--exec tclsh &quot;$0&quot; &quot;$@&quot;</B></PRE>
-+exec tclsh8.3 &quot;$0&quot; &quot;$@&quot;</B></PRE>
- This approach has three advantages over the approach in the previous
- paragraph.  First, the location of the <B>tclsh</B> binary doesn't have
- to be hard-wired into the script:  it can be anywhere in your shell
Index: files/patch-tcl8.3.5::html::UserCmd::wish.htm
===================================================================
--- files/patch-tcl8.3.5::html::UserCmd::wish.htm	(revision 312490)
+++ files/patch-tcl8.3.5::html::UserCmd::wish.htm	(working copy)
@@ -1,38 +0,0 @@
---- tcl8.3.5/html/UserCmd/wish.htm.orig	Sat Oct 19 05:11:58 2002
-+++ tcl8.3.5/html/UserCmd/wish.htm	Thu Nov 18 12:49:21 2004
-@@ -4,7 +4,7 @@
- <DL><DD>wish - Simple windowing shell</DL>
- <DD><A HREF="wish.htm#M3" NAME="L14">SYNOPSIS</A>
- <DL>
--<DD><B>wish</B> ?<I>fileName arg arg ...</I>?
-+<DD><B>wish8.3</B> ?<I>fileName arg arg ...</I>?
- </DL>
- <DD><A HREF="wish.htm#M4" NAME="L15">OPTIONS</A>
- <DL>
-@@ -35,7 +35,7 @@
- <H3><A NAME="M2">NAME</A></H3>
- wish - Simple windowing shell
- <H3><A NAME="M3">SYNOPSIS</A></H3>
--<B>wish</B> ?<I>fileName arg arg ...</I>?<BR>
-+<B>wish8.3</B> ?<I>fileName arg arg ...</I>?<BR>
- <H3><A NAME="M4">OPTIONS</A></H3>
- <DL>
- <P><DT><A NAME="M5"><B>-colormap </B><I>new</I></A><DD>
-@@ -143,7 +143,7 @@
- <P></DL>
- <H3><A NAME="M22">SCRIPT FILES</A></H3>
- If you create a Tcl script in a file whose first line is
--<PRE><B>#!/usr/local/bin/wish</B></PRE>
-+<PRE><B>#!/usr/local/bin/wish8.3</B></PRE>
- then you can invoke the script file directly from your shell if
- you mark it as executable.
- This assumes that <B>wish</B> has been installed in the default
-@@ -157,7 +157,7 @@
- following three lines:
- <PRE><B>#!/bin/sh
- # the next line restarts using wish &#92;
--exec wish &quot;$0&quot; &quot;$@&quot;</B></PRE>
-+exec wish8.3 &quot;$0&quot; &quot;$@&quot;</B></PRE>
- This approach has three advantages over the approach in the previous
- paragraph.  First, the location of the <B>wish</B> binary doesn't have
- to be hard-wired into the script:  it can be anywhere in your shell
Index: files/patch-tcl8.4.7::html::UserCmd::tclsh.htm
===================================================================
--- files/patch-tcl8.4.7::html::UserCmd::tclsh.htm	(revision 312490)
+++ files/patch-tcl8.4.7::html::UserCmd::tclsh.htm	(working copy)
@@ -1,38 +0,0 @@
---- tcl8.4.7/html/UserCmd/tclsh.htm.orig	Tue Jul 27 05:21:39 2004
-+++ tcl8.4.7/html/UserCmd/tclsh.htm	Thu Nov 18 12:48:14 2004
-@@ -4,7 +4,7 @@
- <DL><DD>tclsh - Simple shell containing Tcl interpreter</DL>
- <DD><A HREF="tclsh.htm#M3" NAME="L3">SYNOPSIS</A>
- <DL>
--<DD><B>tclsh</B> ?<I>fileName arg arg ...</I>?
-+<DD><B>tclsh8.4</B> ?<I>fileName arg arg ...</I>?
- </DL>
- <DD><A HREF="tclsh.htm#M4" NAME="L4">DESCRIPTION</A>
- <DD><A HREF="tclsh.htm#M5" NAME="L5">SCRIPT FILES</A>
-@@ -23,7 +23,7 @@
- <H3><A NAME="M2">NAME</A></H3>
- tclsh - Simple shell containing Tcl interpreter
- <H3><A NAME="M3">SYNOPSIS</A></H3>
--<B>tclsh</B> ?<I>fileName arg arg ...</I>?<BR>
-+<B>tclsh8.4</B> ?<I>fileName arg arg ...</I>?<BR>
- <H3><A NAME="M4">DESCRIPTION</A></H3>
- <B>Tclsh</B> is a shell-like application that reads Tcl commands
- from its standard input or from a file and evaluates them.
-@@ -56,7 +56,7 @@
- line, but the script file can always <B><A HREF="../TclCmd/source.htm">source</A></B> it if desired.
- <P>
- If you create a Tcl script in a file whose first line is
--<PRE><B>#!/usr/local/bin/tclsh</B></PRE>
-+<PRE><B>#!/usr/local/bin/tclsh8.4</B></PRE>
- then you can invoke the script file directly from your shell if
- you mark the file as executable.
- This assumes that <B>tclsh</B> has been installed in the default
-@@ -70,7 +70,7 @@
- following three lines:
- <PRE><B>#!/bin/sh
- # the next line restarts using tclsh &#92;
--exec tclsh &quot;$0&quot; &quot;$@&quot;</B></PRE>
-+exec tclsh8.4 &quot;$0&quot; &quot;$@&quot;</B></PRE>
- This approach has three advantages over the approach in the previous
- paragraph.  First, the location of the <B>tclsh</B> binary doesn't have
- to be hard-wired into the script:  it can be anywhere in your shell
Index: files/patch-tcl8.4.7::html::UserCmd::wish.htm
===================================================================
--- files/patch-tcl8.4.7::html::UserCmd::wish.htm	(revision 312490)
+++ files/patch-tcl8.4.7::html::UserCmd::wish.htm	(working copy)
@@ -1,38 +0,0 @@
---- tcl8.4.7/html/UserCmd/wish.htm.orig	Tue Jul 27 05:21:39 2004
-+++ tcl8.4.7/html/UserCmd/wish.htm	Thu Nov 18 12:49:51 2004
-@@ -4,7 +4,7 @@
- <DL><DD>wish - Simple windowing shell</DL>
- <DD><A HREF="wish.htm#M3" NAME="L16">SYNOPSIS</A>
- <DL>
--<DD><B>wish</B> ?<I>fileName arg arg ...</I>?
-+<DD><B>wish8.4</B> ?<I>fileName arg arg ...</I>?
- </DL>
- <DD><A HREF="wish.htm#M4" NAME="L17">OPTIONS</A>
- <DL>
-@@ -35,7 +35,7 @@
- <H3><A NAME="M2">NAME</A></H3>
- wish - Simple windowing shell
- <H3><A NAME="M3">SYNOPSIS</A></H3>
--<B>wish</B> ?<I>fileName arg arg ...</I>?<BR>
-+<B>wish8.4</B> ?<I>fileName arg arg ...</I>?<BR>
- <H3><A NAME="M4">OPTIONS</A></H3>
- <DL>
- <DT><A NAME="M5"><B>-colormap </B><I>new</I></A><DD>
-@@ -144,7 +144,7 @@
- <P></DL>
- <H3><A NAME="M22">SCRIPT FILES</A></H3>
- If you create a Tcl script in a file whose first line is
--<PRE><B>#!/usr/local/bin/wish</B></PRE>
-+<PRE><B>#!/usr/local/bin/wish8.4</B></PRE>
- then you can invoke the script file directly from your shell if
- you mark it as executable.
- This assumes that <B>wish</B> has been installed in the default
-@@ -158,7 +158,7 @@
- following three lines:
- <PRE><B>#!/bin/sh
- # the next line restarts using wish &#92;
--exec wish &quot;$0&quot; &quot;$@&quot;</B></PRE>
-+exec wish8.4 &quot;$0&quot; &quot;$@&quot;</B></PRE>
- This approach has three advantages over the approach in the previous
- paragraph.  First, the location of the <B>wish</B> binary doesn't have
- to be hard-wired into the script:  it can be anywhere in your shell
Index: files/patch-tcl8.5a1::html::UserCmd::tclsh.htm
===================================================================
--- files/patch-tcl8.5a1::html::UserCmd::tclsh.htm	(revision 312490)
+++ files/patch-tcl8.5a1::html::UserCmd::tclsh.htm	(working copy)
@@ -1,38 +0,0 @@
---- tcl8.5a1/html/UserCmd/tclsh.htm.orig	Thu Mar  4 11:24:31 2004
-+++ tcl8.5a1/html/UserCmd/tclsh.htm	Thu Nov 18 12:47:37 2004
-@@ -4,7 +4,7 @@
- <DL><DD>tclsh - Simple shell containing Tcl interpreter</DL>
- <DD><A HREF="tclsh.htm#M3" NAME="L3">SYNOPSIS</A>
- <DL>
--<DD><B>tclsh</B> ?-encoding <I>name</I>? ?<I>fileName arg arg ...</I>?
-+<DD><B>tclsh8.5</B> ?-encoding <I>name</I>? ?<I>fileName arg arg ...</I>?
- </DL>
- <DD><A HREF="tclsh.htm#M4" NAME="L4">DESCRIPTION</A>
- <DD><A HREF="tclsh.htm#M5" NAME="L5">SCRIPT FILES</A>
-@@ -23,7 +23,7 @@
- <H3><A NAME="M2">NAME</A></H3>
- tclsh - Simple shell containing Tcl interpreter
- <H3><A NAME="M3">SYNOPSIS</A></H3>
--<B>tclsh</B> ?-encoding <I>name</I>? ?<I>fileName arg arg ...</I>?<BR>
-+<B>tclsh8.5</B> ?-encoding <I>name</I>? ?<I>fileName arg arg ...</I>?<BR>
- <H3><A NAME="M4">DESCRIPTION</A></H3>
- <B>Tclsh</B> is a shell-like application that reads Tcl commands
- from its standard input or from a file and evaluates them.
-@@ -58,7 +58,7 @@
- line, but the script file can always <B><A HREF="../TclCmd/source.htm">source</A></B> it if desired.
- <P>
- If you create a Tcl script in a file whose first line is
--<PRE><B>#!/usr/local/bin/tclsh</B></PRE>
-+<PRE><B>#!/usr/local/bin/tclsh8.5</B></PRE>
- then you can invoke the script file directly from your shell if
- you mark the file as executable.
- This assumes that <B>tclsh</B> has been installed in the default
-@@ -72,7 +72,7 @@
- following three lines:
- <PRE><B>#!/bin/sh
- # the next line restarts using tclsh &#92;
--exec tclsh &quot;$0&quot; &quot;$@&quot;</B></PRE>
-+exec tclsh8.5 &quot;$0&quot; &quot;$@&quot;</B></PRE>
- This approach has three advantages over the approach in the previous
- paragraph.  First, the location of the <B>tclsh</B> binary doesn't have
- to be hard-wired into the script:  it can be anywhere in your shell
Index: files/patch-tcl8.5a1::html::UserCmd::wish.htm
===================================================================
--- files/patch-tcl8.5a1::html::UserCmd::wish.htm	(revision 312490)
+++ files/patch-tcl8.5a1::html::UserCmd::wish.htm	(working copy)
@@ -1,38 +0,0 @@
---- tcl8.5a1/html/UserCmd/wish.htm.orig	Thu Mar  4 11:24:31 2004
-+++ tcl8.5a1/html/UserCmd/wish.htm	Thu Nov 18 12:47:04 2004
-@@ -4,7 +4,7 @@
- <DL><DD>wish - Simple windowing shell</DL>
- <DD><A HREF="wish.htm#M3" NAME="L16">SYNOPSIS</A>
- <DL>
--<DD><B>wish</B> ?-encoding <I>name</I>? ?<I>fileName arg arg ...</I>?
-+<DD><B>wish8.5</B> ?-encoding <I>name</I>? ?<I>fileName arg arg ...</I>?
- </DL>
- <DD><A HREF="wish.htm#M4" NAME="L17">OPTIONS</A>
- <DL>
-@@ -36,7 +36,7 @@
- <H3><A NAME="M2">NAME</A></H3>
- wish - Simple windowing shell
- <H3><A NAME="M3">SYNOPSIS</A></H3>
--<B>wish</B> ?-encoding <I>name</I>? ?<I>fileName arg arg ...</I>?<BR>
-+<B>wish8.5</B> ?-encoding <I>name</I>? ?<I>fileName arg arg ...</I>?<BR>
- <H3><A NAME="M4">OPTIONS</A></H3>
- <DL>
- <DT><A NAME="M5"><B>-encoding </B><I>name</I></A><DD>
-@@ -154,7 +154,7 @@
- <P></DL>
- <H3><A NAME="M23">SCRIPT FILES</A></H3>
- If you create a Tcl script in a file whose first line is
--<PRE><B>#!/usr/local/bin/wish</B></PRE>
-+<PRE><B>#!/usr/local/bin/wish8.5</B></PRE>
- then you can invoke the script file directly from your shell if
- you mark it as executable.
- This assumes that <B>wish</B> has been installed in the default
-@@ -168,7 +168,7 @@
- following three lines:
- <PRE><B>#!/bin/sh
- # the next line restarts using wish &#92;
--exec wish &quot;$0&quot; &quot;$@&quot;</B></PRE>
-+exec wish8.5 &quot;$0&quot; &quot;$@&quot;</B></PRE>
- This approach has three advantages over the approach in the previous
- paragraph.  First, the location of the <B>wish</B> binary doesn't have
- to be hard-wired into the script:  it can be anywhere in your shell
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 312490)
+++ pkg-plist	(working copy)
@@ -1,1093 +1,1284 @@
+share/doc/tcl84/Keywords/A.htm
+share/doc/tcl84/Keywords/B.htm
+share/doc/tcl84/Keywords/C.htm
+share/doc/tcl84/Keywords/D.htm
+share/doc/tcl84/Keywords/E.htm
+share/doc/tcl84/Keywords/F.htm
+share/doc/tcl84/Keywords/G.htm
+share/doc/tcl84/Keywords/H.htm
+share/doc/tcl84/Keywords/I.htm
+share/doc/tcl84/Keywords/J.htm
+share/doc/tcl84/Keywords/K.htm
+share/doc/tcl84/Keywords/L.htm
+share/doc/tcl84/Keywords/M.htm
+share/doc/tcl84/Keywords/N.htm
+share/doc/tcl84/Keywords/O.htm
+share/doc/tcl84/Keywords/P.htm
+share/doc/tcl84/Keywords/Q.htm
+share/doc/tcl84/Keywords/R.htm
+share/doc/tcl84/Keywords/S.htm
+share/doc/tcl84/Keywords/T.htm
+share/doc/tcl84/Keywords/U.htm
+share/doc/tcl84/Keywords/V.htm
+share/doc/tcl84/Keywords/W.htm
+share/doc/tcl84/Keywords/X.htm
+share/doc/tcl84/Keywords/Y.htm
+share/doc/tcl84/Keywords/Z.htm
+share/doc/tcl84/Keywords/contents.htm
+share/doc/tcl84/TclCmd/Tcl.htm
+share/doc/tcl84/TclCmd/after.htm
+share/doc/tcl84/TclCmd/append.htm
+share/doc/tcl84/TclCmd/array.htm
+share/doc/tcl84/TclCmd/bgerror.htm
+share/doc/tcl84/TclCmd/binary.htm
+share/doc/tcl84/TclCmd/break.htm
+share/doc/tcl84/TclCmd/catch.htm
+share/doc/tcl84/TclCmd/cd.htm
+share/doc/tcl84/TclCmd/clock.htm
+share/doc/tcl84/TclCmd/close.htm
+share/doc/tcl84/TclCmd/concat.htm
+share/doc/tcl84/TclCmd/contents.htm
+share/doc/tcl84/TclCmd/continue.htm
+share/doc/tcl84/TclCmd/dde.htm
+share/doc/tcl84/TclCmd/encoding.htm
+share/doc/tcl84/TclCmd/eof.htm
+share/doc/tcl84/TclCmd/error.htm
+share/doc/tcl84/TclCmd/eval.htm
+share/doc/tcl84/TclCmd/exec.htm
+share/doc/tcl84/TclCmd/exit.htm
+share/doc/tcl84/TclCmd/expr.htm
+share/doc/tcl84/TclCmd/fblocked.htm
+share/doc/tcl84/TclCmd/fconfigure.htm
+share/doc/tcl84/TclCmd/fcopy.htm
+share/doc/tcl84/TclCmd/file.htm
+share/doc/tcl84/TclCmd/fileevent.htm
+share/doc/tcl84/TclCmd/filename.htm
+share/doc/tcl84/TclCmd/flush.htm
+share/doc/tcl84/TclCmd/for.htm
+share/doc/tcl84/TclCmd/foreach.htm
+share/doc/tcl84/TclCmd/format.htm
+share/doc/tcl84/TclCmd/gets.htm
+share/doc/tcl84/TclCmd/glob.htm
+share/doc/tcl84/TclCmd/global.htm
+share/doc/tcl84/TclCmd/history.htm
+share/doc/tcl84/TclCmd/http.htm
+share/doc/tcl84/TclCmd/if.htm
+share/doc/tcl84/TclCmd/incr.htm
+share/doc/tcl84/TclCmd/info.htm
+share/doc/tcl84/TclCmd/interp.htm
+share/doc/tcl84/TclCmd/join.htm
+share/doc/tcl84/TclCmd/lappend.htm
+share/doc/tcl84/TclCmd/library.htm
+share/doc/tcl84/TclCmd/lindex.htm
+share/doc/tcl84/TclCmd/linsert.htm
+share/doc/tcl84/TclCmd/list.htm
+share/doc/tcl84/TclCmd/llength.htm
+share/doc/tcl84/TclCmd/load.htm
+share/doc/tcl84/TclCmd/lrange.htm
+share/doc/tcl84/TclCmd/lreplace.htm
+share/doc/tcl84/TclCmd/lsearch.htm
+share/doc/tcl84/TclCmd/lset.htm
+share/doc/tcl84/TclCmd/lsort.htm
+share/doc/tcl84/TclCmd/memory.htm
+share/doc/tcl84/TclCmd/msgcat.htm
+share/doc/tcl84/TclCmd/namespace.htm
+share/doc/tcl84/TclCmd/open.htm
+share/doc/tcl84/TclCmd/package.htm
+share/doc/tcl84/TclCmd/packagens.htm
+share/doc/tcl84/TclCmd/pid.htm
+share/doc/tcl84/TclCmd/pkgMkIndex.htm
+share/doc/tcl84/TclCmd/proc.htm
+share/doc/tcl84/TclCmd/puts.htm
+share/doc/tcl84/TclCmd/pwd.htm
+share/doc/tcl84/TclCmd/re_syntax.htm
+share/doc/tcl84/TclCmd/read.htm
+share/doc/tcl84/TclCmd/regexp.htm
+share/doc/tcl84/TclCmd/registry.htm
+share/doc/tcl84/TclCmd/regsub.htm
+share/doc/tcl84/TclCmd/rename.htm
+share/doc/tcl84/TclCmd/resource.htm
+share/doc/tcl84/TclCmd/return.htm
+share/doc/tcl84/TclCmd/safe.htm
+share/doc/tcl84/TclCmd/scan.htm
+share/doc/tcl84/TclCmd/seek.htm
+share/doc/tcl84/TclCmd/set.htm
+share/doc/tcl84/TclCmd/socket.htm
+share/doc/tcl84/TclCmd/source.htm
+share/doc/tcl84/TclCmd/split.htm
+share/doc/tcl84/TclCmd/string.htm
+share/doc/tcl84/TclCmd/subst.htm
+share/doc/tcl84/TclCmd/switch.htm
+share/doc/tcl84/TclCmd/tcltest.htm
+share/doc/tcl84/TclCmd/tclvars.htm
+share/doc/tcl84/TclCmd/tell.htm
+share/doc/tcl84/TclCmd/time.htm
+share/doc/tcl84/TclCmd/trace.htm
+share/doc/tcl84/TclCmd/unknown.htm
+share/doc/tcl84/TclCmd/unset.htm
+share/doc/tcl84/TclCmd/update.htm
+share/doc/tcl84/TclCmd/uplevel.htm
+share/doc/tcl84/TclCmd/upvar.htm
+share/doc/tcl84/TclCmd/variable.htm
+share/doc/tcl84/TclCmd/vwait.htm
+share/doc/tcl84/TclCmd/while.htm
+share/doc/tcl84/TclLib/Access.htm
+share/doc/tcl84/TclLib/AddErrInfo.htm
+share/doc/tcl84/TclLib/Alloc.htm
+share/doc/tcl84/TclLib/AllowExc.htm
+share/doc/tcl84/TclLib/AppInit.htm
+share/doc/tcl84/TclLib/AssocData.htm
+share/doc/tcl84/TclLib/Async.htm
+share/doc/tcl84/TclLib/BackgdErr.htm
+share/doc/tcl84/TclLib/Backslash.htm
+share/doc/tcl84/TclLib/BoolObj.htm
+share/doc/tcl84/TclLib/ByteArrObj.htm
+share/doc/tcl84/TclLib/CallDel.htm
+share/doc/tcl84/TclLib/ChnlStack.htm
+share/doc/tcl84/TclLib/CmdCmplt.htm
+share/doc/tcl84/TclLib/Concat.htm
+share/doc/tcl84/TclLib/CrtChannel.htm
+share/doc/tcl84/TclLib/CrtChnlHdlr.htm
+share/doc/tcl84/TclLib/CrtCloseHdlr.htm
+share/doc/tcl84/TclLib/CrtCommand.htm
+share/doc/tcl84/TclLib/CrtFileHdlr.htm
+share/doc/tcl84/TclLib/CrtInterp.htm
+share/doc/tcl84/TclLib/CrtMathFnc.htm
+share/doc/tcl84/TclLib/CrtObjCmd.htm
+share/doc/tcl84/TclLib/CrtSlave.htm
+share/doc/tcl84/TclLib/CrtTimerHdlr.htm
+share/doc/tcl84/TclLib/CrtTrace.htm
+share/doc/tcl84/TclLib/DString.htm
+share/doc/tcl84/TclLib/DetachPids.htm
+share/doc/tcl84/TclLib/DoOneEvent.htm
+share/doc/tcl84/TclLib/DoWhenIdle.htm
+share/doc/tcl84/TclLib/DoubleObj.htm
+share/doc/tcl84/TclLib/DumpActiveMemory.htm
+share/doc/tcl84/TclLib/Encoding.htm
+share/doc/tcl84/TclLib/Environment.htm
+share/doc/tcl84/TclLib/Eval.htm
+share/doc/tcl84/TclLib/Exit.htm
+share/doc/tcl84/TclLib/ExprLong.htm
+share/doc/tcl84/TclLib/ExprLongObj.htm
+share/doc/tcl84/TclLib/FileSystem.htm
+share/doc/tcl84/TclLib/FindExec.htm
+share/doc/tcl84/TclLib/GetCwd.htm
+share/doc/tcl84/TclLib/GetHostName.htm
+share/doc/tcl84/TclLib/GetIndex.htm
+share/doc/tcl84/TclLib/GetInt.htm
+share/doc/tcl84/TclLib/GetOpnFl.htm
+share/doc/tcl84/TclLib/GetStdChan.htm
+share/doc/tcl84/TclLib/GetTime.htm
+share/doc/tcl84/TclLib/GetVersion.htm
+share/doc/tcl84/TclLib/Hash.htm
+share/doc/tcl84/TclLib/Init.htm
+share/doc/tcl84/TclLib/InitStubs.htm
+share/doc/tcl84/TclLib/IntObj.htm
+share/doc/tcl84/TclLib/Interp.htm
+share/doc/tcl84/TclLib/LinkVar.htm
+share/doc/tcl84/TclLib/ListObj.htm
+share/doc/tcl84/TclLib/Macintosh.htm
+share/doc/tcl84/TclLib/Notifier.htm
+share/doc/tcl84/TclLib/Object.htm
+share/doc/tcl84/TclLib/ObjectType.htm
+share/doc/tcl84/TclLib/OpenFileChnl.htm
+share/doc/tcl84/TclLib/OpenTcp.htm
+share/doc/tcl84/TclLib/Panic.htm
+share/doc/tcl84/TclLib/ParseCmd.htm
+share/doc/tcl84/TclLib/PkgRequire.htm
+share/doc/tcl84/TclLib/Preserve.htm
+share/doc/tcl84/TclLib/PrintDbl.htm
+share/doc/tcl84/TclLib/RecEvalObj.htm
+share/doc/tcl84/TclLib/RecordEval.htm
+share/doc/tcl84/TclLib/RegExp.htm
+share/doc/tcl84/TclLib/SaveResult.htm
+share/doc/tcl84/TclLib/SetErrno.htm
+share/doc/tcl84/TclLib/SetRecLmt.htm
+share/doc/tcl84/TclLib/SetResult.htm
+share/doc/tcl84/TclLib/SetVar.htm
+share/doc/tcl84/TclLib/Signal.htm
+share/doc/tcl84/TclLib/Sleep.htm
+share/doc/tcl84/TclLib/SourceRCFile.htm
+share/doc/tcl84/TclLib/SplitList.htm
+share/doc/tcl84/TclLib/SplitPath.htm
+share/doc/tcl84/TclLib/StaticPkg.htm
+share/doc/tcl84/TclLib/StdChannels.htm
+share/doc/tcl84/TclLib/StrMatch.htm
+share/doc/tcl84/TclLib/StringObj.htm
+share/doc/tcl84/TclLib/SubstObj.htm
+share/doc/tcl84/TclLib/TCL_MEM_DEBUG.htm
+share/doc/tcl84/TclLib/Tcl_Main.htm
+share/doc/tcl84/TclLib/Thread.htm
+share/doc/tcl84/TclLib/ToUpper.htm
+share/doc/tcl84/TclLib/TraceCmd.htm
+share/doc/tcl84/TclLib/TraceVar.htm
+share/doc/tcl84/TclLib/Translate.htm
+share/doc/tcl84/TclLib/UniCharIsAlpha.htm
+share/doc/tcl84/TclLib/UpVar.htm
+share/doc/tcl84/TclLib/Utf.htm
+share/doc/tcl84/TclLib/WrongNumArgs.htm
+share/doc/tcl84/TclLib/contents.htm
+share/doc/tcl84/TkCmd/bell.htm
+share/doc/tcl84/TkCmd/bind.htm
+share/doc/tcl84/TkCmd/bindtags.htm
+share/doc/tcl84/TkCmd/bitmap.htm
+share/doc/tcl84/TkCmd/button.htm
+share/doc/tcl84/TkCmd/canvas.htm
+share/doc/tcl84/TkCmd/checkbutton.htm
+share/doc/tcl84/TkCmd/chooseColor.htm
+share/doc/tcl84/TkCmd/chooseDirectory.htm
+share/doc/tcl84/TkCmd/clipboard.htm
+share/doc/tcl84/TkCmd/colors.htm
+share/doc/tcl84/TkCmd/console.htm
+share/doc/tcl84/TkCmd/contents.htm
+share/doc/tcl84/TkCmd/cursors.htm
+share/doc/tcl84/TkCmd/destroy.htm
+share/doc/tcl84/TkCmd/dialog.htm
+share/doc/tcl84/TkCmd/entry.htm
+share/doc/tcl84/TkCmd/event.htm
+share/doc/tcl84/TkCmd/focus.htm
+share/doc/tcl84/TkCmd/focusNext.htm
+share/doc/tcl84/TkCmd/font.htm
+share/doc/tcl84/TkCmd/frame.htm
+share/doc/tcl84/TkCmd/getOpenFile.htm
+share/doc/tcl84/TkCmd/grab.htm
+share/doc/tcl84/TkCmd/grid.htm
+share/doc/tcl84/TkCmd/image.htm
+share/doc/tcl84/TkCmd/keysyms.htm
+share/doc/tcl84/TkCmd/label.htm
+share/doc/tcl84/TkCmd/labelframe.htm
+share/doc/tcl84/TkCmd/listbox.htm
+share/doc/tcl84/TkCmd/loadTk.htm
+share/doc/tcl84/TkCmd/lower.htm
+share/doc/tcl84/TkCmd/menu.htm
+share/doc/tcl84/TkCmd/menubutton.htm
+share/doc/tcl84/TkCmd/message.htm
+share/doc/tcl84/TkCmd/messageBox.htm
+share/doc/tcl84/TkCmd/option.htm
+share/doc/tcl84/TkCmd/optionMenu.htm
+share/doc/tcl84/TkCmd/options.htm
+share/doc/tcl84/TkCmd/pack.htm
+share/doc/tcl84/TkCmd/palette.htm
+share/doc/tcl84/TkCmd/panedwindow.htm
+share/doc/tcl84/TkCmd/photo.htm
+share/doc/tcl84/TkCmd/place.htm
+share/doc/tcl84/TkCmd/popup.htm
+share/doc/tcl84/TkCmd/radiobutton.htm
+share/doc/tcl84/TkCmd/raise.htm
+share/doc/tcl84/TkCmd/scale.htm
+share/doc/tcl84/TkCmd/scrollbar.htm
+share/doc/tcl84/TkCmd/selection.htm
+share/doc/tcl84/TkCmd/send.htm
+share/doc/tcl84/TkCmd/spinbox.htm
+share/doc/tcl84/TkCmd/text.htm
+share/doc/tcl84/TkCmd/tk.htm
+share/doc/tcl84/TkCmd/tkerror.htm
+share/doc/tcl84/TkCmd/tkvars.htm
+share/doc/tcl84/TkCmd/tkwait.htm
+share/doc/tcl84/TkCmd/toplevel.htm
+share/doc/tcl84/TkCmd/winfo.htm
+share/doc/tcl84/TkCmd/wm.htm
+share/doc/tcl84/TkLib/3DBorder.htm
+share/doc/tcl84/TkLib/AddOption.htm
+share/doc/tcl84/TkLib/BindTable.htm
+share/doc/tcl84/TkLib/CanvPsY.htm
+share/doc/tcl84/TkLib/CanvTkwin.htm
+share/doc/tcl84/TkLib/CanvTxtInfo.htm
+share/doc/tcl84/TkLib/Clipboard.htm
+share/doc/tcl84/TkLib/ClrSelect.htm
+share/doc/tcl84/TkLib/ConfigWidg.htm
+share/doc/tcl84/TkLib/ConfigWind.htm
+share/doc/tcl84/TkLib/CoordToWin.htm
+share/doc/tcl84/TkLib/CrtCmHdlr.htm
+share/doc/tcl84/TkLib/CrtErrHdlr.htm
+share/doc/tcl84/TkLib/CrtGenHdlr.htm
+share/doc/tcl84/TkLib/CrtImgType.htm
+share/doc/tcl84/TkLib/CrtItemType.htm
+share/doc/tcl84/TkLib/CrtPhImgFmt.htm
+share/doc/tcl84/TkLib/CrtSelHdlr.htm
+share/doc/tcl84/TkLib/CrtWindow.htm
+share/doc/tcl84/TkLib/DeleteImg.htm
+share/doc/tcl84/TkLib/DrawFocHlt.htm
+share/doc/tcl84/TkLib/EventHndlr.htm
+share/doc/tcl84/TkLib/FindPhoto.htm
+share/doc/tcl84/TkLib/FontId.htm
+share/doc/tcl84/TkLib/FreeXId.htm
+share/doc/tcl84/TkLib/GeomReq.htm
+share/doc/tcl84/TkLib/GetAnchor.htm
+share/doc/tcl84/TkLib/GetBitmap.htm
+share/doc/tcl84/TkLib/GetCapStyl.htm
+share/doc/tcl84/TkLib/GetClrmap.htm
+share/doc/tcl84/TkLib/GetColor.htm
+share/doc/tcl84/TkLib/GetCursor.htm
+share/doc/tcl84/TkLib/GetDash.htm
+share/doc/tcl84/TkLib/GetFont.htm
+share/doc/tcl84/TkLib/GetGC.htm
+share/doc/tcl84/TkLib/GetHINSTANCE.htm
+share/doc/tcl84/TkLib/GetHWND.htm
+share/doc/tcl84/TkLib/GetImage.htm
+share/doc/tcl84/TkLib/GetJoinStl.htm
+share/doc/tcl84/TkLib/GetJustify.htm
+share/doc/tcl84/TkLib/GetOption.htm
+share/doc/tcl84/TkLib/GetPixels.htm
+share/doc/tcl84/TkLib/GetPixmap.htm
+share/doc/tcl84/TkLib/GetRelief.htm
+share/doc/tcl84/TkLib/GetRootCrd.htm
+share/doc/tcl84/TkLib/GetScroll.htm
+share/doc/tcl84/TkLib/GetSelect.htm
+share/doc/tcl84/TkLib/GetUid.htm
+share/doc/tcl84/TkLib/GetVRoot.htm
+share/doc/tcl84/TkLib/GetVisual.htm
+share/doc/tcl84/TkLib/Grab.htm
+share/doc/tcl84/TkLib/HWNDToWindow.htm
+share/doc/tcl84/TkLib/HandleEvent.htm
+share/doc/tcl84/TkLib/IdToWindow.htm
+share/doc/tcl84/TkLib/ImgChanged.htm
+share/doc/tcl84/TkLib/InternAtom.htm
+share/doc/tcl84/TkLib/MainLoop.htm
+share/doc/tcl84/TkLib/MainWin.htm
+share/doc/tcl84/TkLib/MaintGeom.htm
+share/doc/tcl84/TkLib/ManageGeom.htm
+share/doc/tcl84/TkLib/MapWindow.htm
+share/doc/tcl84/TkLib/MeasureChar.htm
+share/doc/tcl84/TkLib/MoveToplev.htm
+share/doc/tcl84/TkLib/Name.htm
+share/doc/tcl84/TkLib/NameOfImg.htm
+share/doc/tcl84/TkLib/OwnSelect.htm
+share/doc/tcl84/TkLib/ParseArgv.htm
+share/doc/tcl84/TkLib/QWinEvent.htm
+share/doc/tcl84/TkLib/Restack.htm
+share/doc/tcl84/TkLib/RestrictEv.htm
+share/doc/tcl84/TkLib/SetAppName.htm
+share/doc/tcl84/TkLib/SetCaret.htm
+share/doc/tcl84/TkLib/SetClass.htm
+share/doc/tcl84/TkLib/SetClassProcs.htm
+share/doc/tcl84/TkLib/SetGrid.htm
+share/doc/tcl84/TkLib/SetOptions.htm
+share/doc/tcl84/TkLib/SetVisual.htm
+share/doc/tcl84/TkLib/StrictMotif.htm
+share/doc/tcl84/TkLib/TextLayout.htm
+share/doc/tcl84/TkLib/TkInitStubs.htm
+share/doc/tcl84/TkLib/Tk_Init.htm
+share/doc/tcl84/TkLib/Tk_Main.htm
+share/doc/tcl84/TkLib/WindowId.htm
+share/doc/tcl84/TkLib/contents.htm
+share/doc/tcl84/UserCmd/contents.htm
+share/doc/tcl84/UserCmd/tclsh.htm
+share/doc/tcl84/UserCmd/wish.htm
+share/doc/tcl84/contents.htm
+share/doc/tcl85/Keywords/A.htm
+share/doc/tcl85/Keywords/B.htm
+share/doc/tcl85/Keywords/C.htm
+share/doc/tcl85/Keywords/D.htm
+share/doc/tcl85/Keywords/E.htm
+share/doc/tcl85/Keywords/F.htm
+share/doc/tcl85/Keywords/G.htm
+share/doc/tcl85/Keywords/H.htm
+share/doc/tcl85/Keywords/I.htm
+share/doc/tcl85/Keywords/J.htm
+share/doc/tcl85/Keywords/K.htm
+share/doc/tcl85/Keywords/L.htm
+share/doc/tcl85/Keywords/M.htm
+share/doc/tcl85/Keywords/N.htm
+share/doc/tcl85/Keywords/O.htm
+share/doc/tcl85/Keywords/P.htm
+share/doc/tcl85/Keywords/Q.htm
+share/doc/tcl85/Keywords/R.htm
+share/doc/tcl85/Keywords/S.htm
+share/doc/tcl85/Keywords/T.htm
+share/doc/tcl85/Keywords/U.htm
+share/doc/tcl85/Keywords/V.htm
+share/doc/tcl85/Keywords/W.htm
+share/doc/tcl85/Keywords/X.htm
+share/doc/tcl85/Keywords/Y.htm
+share/doc/tcl85/Keywords/contents.htm
+share/doc/tcl85/TclCmd/Tcl.htm
+share/doc/tcl85/TclCmd/after.htm
+share/doc/tcl85/TclCmd/append.htm
+share/doc/tcl85/TclCmd/apply.htm
+share/doc/tcl85/TclCmd/array.htm
+share/doc/tcl85/TclCmd/bgerror.htm
+share/doc/tcl85/TclCmd/binary.htm
+share/doc/tcl85/TclCmd/break.htm
+share/doc/tcl85/TclCmd/catch.htm
+share/doc/tcl85/TclCmd/cd.htm
+share/doc/tcl85/TclCmd/chan.htm
+share/doc/tcl85/TclCmd/clock.htm
+share/doc/tcl85/TclCmd/close.htm
+share/doc/tcl85/TclCmd/concat.htm
+share/doc/tcl85/TclCmd/contents.htm
+share/doc/tcl85/TclCmd/continue.htm
+share/doc/tcl85/TclCmd/dde.htm
+share/doc/tcl85/TclCmd/dict.htm
+share/doc/tcl85/TclCmd/encoding.htm
+share/doc/tcl85/TclCmd/eof.htm
+share/doc/tcl85/TclCmd/error.htm
+share/doc/tcl85/TclCmd/eval.htm
+share/doc/tcl85/TclCmd/exec.htm
+share/doc/tcl85/TclCmd/exit.htm
+share/doc/tcl85/TclCmd/expr.htm
+share/doc/tcl85/TclCmd/fblocked.htm
+share/doc/tcl85/TclCmd/fconfigure.htm
+share/doc/tcl85/TclCmd/fcopy.htm
+share/doc/tcl85/TclCmd/file.htm
+share/doc/tcl85/TclCmd/fileevent.htm
+share/doc/tcl85/TclCmd/filename.htm
+share/doc/tcl85/TclCmd/flush.htm
+share/doc/tcl85/TclCmd/for.htm
+share/doc/tcl85/TclCmd/foreach.htm
+share/doc/tcl85/TclCmd/format.htm
+share/doc/tcl85/TclCmd/gets.htm
+share/doc/tcl85/TclCmd/glob.htm
+share/doc/tcl85/TclCmd/global.htm
+share/doc/tcl85/TclCmd/history.htm
+share/doc/tcl85/TclCmd/http.htm
+share/doc/tcl85/TclCmd/if.htm
+share/doc/tcl85/TclCmd/incr.htm
+share/doc/tcl85/TclCmd/info.htm
+share/doc/tcl85/TclCmd/interp.htm
+share/doc/tcl85/TclCmd/join.htm
+share/doc/tcl85/TclCmd/lappend.htm
+share/doc/tcl85/TclCmd/lassign.htm
+share/doc/tcl85/TclCmd/library.htm
+share/doc/tcl85/TclCmd/lindex.htm
+share/doc/tcl85/TclCmd/linsert.htm
+share/doc/tcl85/TclCmd/list.htm
+share/doc/tcl85/TclCmd/llength.htm
+share/doc/tcl85/TclCmd/load.htm
+share/doc/tcl85/TclCmd/lrange.htm
+share/doc/tcl85/TclCmd/lrepeat.htm
+share/doc/tcl85/TclCmd/lreplace.htm
+share/doc/tcl85/TclCmd/lreverse.htm
+share/doc/tcl85/TclCmd/lsearch.htm
+share/doc/tcl85/TclCmd/lset.htm
+share/doc/tcl85/TclCmd/lsort.htm
+share/doc/tcl85/TclCmd/mathfunc.htm
+share/doc/tcl85/TclCmd/mathop.htm
+share/doc/tcl85/TclCmd/memory.htm
+share/doc/tcl85/TclCmd/msgcat.htm
+share/doc/tcl85/TclCmd/namespace.htm
+share/doc/tcl85/TclCmd/open.htm
+share/doc/tcl85/TclCmd/package.htm
+share/doc/tcl85/TclCmd/packagens.htm
+share/doc/tcl85/TclCmd/pid.htm
+share/doc/tcl85/TclCmd/pkgMkIndex.htm
+share/doc/tcl85/TclCmd/platform.htm
+share/doc/tcl85/TclCmd/platform_shell.htm
+share/doc/tcl85/TclCmd/proc.htm
+share/doc/tcl85/TclCmd/puts.htm
+share/doc/tcl85/TclCmd/pwd.htm
+share/doc/tcl85/TclCmd/re_syntax.htm
+share/doc/tcl85/TclCmd/read.htm
+share/doc/tcl85/TclCmd/refchan.htm
+share/doc/tcl85/TclCmd/regexp.htm
+share/doc/tcl85/TclCmd/registry.htm
+share/doc/tcl85/TclCmd/regsub.htm
+share/doc/tcl85/TclCmd/rename.htm
+share/doc/tcl85/TclCmd/return.htm
+share/doc/tcl85/TclCmd/safe.htm
+share/doc/tcl85/TclCmd/scan.htm
+share/doc/tcl85/TclCmd/seek.htm
+share/doc/tcl85/TclCmd/set.htm
+share/doc/tcl85/TclCmd/socket.htm
+share/doc/tcl85/TclCmd/source.htm
+share/doc/tcl85/TclCmd/split.htm
+share/doc/tcl85/TclCmd/string.htm
+share/doc/tcl85/TclCmd/subst.htm
+share/doc/tcl85/TclCmd/switch.htm
+share/doc/tcl85/TclCmd/tcltest.htm
+share/doc/tcl85/TclCmd/tclvars.htm
+share/doc/tcl85/TclCmd/tell.htm
+share/doc/tcl85/TclCmd/time.htm
+share/doc/tcl85/TclCmd/tm.htm
+share/doc/tcl85/TclCmd/trace.htm
+share/doc/tcl85/TclCmd/unknown.htm
+share/doc/tcl85/TclCmd/unload.htm
+share/doc/tcl85/TclCmd/unset.htm
+share/doc/tcl85/TclCmd/update.htm
+share/doc/tcl85/TclCmd/uplevel.htm
+share/doc/tcl85/TclCmd/upvar.htm
+share/doc/tcl85/TclCmd/variable.htm
+share/doc/tcl85/TclCmd/vwait.htm
+share/doc/tcl85/TclCmd/while.htm
+share/doc/tcl85/TclLib/Access.htm
+share/doc/tcl85/TclLib/AddErrInfo.htm
+share/doc/tcl85/TclLib/Alloc.htm
+share/doc/tcl85/TclLib/AllowExc.htm
+share/doc/tcl85/TclLib/AppInit.htm
+share/doc/tcl85/TclLib/AssocData.htm
+share/doc/tcl85/TclLib/Async.htm
+share/doc/tcl85/TclLib/BackgdErr.htm
+share/doc/tcl85/TclLib/Backslash.htm
+share/doc/tcl85/TclLib/BoolObj.htm
+share/doc/tcl85/TclLib/ByteArrObj.htm
+share/doc/tcl85/TclLib/CallDel.htm
+share/doc/tcl85/TclLib/ChnlStack.htm
+share/doc/tcl85/TclLib/CmdCmplt.htm
+share/doc/tcl85/TclLib/Concat.htm
+share/doc/tcl85/TclLib/CrtChannel.htm
+share/doc/tcl85/TclLib/CrtChnlHdlr.htm
+share/doc/tcl85/TclLib/CrtCloseHdlr.htm
+share/doc/tcl85/TclLib/CrtCommand.htm
+share/doc/tcl85/TclLib/CrtFileHdlr.htm
+share/doc/tcl85/TclLib/CrtInterp.htm
+share/doc/tcl85/TclLib/CrtMathFnc.htm
+share/doc/tcl85/TclLib/CrtObjCmd.htm
+share/doc/tcl85/TclLib/CrtSlave.htm
+share/doc/tcl85/TclLib/CrtTimerHdlr.htm
+share/doc/tcl85/TclLib/CrtTrace.htm
+share/doc/tcl85/TclLib/DString.htm
+share/doc/tcl85/TclLib/DetachPids.htm
+share/doc/tcl85/TclLib/DictObj.htm
+share/doc/tcl85/TclLib/DoOneEvent.htm
+share/doc/tcl85/TclLib/DoWhenIdle.htm
+share/doc/tcl85/TclLib/DoubleObj.htm
+share/doc/tcl85/TclLib/DumpActiveMemory.htm
+share/doc/tcl85/TclLib/Encoding.htm
+share/doc/tcl85/TclLib/Ensemble.htm
+share/doc/tcl85/TclLib/Environment.htm
+share/doc/tcl85/TclLib/Eval.htm
+share/doc/tcl85/TclLib/Exit.htm
+share/doc/tcl85/TclLib/ExprLong.htm
+share/doc/tcl85/TclLib/ExprLongObj.htm
+share/doc/tcl85/TclLib/FileSystem.htm
+share/doc/tcl85/TclLib/FindExec.htm
+share/doc/tcl85/TclLib/GetCwd.htm
+share/doc/tcl85/TclLib/GetHostName.htm
+share/doc/tcl85/TclLib/GetIndex.htm
+share/doc/tcl85/TclLib/GetInt.htm
+share/doc/tcl85/TclLib/GetOpnFl.htm
+share/doc/tcl85/TclLib/GetStdChan.htm
+share/doc/tcl85/TclLib/GetTime.htm
+share/doc/tcl85/TclLib/GetVersion.htm
+share/doc/tcl85/TclLib/Hash.htm
+share/doc/tcl85/TclLib/Init.htm
+share/doc/tcl85/TclLib/InitStubs.htm
+share/doc/tcl85/TclLib/IntObj.htm
+share/doc/tcl85/TclLib/Interp.htm
+share/doc/tcl85/TclLib/Limit.htm
+share/doc/tcl85/TclLib/LinkVar.htm
+share/doc/tcl85/TclLib/ListObj.htm
+share/doc/tcl85/TclLib/Namespace.htm
+share/doc/tcl85/TclLib/Notifier.htm
+share/doc/tcl85/TclLib/Object.htm
+share/doc/tcl85/TclLib/ObjectType.htm
+share/doc/tcl85/TclLib/OpenFileChnl.htm
+share/doc/tcl85/TclLib/OpenTcp.htm
+share/doc/tcl85/TclLib/Panic.htm
+share/doc/tcl85/TclLib/ParseCmd.htm
+share/doc/tcl85/TclLib/PkgRequire.htm
+share/doc/tcl85/TclLib/Preserve.htm
+share/doc/tcl85/TclLib/PrintDbl.htm
+share/doc/tcl85/TclLib/RecEvalObj.htm
+share/doc/tcl85/TclLib/RecordEval.htm
+share/doc/tcl85/TclLib/RegConfig.htm
+share/doc/tcl85/TclLib/RegExp.htm
+share/doc/tcl85/TclLib/SaveResult.htm
+share/doc/tcl85/TclLib/SetChanErr.htm
+share/doc/tcl85/TclLib/SetErrno.htm
+share/doc/tcl85/TclLib/SetRecLmt.htm
+share/doc/tcl85/TclLib/SetResult.htm
+share/doc/tcl85/TclLib/SetVar.htm
+share/doc/tcl85/TclLib/Signal.htm
+share/doc/tcl85/TclLib/Sleep.htm
+share/doc/tcl85/TclLib/SourceRCFile.htm
+share/doc/tcl85/TclLib/SplitList.htm
+share/doc/tcl85/TclLib/SplitPath.htm
+share/doc/tcl85/TclLib/StaticPkg.htm
+share/doc/tcl85/TclLib/StdChannels.htm
+share/doc/tcl85/TclLib/StrMatch.htm
+share/doc/tcl85/TclLib/StringObj.htm
+share/doc/tcl85/TclLib/SubstObj.htm
+share/doc/tcl85/TclLib/TCL_MEM_DEBUG.htm
+share/doc/tcl85/TclLib/Tcl_Main.htm
+share/doc/tcl85/TclLib/Thread.htm
+share/doc/tcl85/TclLib/ToUpper.htm
+share/doc/tcl85/TclLib/TraceCmd.htm
+share/doc/tcl85/TclLib/TraceVar.htm
+share/doc/tcl85/TclLib/Translate.htm
+share/doc/tcl85/TclLib/UniCharIsAlpha.htm
+share/doc/tcl85/TclLib/UpVar.htm
+share/doc/tcl85/TclLib/Utf.htm
+share/doc/tcl85/TclLib/WrongNumArgs.htm
+share/doc/tcl85/TclLib/contents.htm
+share/doc/tcl85/TkCmd/bell.htm
+share/doc/tcl85/TkCmd/bind.htm
+share/doc/tcl85/TkCmd/bindtags.htm
+share/doc/tcl85/TkCmd/bitmap.htm
+share/doc/tcl85/TkCmd/button.htm
+share/doc/tcl85/TkCmd/canvas.htm
+share/doc/tcl85/TkCmd/checkbutton.htm
+share/doc/tcl85/TkCmd/chooseColor.htm
+share/doc/tcl85/TkCmd/chooseDirectory.htm
+share/doc/tcl85/TkCmd/clipboard.htm
+share/doc/tcl85/TkCmd/colors.htm
+share/doc/tcl85/TkCmd/console.htm
+share/doc/tcl85/TkCmd/contents.htm
+share/doc/tcl85/TkCmd/cursors.htm
+share/doc/tcl85/TkCmd/destroy.htm
+share/doc/tcl85/TkCmd/dialog.htm
+share/doc/tcl85/TkCmd/entry.htm
+share/doc/tcl85/TkCmd/event.htm
+share/doc/tcl85/TkCmd/focus.htm
+share/doc/tcl85/TkCmd/focusNext.htm
+share/doc/tcl85/TkCmd/font.htm
+share/doc/tcl85/TkCmd/frame.htm
+share/doc/tcl85/TkCmd/getOpenFile.htm
+share/doc/tcl85/TkCmd/grab.htm
+share/doc/tcl85/TkCmd/grid.htm
+share/doc/tcl85/TkCmd/image.htm
+share/doc/tcl85/TkCmd/keysyms.htm
+share/doc/tcl85/TkCmd/label.htm
+share/doc/tcl85/TkCmd/labelframe.htm
+share/doc/tcl85/TkCmd/listbox.htm
+share/doc/tcl85/TkCmd/loadTk.htm
+share/doc/tcl85/TkCmd/lower.htm
+share/doc/tcl85/TkCmd/menu.htm
+share/doc/tcl85/TkCmd/menubutton.htm
+share/doc/tcl85/TkCmd/message.htm
+share/doc/tcl85/TkCmd/messageBox.htm
+share/doc/tcl85/TkCmd/option.htm
+share/doc/tcl85/TkCmd/optionMenu.htm
+share/doc/tcl85/TkCmd/options.htm
+share/doc/tcl85/TkCmd/pack.htm
+share/doc/tcl85/TkCmd/palette.htm
+share/doc/tcl85/TkCmd/panedwindow.htm
+share/doc/tcl85/TkCmd/photo.htm
+share/doc/tcl85/TkCmd/place.htm
+share/doc/tcl85/TkCmd/popup.htm
+share/doc/tcl85/TkCmd/radiobutton.htm
+share/doc/tcl85/TkCmd/raise.htm
+share/doc/tcl85/TkCmd/scale.htm
+share/doc/tcl85/TkCmd/scrollbar.htm
+share/doc/tcl85/TkCmd/selection.htm
+share/doc/tcl85/TkCmd/send.htm
+share/doc/tcl85/TkCmd/spinbox.htm
+share/doc/tcl85/TkCmd/text.htm
+share/doc/tcl85/TkCmd/tk.htm
+share/doc/tcl85/TkCmd/tkerror.htm
+share/doc/tcl85/TkCmd/tkvars.htm
+share/doc/tcl85/TkCmd/tkwait.htm
+share/doc/tcl85/TkCmd/toplevel.htm
+share/doc/tcl85/TkCmd/ttk_button.htm
+share/doc/tcl85/TkCmd/ttk_checkbutton.htm
+share/doc/tcl85/TkCmd/ttk_combobox.htm
+share/doc/tcl85/TkCmd/ttk_entry.htm
+share/doc/tcl85/TkCmd/ttk_frame.htm
+share/doc/tcl85/TkCmd/ttk_image.htm
+share/doc/tcl85/TkCmd/ttk_intro.htm
+share/doc/tcl85/TkCmd/ttk_label.htm
+share/doc/tcl85/TkCmd/ttk_labelframe.htm
+share/doc/tcl85/TkCmd/ttk_menubutton.htm
+share/doc/tcl85/TkCmd/ttk_notebook.htm
+share/doc/tcl85/TkCmd/ttk_panedwindow.htm
+share/doc/tcl85/TkCmd/ttk_progressbar.htm
+share/doc/tcl85/TkCmd/ttk_radiobutton.htm
+share/doc/tcl85/TkCmd/ttk_scale.htm
+share/doc/tcl85/TkCmd/ttk_scrollbar.htm
+share/doc/tcl85/TkCmd/ttk_separator.htm
+share/doc/tcl85/TkCmd/ttk_sizegrip.htm
+share/doc/tcl85/TkCmd/ttk_spinbox.htm
+share/doc/tcl85/TkCmd/ttk_style.htm
+share/doc/tcl85/TkCmd/ttk_treeview.htm
+share/doc/tcl85/TkCmd/ttk_vsapi.htm
+share/doc/tcl85/TkCmd/ttk_widget.htm
+share/doc/tcl85/TkCmd/winfo.htm
+share/doc/tcl85/TkCmd/wm.htm
+share/doc/tcl85/TkLib/3DBorder.htm
+share/doc/tcl85/TkLib/AddOption.htm
+share/doc/tcl85/TkLib/BindTable.htm
+share/doc/tcl85/TkLib/CanvPsY.htm
+share/doc/tcl85/TkLib/CanvTkwin.htm
+share/doc/tcl85/TkLib/CanvTxtInfo.htm
+share/doc/tcl85/TkLib/Clipboard.htm
+share/doc/tcl85/TkLib/ClrSelect.htm
+share/doc/tcl85/TkLib/ConfigWidg.htm
+share/doc/tcl85/TkLib/ConfigWind.htm
+share/doc/tcl85/TkLib/CoordToWin.htm
+share/doc/tcl85/TkLib/CrtCmHdlr.htm
+share/doc/tcl85/TkLib/CrtConsoleChan.htm
+share/doc/tcl85/TkLib/CrtErrHdlr.htm
+share/doc/tcl85/TkLib/CrtGenHdlr.htm
+share/doc/tcl85/TkLib/CrtImgType.htm
+share/doc/tcl85/TkLib/CrtItemType.htm
+share/doc/tcl85/TkLib/CrtPhImgFmt.htm
+share/doc/tcl85/TkLib/CrtSelHdlr.htm
+share/doc/tcl85/TkLib/CrtWindow.htm
+share/doc/tcl85/TkLib/DeleteImg.htm
+share/doc/tcl85/TkLib/DrawFocHlt.htm
+share/doc/tcl85/TkLib/EventHndlr.htm
+share/doc/tcl85/TkLib/FindPhoto.htm
+share/doc/tcl85/TkLib/FontId.htm
+share/doc/tcl85/TkLib/FreeXId.htm
+share/doc/tcl85/TkLib/GeomReq.htm
+share/doc/tcl85/TkLib/GetAnchor.htm
+share/doc/tcl85/TkLib/GetBitmap.htm
+share/doc/tcl85/TkLib/GetCapStyl.htm
+share/doc/tcl85/TkLib/GetClrmap.htm
+share/doc/tcl85/TkLib/GetColor.htm
+share/doc/tcl85/TkLib/GetCursor.htm
+share/doc/tcl85/TkLib/GetDash.htm
+share/doc/tcl85/TkLib/GetFont.htm
+share/doc/tcl85/TkLib/GetGC.htm
+share/doc/tcl85/TkLib/GetHINSTANCE.htm
+share/doc/tcl85/TkLib/GetHWND.htm
+share/doc/tcl85/TkLib/GetImage.htm
+share/doc/tcl85/TkLib/GetJoinStl.htm
+share/doc/tcl85/TkLib/GetJustify.htm
+share/doc/tcl85/TkLib/GetOption.htm
+share/doc/tcl85/TkLib/GetPixels.htm
+share/doc/tcl85/TkLib/GetPixmap.htm
+share/doc/tcl85/TkLib/GetRelief.htm
+share/doc/tcl85/TkLib/GetRootCrd.htm
+share/doc/tcl85/TkLib/GetScroll.htm
+share/doc/tcl85/TkLib/GetSelect.htm
+share/doc/tcl85/TkLib/GetUid.htm
+share/doc/tcl85/TkLib/GetVRoot.htm
+share/doc/tcl85/TkLib/GetVisual.htm
+share/doc/tcl85/TkLib/Grab.htm
+share/doc/tcl85/TkLib/HWNDToWindow.htm
+share/doc/tcl85/TkLib/HandleEvent.htm
+share/doc/tcl85/TkLib/IdToWindow.htm
+share/doc/tcl85/TkLib/ImgChanged.htm
+share/doc/tcl85/TkLib/Inactive.htm
+share/doc/tcl85/TkLib/InternAtom.htm
+share/doc/tcl85/TkLib/MainLoop.htm
+share/doc/tcl85/TkLib/MainWin.htm
+share/doc/tcl85/TkLib/MaintGeom.htm
+share/doc/tcl85/TkLib/ManageGeom.htm
+share/doc/tcl85/TkLib/MapWindow.htm
+share/doc/tcl85/TkLib/MeasureChar.htm
+share/doc/tcl85/TkLib/MoveToplev.htm
+share/doc/tcl85/TkLib/Name.htm
+share/doc/tcl85/TkLib/NameOfImg.htm
+share/doc/tcl85/TkLib/OwnSelect.htm
+share/doc/tcl85/TkLib/ParseArgv.htm
+share/doc/tcl85/TkLib/QWinEvent.htm
+share/doc/tcl85/TkLib/Restack.htm
+share/doc/tcl85/TkLib/RestrictEv.htm
+share/doc/tcl85/TkLib/SetAppName.htm
+share/doc/tcl85/TkLib/SetCaret.htm
+share/doc/tcl85/TkLib/SetClass.htm
+share/doc/tcl85/TkLib/SetClassProcs.htm
+share/doc/tcl85/TkLib/SetGrid.htm
+share/doc/tcl85/TkLib/SetOptions.htm
+share/doc/tcl85/TkLib/SetVisual.htm
+share/doc/tcl85/TkLib/StrictMotif.htm
+share/doc/tcl85/TkLib/TextLayout.htm
+share/doc/tcl85/TkLib/TkInitStubs.htm
+share/doc/tcl85/TkLib/Tk_Init.htm
+share/doc/tcl85/TkLib/Tk_Main.htm
+share/doc/tcl85/TkLib/WindowId.htm
+share/doc/tcl85/TkLib/contents.htm
+share/doc/tcl85/TkLib/ttk_Geometry.htm
+share/doc/tcl85/TkLib/ttk_Theme.htm
+share/doc/tcl85/UserCmd/contents.htm
+share/doc/tcl85/UserCmd/tclsh.htm
+share/doc/tcl85/UserCmd/wish.htm
 share/doc/tcl85/contents.htm
-share/doc/tcl85/UserCmd/wish.htm
-share/doc/tcl85/UserCmd/tclsh.htm
-share/doc/tcl85/UserCmd/contents.htm
-share/doc/tcl85/TkLib/contents.htm
-share/doc/tcl85/TkLib/WindowId.htm
-share/doc/tcl85/TkLib/Tk_Main.htm
-share/doc/tcl85/TkLib/Tk_Init.htm
-share/doc/tcl85/TkLib/TkInitStubs.htm
-share/doc/tcl85/TkLib/TextLayout.htm
-share/doc/tcl85/TkLib/StrictMotif.htm
-share/doc/tcl85/TkLib/SetVisual.htm
-share/doc/tcl85/TkLib/SetOptions.htm
-share/doc/tcl85/TkLib/SetGrid.htm
-share/doc/tcl85/TkLib/SetClassProcs.htm
-share/doc/tcl85/TkLib/SetClass.htm
-share/doc/tcl85/TkLib/SetCaret.htm
-share/doc/tcl85/TkLib/SetAppName.htm
-share/doc/tcl85/TkLib/RestrictEv.htm
-share/doc/tcl85/TkLib/Restack.htm
-share/doc/tcl85/TkLib/QWinEvent.htm
-share/doc/tcl85/TkLib/ParseArgv.htm
-share/doc/tcl85/TkLib/OwnSelect.htm
-share/doc/tcl85/TkLib/NameOfImg.htm
-share/doc/tcl85/TkLib/Name.htm
-share/doc/tcl85/TkLib/MoveToplev.htm
-share/doc/tcl85/TkLib/MeasureChar.htm
-share/doc/tcl85/TkLib/MapWindow.htm
-share/doc/tcl85/TkLib/ManageGeom.htm
-share/doc/tcl85/TkLib/MaintGeom.htm
-share/doc/tcl85/TkLib/MainWin.htm
-share/doc/tcl85/TkLib/MainLoop.htm
-share/doc/tcl85/TkLib/InternAtom.htm
-share/doc/tcl85/TkLib/ImgChanged.htm
-share/doc/tcl85/TkLib/IdToWindow.htm
-share/doc/tcl85/TkLib/HandleEvent.htm
-share/doc/tcl85/TkLib/HWNDToWindow.htm
-share/doc/tcl85/TkLib/Grab.htm
-share/doc/tcl85/TkLib/GetVisual.htm
-share/doc/tcl85/TkLib/GetVRoot.htm
-share/doc/tcl85/TkLib/GetUid.htm
-share/doc/tcl85/TkLib/GetSelect.htm
-share/doc/tcl85/TkLib/GetScroll.htm
-share/doc/tcl85/TkLib/GetRootCrd.htm
-share/doc/tcl85/TkLib/GetRelief.htm
-share/doc/tcl85/TkLib/GetPixmap.htm
-share/doc/tcl85/TkLib/GetPixels.htm
-share/doc/tcl85/TkLib/GetOption.htm
-share/doc/tcl85/TkLib/GetJustify.htm
-share/doc/tcl85/TkLib/GetJoinStl.htm
-share/doc/tcl85/TkLib/GetImage.htm
-share/doc/tcl85/TkLib/GetHWND.htm
-share/doc/tcl85/TkLib/GetHINSTANCE.htm
-share/doc/tcl85/TkLib/GetGC.htm
-share/doc/tcl85/TkLib/GetFont.htm
-share/doc/tcl85/TkLib/GetDash.htm
-share/doc/tcl85/TkLib/GetCursor.htm
-share/doc/tcl85/TkLib/GetColor.htm
-share/doc/tcl85/TkLib/GetClrmap.htm
-share/doc/tcl85/TkLib/GetCapStyl.htm
-share/doc/tcl85/TkLib/GetBitmap.htm
-share/doc/tcl85/TkLib/GetAnchor.htm
-share/doc/tcl85/TkLib/GeomReq.htm
-share/doc/tcl85/TkLib/FreeXId.htm
-share/doc/tcl85/TkLib/FontId.htm
-share/doc/tcl85/TkLib/FindPhoto.htm
-share/doc/tcl85/TkLib/EventHndlr.htm
-share/doc/tcl85/TkLib/DrawFocHlt.htm
-share/doc/tcl85/TkLib/DeleteImg.htm
-share/doc/tcl85/TkLib/CrtWindow.htm
-share/doc/tcl85/TkLib/CrtSelHdlr.htm
-share/doc/tcl85/TkLib/CrtPhImgFmt.htm
-share/doc/tcl85/TkLib/CrtItemType.htm
-share/doc/tcl85/TkLib/CrtImgType.htm
-share/doc/tcl85/TkLib/CrtGenHdlr.htm
-share/doc/tcl85/TkLib/CrtErrHdlr.htm
-share/doc/tcl85/TkLib/CrtCmHdlr.htm
-share/doc/tcl85/TkLib/CoordToWin.htm
-share/doc/tcl85/TkLib/ConfigWind.htm
-share/doc/tcl85/TkLib/ConfigWidg.htm
-share/doc/tcl85/TkLib/ClrSelect.htm
-share/doc/tcl85/TkLib/Clipboard.htm
-share/doc/tcl85/TkLib/CanvTxtInfo.htm
-share/doc/tcl85/TkLib/CanvTkwin.htm
-share/doc/tcl85/TkLib/CanvPsY.htm
-share/doc/tcl85/TkLib/BindTable.htm
-share/doc/tcl85/TkLib/AddOption.htm
-share/doc/tcl85/TkLib/3DBorder.htm
-share/doc/tcl85/TkCmd/wm.htm
-share/doc/tcl85/TkCmd/winfo.htm
-share/doc/tcl85/TkCmd/toplevel.htm
-share/doc/tcl85/TkCmd/tkwait.htm
-share/doc/tcl85/TkCmd/tkvars.htm
-share/doc/tcl85/TkCmd/tkerror.htm
-share/doc/tcl85/TkCmd/tk.htm
-share/doc/tcl85/TkCmd/text.htm
-share/doc/tcl85/TkCmd/spinbox.htm
-share/doc/tcl85/TkCmd/send.htm
-share/doc/tcl85/TkCmd/selection.htm
-share/doc/tcl85/TkCmd/scrollbar.htm
-share/doc/tcl85/TkCmd/scale.htm
-share/doc/tcl85/TkCmd/raise.htm
-share/doc/tcl85/TkCmd/radiobutton.htm
-share/doc/tcl85/TkCmd/popup.htm
-share/doc/tcl85/TkCmd/place.htm
-share/doc/tcl85/TkCmd/photo.htm
-share/doc/tcl85/TkCmd/panedwindow.htm
-share/doc/tcl85/TkCmd/palette.htm
-share/doc/tcl85/TkCmd/pack.htm
-share/doc/tcl85/TkCmd/options.htm
-share/doc/tcl85/TkCmd/optionMenu.htm
-share/doc/tcl85/TkCmd/option.htm
-share/doc/tcl85/TkCmd/messageBox.htm
-share/doc/tcl85/TkCmd/message.htm
-share/doc/tcl85/TkCmd/menubutton.htm
-share/doc/tcl85/TkCmd/menu.htm
-share/doc/tcl85/TkCmd/lower.htm
-share/doc/tcl85/TkCmd/loadTk.htm
-share/doc/tcl85/TkCmd/listbox.htm
-share/doc/tcl85/TkCmd/labelframe.htm
-share/doc/tcl85/TkCmd/label.htm
-share/doc/tcl85/TkCmd/keysyms.htm
-share/doc/tcl85/TkCmd/image.htm
-share/doc/tcl85/TkCmd/grid.htm
-share/doc/tcl85/TkCmd/grab.htm
-share/doc/tcl85/TkCmd/getOpenFile.htm
-share/doc/tcl85/TkCmd/frame.htm
-share/doc/tcl85/TkCmd/font.htm
-share/doc/tcl85/TkCmd/focusNext.htm
-share/doc/tcl85/TkCmd/focus.htm
-share/doc/tcl85/TkCmd/event.htm
-share/doc/tcl85/TkCmd/entry.htm
-share/doc/tcl85/TkCmd/dialog.htm
-share/doc/tcl85/TkCmd/destroy.htm
-share/doc/tcl85/TkCmd/cursors.htm
-share/doc/tcl85/TkCmd/contents.htm
-share/doc/tcl85/TkCmd/console.htm
-share/doc/tcl85/TkCmd/colors.htm
-share/doc/tcl85/TkCmd/clipboard.htm
-share/doc/tcl85/TkCmd/chooseDirectory.htm
-share/doc/tcl85/TkCmd/chooseColor.htm
-share/doc/tcl85/TkCmd/checkbutton.htm
-share/doc/tcl85/TkCmd/canvas.htm
-share/doc/tcl85/TkCmd/button.htm
-share/doc/tcl85/TkCmd/bitmap.htm
-share/doc/tcl85/TkCmd/bindtags.htm
-share/doc/tcl85/TkCmd/bind.htm
-share/doc/tcl85/TkCmd/bell.htm
-share/doc/tcl85/TclLib/contents.htm
-share/doc/tcl85/TclLib/WrongNumArgs.htm
-share/doc/tcl85/TclLib/Utf.htm
-share/doc/tcl85/TclLib/UpVar.htm
-share/doc/tcl85/TclLib/UniCharIsAlpha.htm
-share/doc/tcl85/TclLib/Translate.htm
-share/doc/tcl85/TclLib/TraceVar.htm
-share/doc/tcl85/TclLib/TraceCmd.htm
-share/doc/tcl85/TclLib/ToUpper.htm
-share/doc/tcl85/TclLib/Thread.htm
-share/doc/tcl85/TclLib/Tcl_Main.htm
-share/doc/tcl85/TclLib/TCL_MEM_DEBUG.htm
-share/doc/tcl85/TclLib/SubstObj.htm
-share/doc/tcl85/TclLib/StringObj.htm
-share/doc/tcl85/TclLib/StrMatch.htm
-share/doc/tcl85/TclLib/StdChannels.htm
-share/doc/tcl85/TclLib/StaticPkg.htm
-share/doc/tcl85/TclLib/SplitPath.htm
-share/doc/tcl85/TclLib/SplitList.htm
-share/doc/tcl85/TclLib/SourceRCFile.htm
-share/doc/tcl85/TclLib/Sleep.htm
-share/doc/tcl85/TclLib/Signal.htm
-share/doc/tcl85/TclLib/SetVar.htm
-share/doc/tcl85/TclLib/SetResult.htm
-share/doc/tcl85/TclLib/SetRecLmt.htm
-share/doc/tcl85/TclLib/SetErrno.htm
-share/doc/tcl85/TclLib/SaveResult.htm
-share/doc/tcl85/TclLib/RegExp.htm
-share/doc/tcl85/TclLib/RegConfig.htm
-share/doc/tcl85/TclLib/RecordEval.htm
-share/doc/tcl85/TclLib/RecEvalObj.htm
-share/doc/tcl85/TclLib/PrintDbl.htm
-share/doc/tcl85/TclLib/Preserve.htm
-share/doc/tcl85/TclLib/PkgRequire.htm
-share/doc/tcl85/TclLib/ParseCmd.htm
-share/doc/tcl85/TclLib/Panic.htm
-share/doc/tcl85/TclLib/OpenTcp.htm
-share/doc/tcl85/TclLib/OpenFileChnl.htm
-share/doc/tcl85/TclLib/ObjectType.htm
-share/doc/tcl85/TclLib/Object.htm
-share/doc/tcl85/TclLib/Notifier.htm
-share/doc/tcl85/TclLib/Namespace.htm
-share/doc/tcl85/TclLib/Macintosh.htm
-share/doc/tcl85/TclLib/ListObj.htm
-share/doc/tcl85/TclLib/LinkVar.htm
-share/doc/tcl85/TclLib/Interp.htm
-share/doc/tcl85/TclLib/IntObj.htm
-share/doc/tcl85/TclLib/InitStubs.htm
-share/doc/tcl85/TclLib/Init.htm
-share/doc/tcl85/TclLib/Hash.htm
-share/doc/tcl85/TclLib/GetVersion.htm
-share/doc/tcl85/TclLib/GetTime.htm
-share/doc/tcl85/TclLib/GetStdChan.htm
-share/doc/tcl85/TclLib/GetOpnFl.htm
-share/doc/tcl85/TclLib/GetInt.htm
-share/doc/tcl85/TclLib/GetIndex.htm
-share/doc/tcl85/TclLib/GetHostName.htm
-share/doc/tcl85/TclLib/GetCwd.htm
-share/doc/tcl85/TclLib/FindExec.htm
-share/doc/tcl85/TclLib/FileSystem.htm
-share/doc/tcl85/TclLib/ExprLongObj.htm
-share/doc/tcl85/TclLib/ExprLong.htm
-share/doc/tcl85/TclLib/Exit.htm
-share/doc/tcl85/TclLib/Eval.htm
-share/doc/tcl85/TclLib/Environment.htm
-share/doc/tcl85/TclLib/Encoding.htm
-share/doc/tcl85/TclLib/DumpActiveMemory.htm
-share/doc/tcl85/TclLib/DoubleObj.htm
-share/doc/tcl85/TclLib/DoWhenIdle.htm
-share/doc/tcl85/TclLib/DoOneEvent.htm
-share/doc/tcl85/TclLib/DictObj.htm
-share/doc/tcl85/TclLib/DetachPids.htm
-share/doc/tcl85/TclLib/DString.htm
-share/doc/tcl85/TclLib/CrtTrace.htm
-share/doc/tcl85/TclLib/CrtTimerHdlr.htm
-share/doc/tcl85/TclLib/CrtSlave.htm
-share/doc/tcl85/TclLib/CrtObjCmd.htm
-share/doc/tcl85/TclLib/CrtMathFnc.htm
-share/doc/tcl85/TclLib/CrtInterp.htm
-share/doc/tcl85/TclLib/CrtFileHdlr.htm
-share/doc/tcl85/TclLib/CrtCommand.htm
-share/doc/tcl85/TclLib/CrtCloseHdlr.htm
-share/doc/tcl85/TclLib/CrtChnlHdlr.htm
-share/doc/tcl85/TclLib/CrtChannel.htm
-share/doc/tcl85/TclLib/Concat.htm
-share/doc/tcl85/TclLib/CmdCmplt.htm
-share/doc/tcl85/TclLib/ChnlStack.htm
-share/doc/tcl85/TclLib/CallDel.htm
-share/doc/tcl85/TclLib/ByteArrObj.htm
-share/doc/tcl85/TclLib/BoolObj.htm
-share/doc/tcl85/TclLib/Backslash.htm
-share/doc/tcl85/TclLib/BackgdErr.htm
-share/doc/tcl85/TclLib/Async.htm
-share/doc/tcl85/TclLib/AssocData.htm
-share/doc/tcl85/TclLib/AppInit.htm
-share/doc/tcl85/TclLib/AllowExc.htm
-share/doc/tcl85/TclLib/Alloc.htm
-share/doc/tcl85/TclLib/AddErrInfo.htm
-share/doc/tcl85/TclLib/Access.htm
-share/doc/tcl85/TclCmd/while.htm
-share/doc/tcl85/TclCmd/vwait.htm
-share/doc/tcl85/TclCmd/variable.htm
-share/doc/tcl85/TclCmd/upvar.htm
-share/doc/tcl85/TclCmd/uplevel.htm
-share/doc/tcl85/TclCmd/update.htm
-share/doc/tcl85/TclCmd/unset.htm
-share/doc/tcl85/TclCmd/unload.htm
-share/doc/tcl85/TclCmd/unknown.htm
-share/doc/tcl85/TclCmd/trace.htm
-share/doc/tcl85/TclCmd/time.htm
-share/doc/tcl85/TclCmd/tell.htm
-share/doc/tcl85/TclCmd/tclvars.htm
-share/doc/tcl85/TclCmd/tcltest.htm
-share/doc/tcl85/TclCmd/switch.htm
-share/doc/tcl85/TclCmd/subst.htm
-share/doc/tcl85/TclCmd/string.htm
-share/doc/tcl85/TclCmd/split.htm
-share/doc/tcl85/TclCmd/source.htm
-share/doc/tcl85/TclCmd/socket.htm
-share/doc/tcl85/TclCmd/set.htm
-share/doc/tcl85/TclCmd/seek.htm
-share/doc/tcl85/TclCmd/scan.htm
-share/doc/tcl85/TclCmd/safe.htm
-share/doc/tcl85/TclCmd/return.htm
-share/doc/tcl85/TclCmd/resource.htm
-share/doc/tcl85/TclCmd/rename.htm
-share/doc/tcl85/TclCmd/regsub.htm
-share/doc/tcl85/TclCmd/registry.htm
-share/doc/tcl85/TclCmd/regexp.htm
-share/doc/tcl85/TclCmd/read.htm
-share/doc/tcl85/TclCmd/re_syntax.htm
-share/doc/tcl85/TclCmd/pwd.htm
-share/doc/tcl85/TclCmd/puts.htm
-share/doc/tcl85/TclCmd/proc.htm
-share/doc/tcl85/TclCmd/pkgMkIndex.htm
-share/doc/tcl85/TclCmd/pid.htm
-share/doc/tcl85/TclCmd/packagens.htm
-share/doc/tcl85/TclCmd/package.htm
-share/doc/tcl85/TclCmd/open.htm
-share/doc/tcl85/TclCmd/namespace.htm
-share/doc/tcl85/TclCmd/msgcat.htm
-share/doc/tcl85/TclCmd/memory.htm
-share/doc/tcl85/TclCmd/lsort.htm
-share/doc/tcl85/TclCmd/lset.htm
-share/doc/tcl85/TclCmd/lsearch.htm
-share/doc/tcl85/TclCmd/lreplace.htm
-share/doc/tcl85/TclCmd/lrepeat.htm
-share/doc/tcl85/TclCmd/lrange.htm
-share/doc/tcl85/TclCmd/load.htm
-share/doc/tcl85/TclCmd/llength.htm
-share/doc/tcl85/TclCmd/list.htm
-share/doc/tcl85/TclCmd/linsert.htm
-share/doc/tcl85/TclCmd/lindex.htm
-share/doc/tcl85/TclCmd/library.htm
-share/doc/tcl85/TclCmd/lassign.htm
-share/doc/tcl85/TclCmd/lappend.htm
-share/doc/tcl85/TclCmd/join.htm
-share/doc/tcl85/TclCmd/interp.htm
-share/doc/tcl85/TclCmd/info.htm
-share/doc/tcl85/TclCmd/incr.htm
-share/doc/tcl85/TclCmd/if.htm
-share/doc/tcl85/TclCmd/http.htm
-share/doc/tcl85/TclCmd/history.htm
-share/doc/tcl85/TclCmd/global.htm
-share/doc/tcl85/TclCmd/glob.htm
-share/doc/tcl85/TclCmd/gets.htm
-share/doc/tcl85/TclCmd/format.htm
-share/doc/tcl85/TclCmd/foreach.htm
-share/doc/tcl85/TclCmd/for.htm
-share/doc/tcl85/TclCmd/flush.htm
-share/doc/tcl85/TclCmd/filename.htm
-share/doc/tcl85/TclCmd/fileevent.htm
-share/doc/tcl85/TclCmd/file.htm
-share/doc/tcl85/TclCmd/fcopy.htm
-share/doc/tcl85/TclCmd/fconfigure.htm
-share/doc/tcl85/TclCmd/fblocked.htm
-share/doc/tcl85/TclCmd/expr.htm
-share/doc/tcl85/TclCmd/exit.htm
-share/doc/tcl85/TclCmd/exec.htm
-share/doc/tcl85/TclCmd/eval.htm
-share/doc/tcl85/TclCmd/error.htm
-share/doc/tcl85/TclCmd/eof.htm
-share/doc/tcl85/TclCmd/encoding.htm
-share/doc/tcl85/TclCmd/dict.htm
-share/doc/tcl85/TclCmd/dde.htm
-share/doc/tcl85/TclCmd/continue.htm
-share/doc/tcl85/TclCmd/contents.htm
-share/doc/tcl85/TclCmd/concat.htm
-share/doc/tcl85/TclCmd/close.htm
-share/doc/tcl85/TclCmd/clock.htm
-share/doc/tcl85/TclCmd/cd.htm
-share/doc/tcl85/TclCmd/catch.htm
-share/doc/tcl85/TclCmd/break.htm
-share/doc/tcl85/TclCmd/binary.htm
-share/doc/tcl85/TclCmd/bgerror.htm
-share/doc/tcl85/TclCmd/array.htm
-share/doc/tcl85/TclCmd/append.htm
-share/doc/tcl85/TclCmd/after.htm
-share/doc/tcl85/TclCmd/Tcl.htm
-share/doc/tcl85/Keywords/contents.htm
-share/doc/tcl85/Keywords/Z.htm
-share/doc/tcl85/Keywords/Y.htm
-share/doc/tcl85/Keywords/X.htm
-share/doc/tcl85/Keywords/W.htm
-share/doc/tcl85/Keywords/V.htm
-share/doc/tcl85/Keywords/U.htm
-share/doc/tcl85/Keywords/T.htm
-share/doc/tcl85/Keywords/S.htm
-share/doc/tcl85/Keywords/R.htm
-share/doc/tcl85/Keywords/Q.htm
-share/doc/tcl85/Keywords/P.htm
-share/doc/tcl85/Keywords/O.htm
-share/doc/tcl85/Keywords/N.htm
-share/doc/tcl85/Keywords/M.htm
-share/doc/tcl85/Keywords/L.htm
-share/doc/tcl85/Keywords/K.htm
-share/doc/tcl85/Keywords/J.htm
-share/doc/tcl85/Keywords/I.htm
-share/doc/tcl85/Keywords/H.htm
-share/doc/tcl85/Keywords/G.htm
-share/doc/tcl85/Keywords/F.htm
-share/doc/tcl85/Keywords/E.htm
-share/doc/tcl85/Keywords/D.htm
-share/doc/tcl85/Keywords/C.htm
-share/doc/tcl85/Keywords/B.htm
-share/doc/tcl85/Keywords/A.htm
-share/doc/tcl84/contents.htm
-share/doc/tcl84/UserCmd/wish.htm
-share/doc/tcl84/UserCmd/tclsh.htm
-share/doc/tcl84/UserCmd/contents.htm
-share/doc/tcl84/TkLib/contents.htm
-share/doc/tcl84/TkLib/WindowId.htm
-share/doc/tcl84/TkLib/Tk_Main.htm
-share/doc/tcl84/TkLib/Tk_Init.htm
-share/doc/tcl84/TkLib/TkInitStubs.htm
-share/doc/tcl84/TkLib/TextLayout.htm
-share/doc/tcl84/TkLib/StrictMotif.htm
-share/doc/tcl84/TkLib/SetVisual.htm
-share/doc/tcl84/TkLib/SetOptions.htm
-share/doc/tcl84/TkLib/SetGrid.htm
-share/doc/tcl84/TkLib/SetClassProcs.htm
-share/doc/tcl84/TkLib/SetClass.htm
-share/doc/tcl84/TkLib/SetCaret.htm
-share/doc/tcl84/TkLib/SetAppName.htm
-share/doc/tcl84/TkLib/RestrictEv.htm
-share/doc/tcl84/TkLib/Restack.htm
-share/doc/tcl84/TkLib/QWinEvent.htm
-share/doc/tcl84/TkLib/ParseArgv.htm
-share/doc/tcl84/TkLib/OwnSelect.htm
-share/doc/tcl84/TkLib/NameOfImg.htm
-share/doc/tcl84/TkLib/Name.htm
-share/doc/tcl84/TkLib/MoveToplev.htm
-share/doc/tcl84/TkLib/MeasureChar.htm
-share/doc/tcl84/TkLib/MapWindow.htm
-share/doc/tcl84/TkLib/ManageGeom.htm
-share/doc/tcl84/TkLib/MaintGeom.htm
-share/doc/tcl84/TkLib/MainWin.htm
-share/doc/tcl84/TkLib/MainLoop.htm
-share/doc/tcl84/TkLib/InternAtom.htm
-share/doc/tcl84/TkLib/ImgChanged.htm
-share/doc/tcl84/TkLib/IdToWindow.htm
-share/doc/tcl84/TkLib/HandleEvent.htm
-share/doc/tcl84/TkLib/HWNDToWindow.htm
-share/doc/tcl84/TkLib/Grab.htm
-share/doc/tcl84/TkLib/GetVisual.htm
-share/doc/tcl84/TkLib/GetVRoot.htm
-share/doc/tcl84/TkLib/GetUid.htm
-share/doc/tcl84/TkLib/GetSelect.htm
-share/doc/tcl84/TkLib/GetScroll.htm
-share/doc/tcl84/TkLib/GetRootCrd.htm
-share/doc/tcl84/TkLib/GetRelief.htm
-share/doc/tcl84/TkLib/GetPixmap.htm
-share/doc/tcl84/TkLib/GetPixels.htm
-share/doc/tcl84/TkLib/GetOption.htm
-share/doc/tcl84/TkLib/GetJustify.htm
-share/doc/tcl84/TkLib/GetJoinStl.htm
-share/doc/tcl84/TkLib/GetImage.htm
-share/doc/tcl84/TkLib/GetHWND.htm
-share/doc/tcl84/TkLib/GetHINSTANCE.htm
-share/doc/tcl84/TkLib/GetGC.htm
-share/doc/tcl84/TkLib/GetFont.htm
-share/doc/tcl84/TkLib/GetDash.htm
-share/doc/tcl84/TkLib/GetCursor.htm
-share/doc/tcl84/TkLib/GetColor.htm
-share/doc/tcl84/TkLib/GetClrmap.htm
-share/doc/tcl84/TkLib/GetCapStyl.htm
-share/doc/tcl84/TkLib/GetBitmap.htm
-share/doc/tcl84/TkLib/GetAnchor.htm
-share/doc/tcl84/TkLib/GeomReq.htm
-share/doc/tcl84/TkLib/FreeXId.htm
-share/doc/tcl84/TkLib/FontId.htm
-share/doc/tcl84/TkLib/FindPhoto.htm
-share/doc/tcl84/TkLib/EventHndlr.htm
-share/doc/tcl84/TkLib/DrawFocHlt.htm
-share/doc/tcl84/TkLib/DeleteImg.htm
-share/doc/tcl84/TkLib/CrtWindow.htm
-share/doc/tcl84/TkLib/CrtSelHdlr.htm
-share/doc/tcl84/TkLib/CrtPhImgFmt.htm
-share/doc/tcl84/TkLib/CrtItemType.htm
-share/doc/tcl84/TkLib/CrtImgType.htm
-share/doc/tcl84/TkLib/CrtGenHdlr.htm
-share/doc/tcl84/TkLib/CrtErrHdlr.htm
-share/doc/tcl84/TkLib/CrtCmHdlr.htm
-share/doc/tcl84/TkLib/CoordToWin.htm
-share/doc/tcl84/TkLib/ConfigWind.htm
-share/doc/tcl84/TkLib/ConfigWidg.htm
-share/doc/tcl84/TkLib/ClrSelect.htm
-share/doc/tcl84/TkLib/Clipboard.htm
-share/doc/tcl84/TkLib/CanvTxtInfo.htm
-share/doc/tcl84/TkLib/CanvTkwin.htm
-share/doc/tcl84/TkLib/CanvPsY.htm
-share/doc/tcl84/TkLib/BindTable.htm
-share/doc/tcl84/TkLib/AddOption.htm
-share/doc/tcl84/TkLib/3DBorder.htm
-share/doc/tcl84/TkCmd/wm.htm
-share/doc/tcl84/TkCmd/winfo.htm
-share/doc/tcl84/TkCmd/toplevel.htm
-share/doc/tcl84/TkCmd/tkwait.htm
-share/doc/tcl84/TkCmd/tkvars.htm
-share/doc/tcl84/TkCmd/tkerror.htm
-share/doc/tcl84/TkCmd/tk.htm
-share/doc/tcl84/TkCmd/text.htm
-share/doc/tcl84/TkCmd/spinbox.htm
-share/doc/tcl84/TkCmd/send.htm
-share/doc/tcl84/TkCmd/selection.htm
-share/doc/tcl84/TkCmd/scrollbar.htm
-share/doc/tcl84/TkCmd/scale.htm
-share/doc/tcl84/TkCmd/raise.htm
-share/doc/tcl84/TkCmd/radiobutton.htm
-share/doc/tcl84/TkCmd/popup.htm
-share/doc/tcl84/TkCmd/place.htm
-share/doc/tcl84/TkCmd/photo.htm
-share/doc/tcl84/TkCmd/panedwindow.htm
-share/doc/tcl84/TkCmd/palette.htm
-share/doc/tcl84/TkCmd/pack.htm
-share/doc/tcl84/TkCmd/options.htm
-share/doc/tcl84/TkCmd/optionMenu.htm
-share/doc/tcl84/TkCmd/option.htm
-share/doc/tcl84/TkCmd/messageBox.htm
-share/doc/tcl84/TkCmd/message.htm
-share/doc/tcl84/TkCmd/menubutton.htm
-share/doc/tcl84/TkCmd/menu.htm
-share/doc/tcl84/TkCmd/lower.htm
-share/doc/tcl84/TkCmd/loadTk.htm
-share/doc/tcl84/TkCmd/listbox.htm
-share/doc/tcl84/TkCmd/labelframe.htm
-share/doc/tcl84/TkCmd/label.htm
-share/doc/tcl84/TkCmd/keysyms.htm
-share/doc/tcl84/TkCmd/image.htm
-share/doc/tcl84/TkCmd/grid.htm
-share/doc/tcl84/TkCmd/grab.htm
-share/doc/tcl84/TkCmd/getOpenFile.htm
-share/doc/tcl84/TkCmd/frame.htm
-share/doc/tcl84/TkCmd/font.htm
-share/doc/tcl84/TkCmd/focusNext.htm
-share/doc/tcl84/TkCmd/focus.htm
-share/doc/tcl84/TkCmd/event.htm
-share/doc/tcl84/TkCmd/entry.htm
-share/doc/tcl84/TkCmd/dialog.htm
-share/doc/tcl84/TkCmd/destroy.htm
-share/doc/tcl84/TkCmd/cursors.htm
-share/doc/tcl84/TkCmd/contents.htm
-share/doc/tcl84/TkCmd/console.htm
-share/doc/tcl84/TkCmd/colors.htm
-share/doc/tcl84/TkCmd/clipboard.htm
-share/doc/tcl84/TkCmd/chooseDirectory.htm
-share/doc/tcl84/TkCmd/chooseColor.htm
-share/doc/tcl84/TkCmd/checkbutton.htm
-share/doc/tcl84/TkCmd/canvas.htm
-share/doc/tcl84/TkCmd/button.htm
-share/doc/tcl84/TkCmd/bitmap.htm
-share/doc/tcl84/TkCmd/bindtags.htm
-share/doc/tcl84/TkCmd/bind.htm
-share/doc/tcl84/TkCmd/bell.htm
-share/doc/tcl84/TclLib/contents.htm
-share/doc/tcl84/TclLib/WrongNumArgs.htm
-share/doc/tcl84/TclLib/Utf.htm
-share/doc/tcl84/TclLib/UpVar.htm
-share/doc/tcl84/TclLib/UniCharIsAlpha.htm
-share/doc/tcl84/TclLib/Translate.htm
-share/doc/tcl84/TclLib/TraceVar.htm
-share/doc/tcl84/TclLib/TraceCmd.htm
-share/doc/tcl84/TclLib/ToUpper.htm
-share/doc/tcl84/TclLib/Thread.htm
-share/doc/tcl84/TclLib/Tcl_Main.htm
-share/doc/tcl84/TclLib/TCL_MEM_DEBUG.htm
-share/doc/tcl84/TclLib/SubstObj.htm
-share/doc/tcl84/TclLib/StringObj.htm
-share/doc/tcl84/TclLib/StrMatch.htm
-share/doc/tcl84/TclLib/StdChannels.htm
-share/doc/tcl84/TclLib/StaticPkg.htm
-share/doc/tcl84/TclLib/SplitPath.htm
-share/doc/tcl84/TclLib/SplitList.htm
-share/doc/tcl84/TclLib/SourceRCFile.htm
-share/doc/tcl84/TclLib/Sleep.htm
-share/doc/tcl84/TclLib/Signal.htm
-share/doc/tcl84/TclLib/SetVar.htm
-share/doc/tcl84/TclLib/SetResult.htm
-share/doc/tcl84/TclLib/SetRecLmt.htm
-share/doc/tcl84/TclLib/SetErrno.htm
-share/doc/tcl84/TclLib/SaveResult.htm
-share/doc/tcl84/TclLib/RegExp.htm
-share/doc/tcl84/TclLib/RecordEval.htm
-share/doc/tcl84/TclLib/RecEvalObj.htm
-share/doc/tcl84/TclLib/PrintDbl.htm
-share/doc/tcl84/TclLib/Preserve.htm
-share/doc/tcl84/TclLib/PkgRequire.htm
-share/doc/tcl84/TclLib/ParseCmd.htm
-share/doc/tcl84/TclLib/Panic.htm
-share/doc/tcl84/TclLib/OpenTcp.htm
-share/doc/tcl84/TclLib/OpenFileChnl.htm
-share/doc/tcl84/TclLib/ObjectType.htm
-share/doc/tcl84/TclLib/Object.htm
-share/doc/tcl84/TclLib/Notifier.htm
-share/doc/tcl84/TclLib/Macintosh.htm
-share/doc/tcl84/TclLib/ListObj.htm
-share/doc/tcl84/TclLib/LinkVar.htm
-share/doc/tcl84/TclLib/Interp.htm
-share/doc/tcl84/TclLib/IntObj.htm
-share/doc/tcl84/TclLib/InitStubs.htm
-share/doc/tcl84/TclLib/Init.htm
-share/doc/tcl84/TclLib/Hash.htm
-share/doc/tcl84/TclLib/GetVersion.htm
-share/doc/tcl84/TclLib/GetTime.htm
-share/doc/tcl84/TclLib/GetStdChan.htm
-share/doc/tcl84/TclLib/GetOpnFl.htm
-share/doc/tcl84/TclLib/GetInt.htm
-share/doc/tcl84/TclLib/GetIndex.htm
-share/doc/tcl84/TclLib/GetHostName.htm
-share/doc/tcl84/TclLib/GetCwd.htm
-share/doc/tcl84/TclLib/FindExec.htm
-share/doc/tcl84/TclLib/FileSystem.htm
-share/doc/tcl84/TclLib/ExprLongObj.htm
-share/doc/tcl84/TclLib/ExprLong.htm
-share/doc/tcl84/TclLib/Exit.htm
-share/doc/tcl84/TclLib/Eval.htm
-share/doc/tcl84/TclLib/Environment.htm
-share/doc/tcl84/TclLib/Encoding.htm
-share/doc/tcl84/TclLib/DumpActiveMemory.htm
-share/doc/tcl84/TclLib/DoubleObj.htm
-share/doc/tcl84/TclLib/DoWhenIdle.htm
-share/doc/tcl84/TclLib/DoOneEvent.htm
-share/doc/tcl84/TclLib/DetachPids.htm
-share/doc/tcl84/TclLib/DString.htm
-share/doc/tcl84/TclLib/CrtTrace.htm
-share/doc/tcl84/TclLib/CrtTimerHdlr.htm
-share/doc/tcl84/TclLib/CrtSlave.htm
-share/doc/tcl84/TclLib/CrtObjCmd.htm
-share/doc/tcl84/TclLib/CrtMathFnc.htm
-share/doc/tcl84/TclLib/CrtInterp.htm
-share/doc/tcl84/TclLib/CrtFileHdlr.htm
-share/doc/tcl84/TclLib/CrtCommand.htm
-share/doc/tcl84/TclLib/CrtCloseHdlr.htm
-share/doc/tcl84/TclLib/CrtChnlHdlr.htm
-share/doc/tcl84/TclLib/CrtChannel.htm
-share/doc/tcl84/TclLib/Concat.htm
-share/doc/tcl84/TclLib/CmdCmplt.htm
-share/doc/tcl84/TclLib/ChnlStack.htm
-share/doc/tcl84/TclLib/CallDel.htm
-share/doc/tcl84/TclLib/ByteArrObj.htm
-share/doc/tcl84/TclLib/BoolObj.htm
-share/doc/tcl84/TclLib/Backslash.htm
-share/doc/tcl84/TclLib/BackgdErr.htm
-share/doc/tcl84/TclLib/Async.htm
-share/doc/tcl84/TclLib/AssocData.htm
-share/doc/tcl84/TclLib/AppInit.htm
-share/doc/tcl84/TclLib/AllowExc.htm
-share/doc/tcl84/TclLib/Alloc.htm
-share/doc/tcl84/TclLib/AddErrInfo.htm
-share/doc/tcl84/TclLib/Access.htm
-share/doc/tcl84/TclCmd/while.htm
-share/doc/tcl84/TclCmd/vwait.htm
-share/doc/tcl84/TclCmd/variable.htm
-share/doc/tcl84/TclCmd/upvar.htm
-share/doc/tcl84/TclCmd/uplevel.htm
-share/doc/tcl84/TclCmd/update.htm
-share/doc/tcl84/TclCmd/unset.htm
-share/doc/tcl84/TclCmd/unknown.htm
-share/doc/tcl84/TclCmd/trace.htm
-share/doc/tcl84/TclCmd/time.htm
-share/doc/tcl84/TclCmd/tell.htm
-share/doc/tcl84/TclCmd/tclvars.htm
-share/doc/tcl84/TclCmd/tcltest.htm
-share/doc/tcl84/TclCmd/switch.htm
-share/doc/tcl84/TclCmd/subst.htm
-share/doc/tcl84/TclCmd/string.htm
-share/doc/tcl84/TclCmd/split.htm
-share/doc/tcl84/TclCmd/source.htm
-share/doc/tcl84/TclCmd/socket.htm
-share/doc/tcl84/TclCmd/set.htm
-share/doc/tcl84/TclCmd/seek.htm
-share/doc/tcl84/TclCmd/scan.htm
-share/doc/tcl84/TclCmd/safe.htm
-share/doc/tcl84/TclCmd/return.htm
-share/doc/tcl84/TclCmd/resource.htm
-share/doc/tcl84/TclCmd/rename.htm
-share/doc/tcl84/TclCmd/regsub.htm
-share/doc/tcl84/TclCmd/registry.htm
-share/doc/tcl84/TclCmd/regexp.htm
-share/doc/tcl84/TclCmd/read.htm
-share/doc/tcl84/TclCmd/re_syntax.htm
-share/doc/tcl84/TclCmd/pwd.htm
-share/doc/tcl84/TclCmd/puts.htm
-share/doc/tcl84/TclCmd/proc.htm
-share/doc/tcl84/TclCmd/pkgMkIndex.htm
-share/doc/tcl84/TclCmd/pid.htm
-share/doc/tcl84/TclCmd/packagens.htm
-share/doc/tcl84/TclCmd/package.htm
-share/doc/tcl84/TclCmd/open.htm
-share/doc/tcl84/TclCmd/namespace.htm
-share/doc/tcl84/TclCmd/msgcat.htm
-share/doc/tcl84/TclCmd/memory.htm
-share/doc/tcl84/TclCmd/lsort.htm
-share/doc/tcl84/TclCmd/lset.htm
-share/doc/tcl84/TclCmd/lsearch.htm
-share/doc/tcl84/TclCmd/lreplace.htm
-share/doc/tcl84/TclCmd/lrange.htm
-share/doc/tcl84/TclCmd/load.htm
-share/doc/tcl84/TclCmd/llength.htm
-share/doc/tcl84/TclCmd/list.htm
-share/doc/tcl84/TclCmd/linsert.htm
-share/doc/tcl84/TclCmd/lindex.htm
-share/doc/tcl84/TclCmd/library.htm
-share/doc/tcl84/TclCmd/lappend.htm
-share/doc/tcl84/TclCmd/join.htm
-share/doc/tcl84/TclCmd/interp.htm
-share/doc/tcl84/TclCmd/info.htm
-share/doc/tcl84/TclCmd/incr.htm
-share/doc/tcl84/TclCmd/if.htm
-share/doc/tcl84/TclCmd/http.htm
-share/doc/tcl84/TclCmd/history.htm
-share/doc/tcl84/TclCmd/global.htm
-share/doc/tcl84/TclCmd/glob.htm
-share/doc/tcl84/TclCmd/gets.htm
-share/doc/tcl84/TclCmd/format.htm
-share/doc/tcl84/TclCmd/foreach.htm
-share/doc/tcl84/TclCmd/for.htm
-share/doc/tcl84/TclCmd/flush.htm
-share/doc/tcl84/TclCmd/filename.htm
-share/doc/tcl84/TclCmd/fileevent.htm
-share/doc/tcl84/TclCmd/file.htm
-share/doc/tcl84/TclCmd/fcopy.htm
-share/doc/tcl84/TclCmd/fconfigure.htm
-share/doc/tcl84/TclCmd/fblocked.htm
-share/doc/tcl84/TclCmd/expr.htm
-share/doc/tcl84/TclCmd/exit.htm
-share/doc/tcl84/TclCmd/exec.htm
-share/doc/tcl84/TclCmd/eval.htm
-share/doc/tcl84/TclCmd/error.htm
-share/doc/tcl84/TclCmd/eof.htm
-share/doc/tcl84/TclCmd/encoding.htm
-share/doc/tcl84/TclCmd/dde.htm
-share/doc/tcl84/TclCmd/continue.htm
-share/doc/tcl84/TclCmd/contents.htm
-share/doc/tcl84/TclCmd/concat.htm
-share/doc/tcl84/TclCmd/close.htm
-share/doc/tcl84/TclCmd/clock.htm
-share/doc/tcl84/TclCmd/cd.htm
-share/doc/tcl84/TclCmd/catch.htm
-share/doc/tcl84/TclCmd/break.htm
-share/doc/tcl84/TclCmd/binary.htm
-share/doc/tcl84/TclCmd/bgerror.htm
-share/doc/tcl84/TclCmd/array.htm
-share/doc/tcl84/TclCmd/append.htm
-share/doc/tcl84/TclCmd/after.htm
-share/doc/tcl84/TclCmd/Tcl.htm
-share/doc/tcl84/Keywords/contents.htm
-share/doc/tcl84/Keywords/Z.htm
-share/doc/tcl84/Keywords/Y.htm
-share/doc/tcl84/Keywords/X.htm
-share/doc/tcl84/Keywords/W.htm
-share/doc/tcl84/Keywords/V.htm
-share/doc/tcl84/Keywords/U.htm
-share/doc/tcl84/Keywords/T.htm
-share/doc/tcl84/Keywords/S.htm
-share/doc/tcl84/Keywords/R.htm
-share/doc/tcl84/Keywords/Q.htm
-share/doc/tcl84/Keywords/P.htm
-share/doc/tcl84/Keywords/O.htm
-share/doc/tcl84/Keywords/N.htm
-share/doc/tcl84/Keywords/M.htm
-share/doc/tcl84/Keywords/L.htm
-share/doc/tcl84/Keywords/K.htm
-share/doc/tcl84/Keywords/J.htm
-share/doc/tcl84/Keywords/I.htm
-share/doc/tcl84/Keywords/H.htm
-share/doc/tcl84/Keywords/G.htm
-share/doc/tcl84/Keywords/F.htm
-share/doc/tcl84/Keywords/E.htm
-share/doc/tcl84/Keywords/D.htm
-share/doc/tcl84/Keywords/C.htm
-share/doc/tcl84/Keywords/B.htm
-share/doc/tcl84/Keywords/A.htm
-share/doc/tcl83/contents.htm
-share/doc/tcl83/UserCmd/wish.htm
-share/doc/tcl83/UserCmd/tclsh.htm
-share/doc/tcl83/UserCmd/contents.htm
-share/doc/tcl83/TkLib/contents.htm
-share/doc/tcl83/TkLib/WindowId.htm
-share/doc/tcl83/TkLib/Tk_Main.htm
-share/doc/tcl83/TkLib/Tk_Init.htm
-share/doc/tcl83/TkLib/TkInitStubs.htm
-share/doc/tcl83/TkLib/TextLayout.htm
-share/doc/tcl83/TkLib/StrictMotif.htm
-share/doc/tcl83/TkLib/SetVisual.htm
-share/doc/tcl83/TkLib/SetOptions.htm
-share/doc/tcl83/TkLib/SetGrid.htm
-share/doc/tcl83/TkLib/SetClass.htm
-share/doc/tcl83/TkLib/SetAppName.htm
-share/doc/tcl83/TkLib/RestrictEv.htm
-share/doc/tcl83/TkLib/Restack.htm
-share/doc/tcl83/TkLib/QWinEvent.htm
-share/doc/tcl83/TkLib/ParseArgv.htm
-share/doc/tcl83/TkLib/OwnSelect.htm
-share/doc/tcl83/TkLib/NameOfImg.htm
-share/doc/tcl83/TkLib/Name.htm
-share/doc/tcl83/TkLib/MoveToplev.htm
-share/doc/tcl83/TkLib/MeasureChar.htm
-share/doc/tcl83/TkLib/MapWindow.htm
-share/doc/tcl83/TkLib/ManageGeom.htm
-share/doc/tcl83/TkLib/MaintGeom.htm
-share/doc/tcl83/TkLib/MainWin.htm
-share/doc/tcl83/TkLib/MainLoop.htm
-share/doc/tcl83/TkLib/InternAtom.htm
-share/doc/tcl83/TkLib/ImgChanged.htm
-share/doc/tcl83/TkLib/IdToWindow.htm
-share/doc/tcl83/TkLib/HandleEvent.htm
-share/doc/tcl83/TkLib/HWNDToWindow.htm
-share/doc/tcl83/TkLib/Grab.htm
-share/doc/tcl83/TkLib/GetVisual.htm
-share/doc/tcl83/TkLib/GetVRoot.htm
-share/doc/tcl83/TkLib/GetUid.htm
-share/doc/tcl83/TkLib/GetSelect.htm
-share/doc/tcl83/TkLib/GetScroll.htm
-share/doc/tcl83/TkLib/GetRootCrd.htm
-share/doc/tcl83/TkLib/GetRelief.htm
-share/doc/tcl83/TkLib/GetPixmap.htm
-share/doc/tcl83/TkLib/GetPixels.htm
-share/doc/tcl83/TkLib/GetOption.htm
-share/doc/tcl83/TkLib/GetJustify.htm
-share/doc/tcl83/TkLib/GetJoinStl.htm
-share/doc/tcl83/TkLib/GetImage.htm
-share/doc/tcl83/TkLib/GetHWND.htm
-share/doc/tcl83/TkLib/GetHINSTANCE.htm
-share/doc/tcl83/TkLib/GetGC.htm
-share/doc/tcl83/TkLib/GetFont.htm
-share/doc/tcl83/TkLib/GetDash.htm
-share/doc/tcl83/TkLib/GetCursor.htm
-share/doc/tcl83/TkLib/GetColor.htm
-share/doc/tcl83/TkLib/GetClrmap.htm
-share/doc/tcl83/TkLib/GetCapStyl.htm
-share/doc/tcl83/TkLib/GetBitmap.htm
-share/doc/tcl83/TkLib/GetAnchor.htm
-share/doc/tcl83/TkLib/GeomReq.htm
-share/doc/tcl83/TkLib/FreeXId.htm
-share/doc/tcl83/TkLib/FontId.htm
-share/doc/tcl83/TkLib/FindPhoto.htm
-share/doc/tcl83/TkLib/EventHndlr.htm
-share/doc/tcl83/TkLib/DrawFocHlt.htm
-share/doc/tcl83/TkLib/DeleteImg.htm
-share/doc/tcl83/TkLib/CrtWindow.htm
-share/doc/tcl83/TkLib/CrtSelHdlr.htm
-share/doc/tcl83/TkLib/CrtPhImgFmt.htm
-share/doc/tcl83/TkLib/CrtItemType.htm
-share/doc/tcl83/TkLib/CrtImgType.htm
-share/doc/tcl83/TkLib/CrtGenHdlr.htm
-share/doc/tcl83/TkLib/CrtErrHdlr.htm
-share/doc/tcl83/TkLib/CoordToWin.htm
-share/doc/tcl83/TkLib/ConfigWind.htm
-share/doc/tcl83/TkLib/ConfigWidg.htm
-share/doc/tcl83/TkLib/ClrSelect.htm
-share/doc/tcl83/TkLib/Clipboard.htm
-share/doc/tcl83/TkLib/CanvTxtInfo.htm
-share/doc/tcl83/TkLib/CanvTkwin.htm
-share/doc/tcl83/TkLib/CanvPsY.htm
-share/doc/tcl83/TkLib/BindTable.htm
-share/doc/tcl83/TkLib/AddOption.htm
-share/doc/tcl83/TkLib/3DBorder.htm
-share/doc/tcl83/TkCmd/wm.htm
-share/doc/tcl83/TkCmd/winfo.htm
-share/doc/tcl83/TkCmd/toplevel.htm
-share/doc/tcl83/TkCmd/tkwait.htm
-share/doc/tcl83/TkCmd/tkvars.htm
-share/doc/tcl83/TkCmd/tkerror.htm
-share/doc/tcl83/TkCmd/tk.htm
-share/doc/tcl83/TkCmd/text.htm
-share/doc/tcl83/TkCmd/send.htm
-share/doc/tcl83/TkCmd/selection.htm
-share/doc/tcl83/TkCmd/scrollbar.htm
-share/doc/tcl83/TkCmd/scale.htm
-share/doc/tcl83/TkCmd/raise.htm
-share/doc/tcl83/TkCmd/radiobutton.htm
-share/doc/tcl83/TkCmd/popup.htm
-share/doc/tcl83/TkCmd/place.htm
-share/doc/tcl83/TkCmd/photo.htm
-share/doc/tcl83/TkCmd/palette.htm
-share/doc/tcl83/TkCmd/pack.htm
-share/doc/tcl83/TkCmd/options.htm
-share/doc/tcl83/TkCmd/optionMenu.htm
-share/doc/tcl83/TkCmd/option.htm
-share/doc/tcl83/TkCmd/messageBox.htm
-share/doc/tcl83/TkCmd/message.htm
-share/doc/tcl83/TkCmd/menubutton.htm
-share/doc/tcl83/TkCmd/menu.htm
-share/doc/tcl83/TkCmd/lower.htm
-share/doc/tcl83/TkCmd/loadTk.htm
-share/doc/tcl83/TkCmd/listbox.htm
-share/doc/tcl83/TkCmd/label.htm
-share/doc/tcl83/TkCmd/keysyms.htm
-share/doc/tcl83/TkCmd/image.htm
-share/doc/tcl83/TkCmd/grid.htm
-share/doc/tcl83/TkCmd/grab.htm
-share/doc/tcl83/TkCmd/getOpenFile.htm
-share/doc/tcl83/TkCmd/frame.htm
-share/doc/tcl83/TkCmd/font.htm
-share/doc/tcl83/TkCmd/focusNext.htm
-share/doc/tcl83/TkCmd/focus.htm
-share/doc/tcl83/TkCmd/event.htm
-share/doc/tcl83/TkCmd/entry.htm
-share/doc/tcl83/TkCmd/dialog.htm
-share/doc/tcl83/TkCmd/destroy.htm
-share/doc/tcl83/TkCmd/cursors.htm
-share/doc/tcl83/TkCmd/contents.htm
-share/doc/tcl83/TkCmd/colors.htm
-share/doc/tcl83/TkCmd/clipboard.htm
-share/doc/tcl83/TkCmd/chooseDirectory.htm
-share/doc/tcl83/TkCmd/chooseColor.htm
-share/doc/tcl83/TkCmd/checkbutton.htm
-share/doc/tcl83/TkCmd/canvas.htm
-share/doc/tcl83/TkCmd/button.htm
-share/doc/tcl83/TkCmd/bitmap.htm
-share/doc/tcl83/TkCmd/bindtags.htm
-share/doc/tcl83/TkCmd/bind.htm
-share/doc/tcl83/TkCmd/bell.htm
-share/doc/tcl83/TclLib/contents.htm
-share/doc/tcl83/TclLib/WrongNumArgs.htm
-share/doc/tcl83/TclLib/Utf.htm
-share/doc/tcl83/TclLib/UpVar.htm
-share/doc/tcl83/TclLib/Translate.htm
-share/doc/tcl83/TclLib/TraceVar.htm
-share/doc/tcl83/TclLib/ToUpper.htm
-share/doc/tcl83/TclLib/Thread.htm
-share/doc/tcl83/TclLib/Tcl_Main.htm
-share/doc/tcl83/TclLib/TCL_MEM_DEBUG.htm
-share/doc/tcl83/TclLib/StringObj.htm
-share/doc/tcl83/TclLib/StrMatch.htm
-share/doc/tcl83/TclLib/StaticPkg.htm
-share/doc/tcl83/TclLib/SplitPath.htm
-share/doc/tcl83/TclLib/SplitList.htm
-share/doc/tcl83/TclLib/SourceRCFile.htm
-share/doc/tcl83/TclLib/Sleep.htm
-share/doc/tcl83/TclLib/SetVar.htm
-share/doc/tcl83/TclLib/SetResult.htm
-share/doc/tcl83/TclLib/SetRecLmt.htm
-share/doc/tcl83/TclLib/SetErrno.htm
-share/doc/tcl83/TclLib/SaveResult.htm
-share/doc/tcl83/TclLib/RegExp.htm
-share/doc/tcl83/TclLib/RecordEval.htm
-share/doc/tcl83/TclLib/RecEvalObj.htm
-share/doc/tcl83/TclLib/PrintDbl.htm
-share/doc/tcl83/TclLib/Preserve.htm
-share/doc/tcl83/TclLib/PkgRequire.htm
-share/doc/tcl83/TclLib/ParseCmd.htm
-share/doc/tcl83/TclLib/OpenTcp.htm
-share/doc/tcl83/TclLib/OpenFileChnl.htm
-share/doc/tcl83/TclLib/ObjectType.htm
-share/doc/tcl83/TclLib/Object.htm
-share/doc/tcl83/TclLib/Notifier.htm
-share/doc/tcl83/TclLib/ListObj.htm
-share/doc/tcl83/TclLib/LinkVar.htm
-share/doc/tcl83/TclLib/Interp.htm
-share/doc/tcl83/TclLib/IntObj.htm
-share/doc/tcl83/TclLib/InitStubs.htm
-share/doc/tcl83/TclLib/Init.htm
-share/doc/tcl83/TclLib/Hash.htm
-share/doc/tcl83/TclLib/GetVersion.htm
-share/doc/tcl83/TclLib/GetStdChan.htm
-share/doc/tcl83/TclLib/GetOpnFl.htm
-share/doc/tcl83/TclLib/GetInt.htm
-share/doc/tcl83/TclLib/GetIndex.htm
-share/doc/tcl83/TclLib/GetHostName.htm
-share/doc/tcl83/TclLib/GetCwd.htm
-share/doc/tcl83/TclLib/FindExec.htm
-share/doc/tcl83/TclLib/ExprLongObj.htm
-share/doc/tcl83/TclLib/ExprLong.htm
-share/doc/tcl83/TclLib/Exit.htm
-share/doc/tcl83/TclLib/Eval.htm
-share/doc/tcl83/TclLib/Encoding.htm
-share/doc/tcl83/TclLib/DumpActiveMemory.htm
-share/doc/tcl83/TclLib/DoubleObj.htm
-share/doc/tcl83/TclLib/DoWhenIdle.htm
-share/doc/tcl83/TclLib/DoOneEvent.htm
-share/doc/tcl83/TclLib/DetachPids.htm
-share/doc/tcl83/TclLib/DString.htm
-share/doc/tcl83/TclLib/CrtTrace.htm
-share/doc/tcl83/TclLib/CrtTimerHdlr.htm
-share/doc/tcl83/TclLib/CrtSlave.htm
-share/doc/tcl83/TclLib/CrtObjCmd.htm
-share/doc/tcl83/TclLib/CrtMathFnc.htm
-share/doc/tcl83/TclLib/CrtInterp.htm
-share/doc/tcl83/TclLib/CrtFileHdlr.htm
-share/doc/tcl83/TclLib/CrtCommand.htm
-share/doc/tcl83/TclLib/CrtCloseHdlr.htm
-share/doc/tcl83/TclLib/CrtChnlHdlr.htm
-share/doc/tcl83/TclLib/CrtChannel.htm
-share/doc/tcl83/TclLib/Concat.htm
-share/doc/tcl83/TclLib/CmdCmplt.htm
-share/doc/tcl83/TclLib/ChnlStack.htm
-share/doc/tcl83/TclLib/CallDel.htm
-share/doc/tcl83/TclLib/ByteArrObj.htm
-share/doc/tcl83/TclLib/BoolObj.htm
-share/doc/tcl83/TclLib/Backslash.htm
-share/doc/tcl83/TclLib/BackgdErr.htm
-share/doc/tcl83/TclLib/Async.htm
-share/doc/tcl83/TclLib/AssocData.htm
-share/doc/tcl83/TclLib/AppInit.htm
-share/doc/tcl83/TclLib/AllowExc.htm
-share/doc/tcl83/TclLib/Alloc.htm
-share/doc/tcl83/TclLib/AddErrInfo.htm
-share/doc/tcl83/TclLib/Access.htm
-share/doc/tcl83/TclCmd/while.htm
-share/doc/tcl83/TclCmd/vwait.htm
-share/doc/tcl83/TclCmd/variable.htm
-share/doc/tcl83/TclCmd/upvar.htm
-share/doc/tcl83/TclCmd/uplevel.htm
-share/doc/tcl83/TclCmd/update.htm
-share/doc/tcl83/TclCmd/unset.htm
-share/doc/tcl83/TclCmd/unknown.htm
-share/doc/tcl83/TclCmd/trace.htm
-share/doc/tcl83/TclCmd/time.htm
-share/doc/tcl83/TclCmd/tell.htm
-share/doc/tcl83/TclCmd/tclvars.htm
-share/doc/tcl83/TclCmd/tcltest.htm
-share/doc/tcl83/TclCmd/switch.htm
-share/doc/tcl83/TclCmd/subst.htm
-share/doc/tcl83/TclCmd/string.htm
-share/doc/tcl83/TclCmd/split.htm
-share/doc/tcl83/TclCmd/source.htm
-share/doc/tcl83/TclCmd/socket.htm
-share/doc/tcl83/TclCmd/set.htm
-share/doc/tcl83/TclCmd/seek.htm
-share/doc/tcl83/TclCmd/scan.htm
-share/doc/tcl83/TclCmd/safe.htm
-share/doc/tcl83/TclCmd/return.htm
-share/doc/tcl83/TclCmd/resource.htm
-share/doc/tcl83/TclCmd/rename.htm
-share/doc/tcl83/TclCmd/regsub.htm
-share/doc/tcl83/TclCmd/registry.htm
-share/doc/tcl83/TclCmd/regexp.htm
-share/doc/tcl83/TclCmd/read.htm
-share/doc/tcl83/TclCmd/re_syntax.htm
-share/doc/tcl83/TclCmd/pwd.htm
-share/doc/tcl83/TclCmd/puts.htm
-share/doc/tcl83/TclCmd/proc.htm
-share/doc/tcl83/TclCmd/pkgMkIndex.htm
-share/doc/tcl83/TclCmd/pid.htm
-share/doc/tcl83/TclCmd/packagens.htm
-share/doc/tcl83/TclCmd/package.htm
-share/doc/tcl83/TclCmd/open.htm
-share/doc/tcl83/TclCmd/namespace.htm
-share/doc/tcl83/TclCmd/msgcat.htm
-share/doc/tcl83/TclCmd/memory.htm
-share/doc/tcl83/TclCmd/lsort.htm
-share/doc/tcl83/TclCmd/lsearch.htm
-share/doc/tcl83/TclCmd/lreplace.htm
-share/doc/tcl83/TclCmd/lrange.htm
-share/doc/tcl83/TclCmd/load.htm
-share/doc/tcl83/TclCmd/llength.htm
-share/doc/tcl83/TclCmd/list.htm
-share/doc/tcl83/TclCmd/linsert.htm
-share/doc/tcl83/TclCmd/lindex.htm
-share/doc/tcl83/TclCmd/library.htm
-share/doc/tcl83/TclCmd/lappend.htm
-share/doc/tcl83/TclCmd/join.htm
-share/doc/tcl83/TclCmd/interp.htm
-share/doc/tcl83/TclCmd/info.htm
-share/doc/tcl83/TclCmd/incr.htm
-share/doc/tcl83/TclCmd/if.htm
-share/doc/tcl83/TclCmd/http.htm
-share/doc/tcl83/TclCmd/history.htm
-share/doc/tcl83/TclCmd/global.htm
-share/doc/tcl83/TclCmd/glob.htm
-share/doc/tcl83/TclCmd/gets.htm
-share/doc/tcl83/TclCmd/format.htm
-share/doc/tcl83/TclCmd/foreach.htm
-share/doc/tcl83/TclCmd/for.htm
-share/doc/tcl83/TclCmd/flush.htm
-share/doc/tcl83/TclCmd/filename.htm
-share/doc/tcl83/TclCmd/fileevent.htm
-share/doc/tcl83/TclCmd/file.htm
-share/doc/tcl83/TclCmd/fcopy.htm
-share/doc/tcl83/TclCmd/fconfigure.htm
-share/doc/tcl83/TclCmd/fblocked.htm
-share/doc/tcl83/TclCmd/expr.htm
-share/doc/tcl83/TclCmd/exit.htm
-share/doc/tcl83/TclCmd/exec.htm
-share/doc/tcl83/TclCmd/eval.htm
-share/doc/tcl83/TclCmd/error.htm
-share/doc/tcl83/TclCmd/eof.htm
-share/doc/tcl83/TclCmd/encoding.htm
-share/doc/tcl83/TclCmd/dde.htm
-share/doc/tcl83/TclCmd/continue.htm
-share/doc/tcl83/TclCmd/contents.htm
-share/doc/tcl83/TclCmd/concat.htm
-share/doc/tcl83/TclCmd/close.htm
-share/doc/tcl83/TclCmd/clock.htm
-share/doc/tcl83/TclCmd/cd.htm
-share/doc/tcl83/TclCmd/catch.htm
-share/doc/tcl83/TclCmd/break.htm
-share/doc/tcl83/TclCmd/binary.htm
-share/doc/tcl83/TclCmd/bgerror.htm
-share/doc/tcl83/TclCmd/array.htm
-share/doc/tcl83/TclCmd/append.htm
-share/doc/tcl83/TclCmd/after.htm
-share/doc/tcl83/TclCmd/Tcl.htm
-share/doc/tcl83/Keywords/contents.htm
-share/doc/tcl83/Keywords/Z.htm
-share/doc/tcl83/Keywords/Y.htm
-share/doc/tcl83/Keywords/X.htm
-share/doc/tcl83/Keywords/W.htm
-share/doc/tcl83/Keywords/V.htm
-share/doc/tcl83/Keywords/U.htm
-share/doc/tcl83/Keywords/T.htm
-share/doc/tcl83/Keywords/S.htm
-share/doc/tcl83/Keywords/R.htm
-share/doc/tcl83/Keywords/Q.htm
-share/doc/tcl83/Keywords/P.htm
-share/doc/tcl83/Keywords/O.htm
-share/doc/tcl83/Keywords/N.htm
-share/doc/tcl83/Keywords/M.htm
-share/doc/tcl83/Keywords/L.htm
-share/doc/tcl83/Keywords/K.htm
-share/doc/tcl83/Keywords/J.htm
-share/doc/tcl83/Keywords/I.htm
-share/doc/tcl83/Keywords/H.htm
-share/doc/tcl83/Keywords/G.htm
-share/doc/tcl83/Keywords/F.htm
-share/doc/tcl83/Keywords/E.htm
-share/doc/tcl83/Keywords/D.htm
-share/doc/tcl83/Keywords/C.htm
-share/doc/tcl83/Keywords/B.htm
-share/doc/tcl83/Keywords/A.htm
+share/doc/tcl85/docs.css
+share/doc/tcl86/ItclCmd/body.htm
+share/doc/tcl86/ItclCmd/class.htm
+share/doc/tcl86/ItclCmd/code.htm
+share/doc/tcl86/ItclCmd/configbody.htm
+share/doc/tcl86/ItclCmd/contents.htm
+share/doc/tcl86/ItclCmd/delete.htm
+share/doc/tcl86/ItclCmd/ensemble.htm
+share/doc/tcl86/ItclCmd/find.htm
+share/doc/tcl86/ItclCmd/is.htm
+share/doc/tcl86/ItclCmd/itcl.htm
+share/doc/tcl86/ItclCmd/itclcomponent.htm
+share/doc/tcl86/ItclCmd/itcldelegate.htm
+share/doc/tcl86/ItclCmd/itclextendedclass.htm
+share/doc/tcl86/ItclCmd/itcloption.htm
+share/doc/tcl86/ItclCmd/itclvars.htm
+share/doc/tcl86/ItclCmd/itclwidget.htm
+share/doc/tcl86/ItclCmd/local.htm
+share/doc/tcl86/ItclCmd/scope.htm
+share/doc/tcl86/ItclLib/Class.htm
+share/doc/tcl86/ItclLib/List.htm
+share/doc/tcl86/ItclLib/Object.htm
+share/doc/tcl86/ItclLib/Preserve.htm
+share/doc/tcl86/ItclLib/RegisterC.htm
+share/doc/tcl86/ItclLib/Stack.htm
+share/doc/tcl86/ItclLib/contents.htm
+share/doc/tcl86/Keywords/A.htm
+share/doc/tcl86/Keywords/B.htm
+share/doc/tcl86/Keywords/C.htm
+share/doc/tcl86/Keywords/D.htm
+share/doc/tcl86/Keywords/E.htm
+share/doc/tcl86/Keywords/F.htm
+share/doc/tcl86/Keywords/G.htm
+share/doc/tcl86/Keywords/H.htm
+share/doc/tcl86/Keywords/I.htm
+share/doc/tcl86/Keywords/J.htm
+share/doc/tcl86/Keywords/K.htm
+share/doc/tcl86/Keywords/L.htm
+share/doc/tcl86/Keywords/M.htm
+share/doc/tcl86/Keywords/N.htm
+share/doc/tcl86/Keywords/O.htm
+share/doc/tcl86/Keywords/P.htm
+share/doc/tcl86/Keywords/Q.htm
+share/doc/tcl86/Keywords/R.htm
+share/doc/tcl86/Keywords/S.htm
+share/doc/tcl86/Keywords/T.htm
+share/doc/tcl86/Keywords/U.htm
+share/doc/tcl86/Keywords/V.htm
+share/doc/tcl86/Keywords/W.htm
+share/doc/tcl86/Keywords/X.htm
+share/doc/tcl86/Keywords/Y.htm
+share/doc/tcl86/Keywords/Z.htm
+share/doc/tcl86/Keywords/contents.htm
+share/doc/tcl86/Sqlite3Cmd/contents.htm
+share/doc/tcl86/Sqlite3Cmd/sqlite3.htm
+share/doc/tcl86/TclCmd/Tcl.htm
+share/doc/tcl86/TclCmd/after.htm
+share/doc/tcl86/TclCmd/append.htm
+share/doc/tcl86/TclCmd/apply.htm
+share/doc/tcl86/TclCmd/array.htm
+share/doc/tcl86/TclCmd/bgerror.htm
+share/doc/tcl86/TclCmd/binary.htm
+share/doc/tcl86/TclCmd/break.htm
+share/doc/tcl86/TclCmd/catch.htm
+share/doc/tcl86/TclCmd/cd.htm
+share/doc/tcl86/TclCmd/chan.htm
+share/doc/tcl86/TclCmd/class.htm
+share/doc/tcl86/TclCmd/clock.htm
+share/doc/tcl86/TclCmd/close.htm
+share/doc/tcl86/TclCmd/concat.htm
+share/doc/tcl86/TclCmd/contents.htm
+share/doc/tcl86/TclCmd/continue.htm
+share/doc/tcl86/TclCmd/copy.htm
+share/doc/tcl86/TclCmd/coroutine.htm
+share/doc/tcl86/TclCmd/dde.htm
+share/doc/tcl86/TclCmd/define.htm
+share/doc/tcl86/TclCmd/dict.htm
+share/doc/tcl86/TclCmd/encoding.htm
+share/doc/tcl86/TclCmd/eof.htm
+share/doc/tcl86/TclCmd/error.htm
+share/doc/tcl86/TclCmd/eval.htm
+share/doc/tcl86/TclCmd/exec.htm
+share/doc/tcl86/TclCmd/exit.htm
+share/doc/tcl86/TclCmd/expr.htm
+share/doc/tcl86/TclCmd/fblocked.htm
+share/doc/tcl86/TclCmd/fconfigure.htm
+share/doc/tcl86/TclCmd/fcopy.htm
+share/doc/tcl86/TclCmd/file.htm
+share/doc/tcl86/TclCmd/fileevent.htm
+share/doc/tcl86/TclCmd/filename.htm
+share/doc/tcl86/TclCmd/flush.htm
+share/doc/tcl86/TclCmd/for.htm
+share/doc/tcl86/TclCmd/foreach.htm
+share/doc/tcl86/TclCmd/format.htm
+share/doc/tcl86/TclCmd/gets.htm
+share/doc/tcl86/TclCmd/glob.htm
+share/doc/tcl86/TclCmd/global.htm
+share/doc/tcl86/TclCmd/history.htm
+share/doc/tcl86/TclCmd/http.htm
+share/doc/tcl86/TclCmd/if.htm
+share/doc/tcl86/TclCmd/incr.htm
+share/doc/tcl86/TclCmd/info.htm
+share/doc/tcl86/TclCmd/interp.htm
+share/doc/tcl86/TclCmd/join.htm
+share/doc/tcl86/TclCmd/lappend.htm
+share/doc/tcl86/TclCmd/lassign.htm
+share/doc/tcl86/TclCmd/library.htm
+share/doc/tcl86/TclCmd/lindex.htm
+share/doc/tcl86/TclCmd/linsert.htm
+share/doc/tcl86/TclCmd/list.htm
+share/doc/tcl86/TclCmd/llength.htm
+share/doc/tcl86/TclCmd/lmap.htm
+share/doc/tcl86/TclCmd/load.htm
+share/doc/tcl86/TclCmd/lrange.htm
+share/doc/tcl86/TclCmd/lrepeat.htm
+share/doc/tcl86/TclCmd/lreplace.htm
+share/doc/tcl86/TclCmd/lreverse.htm
+share/doc/tcl86/TclCmd/lsearch.htm
+share/doc/tcl86/TclCmd/lset.htm
+share/doc/tcl86/TclCmd/lsort.htm
+share/doc/tcl86/TclCmd/mathfunc.htm
+share/doc/tcl86/TclCmd/mathop.htm
+share/doc/tcl86/TclCmd/memory.htm
+share/doc/tcl86/TclCmd/msgcat.htm
+share/doc/tcl86/TclCmd/my.htm
+share/doc/tcl86/TclCmd/namespace.htm
+share/doc/tcl86/TclCmd/next.htm
+share/doc/tcl86/TclCmd/object.htm
+share/doc/tcl86/TclCmd/open.htm
+share/doc/tcl86/TclCmd/package.htm
+share/doc/tcl86/TclCmd/packagens.htm
+share/doc/tcl86/TclCmd/pid.htm
+share/doc/tcl86/TclCmd/pkgMkIndex.htm
+share/doc/tcl86/TclCmd/platform.htm
+share/doc/tcl86/TclCmd/platform_shell.htm
+share/doc/tcl86/TclCmd/prefix.htm
+share/doc/tcl86/TclCmd/proc.htm
+share/doc/tcl86/TclCmd/puts.htm
+share/doc/tcl86/TclCmd/pwd.htm
+share/doc/tcl86/TclCmd/re_syntax.htm
+share/doc/tcl86/TclCmd/read.htm
+share/doc/tcl86/TclCmd/refchan.htm
+share/doc/tcl86/TclCmd/regexp.htm
+share/doc/tcl86/TclCmd/registry.htm
+share/doc/tcl86/TclCmd/regsub.htm
+share/doc/tcl86/TclCmd/rename.htm
+share/doc/tcl86/TclCmd/return.htm
+share/doc/tcl86/TclCmd/safe.htm
+share/doc/tcl86/TclCmd/scan.htm
+share/doc/tcl86/TclCmd/seek.htm
+share/doc/tcl86/TclCmd/self.htm
+share/doc/tcl86/TclCmd/set.htm
+share/doc/tcl86/TclCmd/socket.htm
+share/doc/tcl86/TclCmd/source.htm
+share/doc/tcl86/TclCmd/split.htm
+share/doc/tcl86/TclCmd/string.htm
+share/doc/tcl86/TclCmd/subst.htm
+share/doc/tcl86/TclCmd/switch.htm
+share/doc/tcl86/TclCmd/tailcall.htm
+share/doc/tcl86/TclCmd/tcltest.htm
+share/doc/tcl86/TclCmd/tclvars.htm
+share/doc/tcl86/TclCmd/tell.htm
+share/doc/tcl86/TclCmd/throw.htm
+share/doc/tcl86/TclCmd/time.htm
+share/doc/tcl86/TclCmd/tm.htm
+share/doc/tcl86/TclCmd/trace.htm
+share/doc/tcl86/TclCmd/transchan.htm
+share/doc/tcl86/TclCmd/try.htm
+share/doc/tcl86/TclCmd/unknown.htm
+share/doc/tcl86/TclCmd/unload.htm
+share/doc/tcl86/TclCmd/unset.htm
+share/doc/tcl86/TclCmd/update.htm
+share/doc/tcl86/TclCmd/uplevel.htm
+share/doc/tcl86/TclCmd/upvar.htm
+share/doc/tcl86/TclCmd/variable.htm
+share/doc/tcl86/TclCmd/vwait.htm
+share/doc/tcl86/TclCmd/while.htm
+share/doc/tcl86/TclCmd/zlib.htm
+share/doc/tcl86/TclLib/Access.htm
+share/doc/tcl86/TclLib/AddErrInfo.htm
+share/doc/tcl86/TclLib/Alloc.htm
+share/doc/tcl86/TclLib/AllowExc.htm
+share/doc/tcl86/TclLib/AppInit.htm
+share/doc/tcl86/TclLib/AssocData.htm
+share/doc/tcl86/TclLib/Async.htm
+share/doc/tcl86/TclLib/BackgdErr.htm
+share/doc/tcl86/TclLib/Backslash.htm
+share/doc/tcl86/TclLib/BoolObj.htm
+share/doc/tcl86/TclLib/ByteArrObj.htm
+share/doc/tcl86/TclLib/CallDel.htm
+share/doc/tcl86/TclLib/Cancel.htm
+share/doc/tcl86/TclLib/ChnlStack.htm
+share/doc/tcl86/TclLib/Class.htm
+share/doc/tcl86/TclLib/CmdCmplt.htm
+share/doc/tcl86/TclLib/Concat.htm
+share/doc/tcl86/TclLib/CrtChannel.htm
+share/doc/tcl86/TclLib/CrtChnlHdlr.htm
+share/doc/tcl86/TclLib/CrtCloseHdlr.htm
+share/doc/tcl86/TclLib/CrtCommand.htm
+share/doc/tcl86/TclLib/CrtFileHdlr.htm
+share/doc/tcl86/TclLib/CrtInterp.htm
+share/doc/tcl86/TclLib/CrtMathFnc.htm
+share/doc/tcl86/TclLib/CrtObjCmd.htm
+share/doc/tcl86/TclLib/CrtSlave.htm
+share/doc/tcl86/TclLib/CrtTimerHdlr.htm
+share/doc/tcl86/TclLib/CrtTrace.htm
+share/doc/tcl86/TclLib/DString.htm
+share/doc/tcl86/TclLib/DetachPids.htm
+share/doc/tcl86/TclLib/DictObj.htm
+share/doc/tcl86/TclLib/DoOneEvent.htm
+share/doc/tcl86/TclLib/DoWhenIdle.htm
+share/doc/tcl86/TclLib/DoubleObj.htm
+share/doc/tcl86/TclLib/DumpActiveMemory.htm
+share/doc/tcl86/TclLib/Encoding.htm
+share/doc/tcl86/TclLib/Ensemble.htm
+share/doc/tcl86/TclLib/Environment.htm
+share/doc/tcl86/TclLib/Eval.htm
+share/doc/tcl86/TclLib/Exit.htm
+share/doc/tcl86/TclLib/ExprLong.htm
+share/doc/tcl86/TclLib/ExprLongObj.htm
+share/doc/tcl86/TclLib/FileSystem.htm
+share/doc/tcl86/TclLib/FindExec.htm
+share/doc/tcl86/TclLib/GetCwd.htm
+share/doc/tcl86/TclLib/GetHostName.htm
+share/doc/tcl86/TclLib/GetIndex.htm
+share/doc/tcl86/TclLib/GetInt.htm
+share/doc/tcl86/TclLib/GetOpnFl.htm
+share/doc/tcl86/TclLib/GetStdChan.htm
+share/doc/tcl86/TclLib/GetTime.htm
+share/doc/tcl86/TclLib/GetVersion.htm
+share/doc/tcl86/TclLib/Hash.htm
+share/doc/tcl86/TclLib/Init.htm
+share/doc/tcl86/TclLib/InitStubs.htm
+share/doc/tcl86/TclLib/IntObj.htm
+share/doc/tcl86/TclLib/Interp.htm
+share/doc/tcl86/TclLib/Limit.htm
+share/doc/tcl86/TclLib/LinkVar.htm
+share/doc/tcl86/TclLib/ListObj.htm
+share/doc/tcl86/TclLib/Load.htm
+share/doc/tcl86/TclLib/Method.htm
+share/doc/tcl86/TclLib/NRE.htm
+share/doc/tcl86/TclLib/Namespace.htm
+share/doc/tcl86/TclLib/Notifier.htm
+share/doc/tcl86/TclLib/Object.htm
+share/doc/tcl86/TclLib/ObjectType.htm
+share/doc/tcl86/TclLib/OpenFileChnl.htm
+share/doc/tcl86/TclLib/OpenTcp.htm
+share/doc/tcl86/TclLib/Panic.htm
+share/doc/tcl86/TclLib/ParseArgs.htm
+share/doc/tcl86/TclLib/ParseCmd.htm
+share/doc/tcl86/TclLib/PkgRequire.htm
+share/doc/tcl86/TclLib/Preserve.htm
+share/doc/tcl86/TclLib/PrintDbl.htm
+share/doc/tcl86/TclLib/RecEvalObj.htm
+share/doc/tcl86/TclLib/RecordEval.htm
+share/doc/tcl86/TclLib/RegConfig.htm
+share/doc/tcl86/TclLib/RegExp.htm
+share/doc/tcl86/TclLib/SaveResult.htm
+share/doc/tcl86/TclLib/SetChanErr.htm
+share/doc/tcl86/TclLib/SetErrno.htm
+share/doc/tcl86/TclLib/SetRecLmt.htm
+share/doc/tcl86/TclLib/SetResult.htm
+share/doc/tcl86/TclLib/SetVar.htm
+share/doc/tcl86/TclLib/Signal.htm
+share/doc/tcl86/TclLib/Sleep.htm
+share/doc/tcl86/TclLib/SourceRCFile.htm
+share/doc/tcl86/TclLib/SplitList.htm
+share/doc/tcl86/TclLib/SplitPath.htm
+share/doc/tcl86/TclLib/StaticPkg.htm
+share/doc/tcl86/TclLib/StdChannels.htm
+share/doc/tcl86/TclLib/StrMatch.htm
+share/doc/tcl86/TclLib/StringObj.htm
+share/doc/tcl86/TclLib/SubstObj.htm
+share/doc/tcl86/TclLib/TCL_MEM_DEBUG.htm
+share/doc/tcl86/TclLib/TclZlib.htm
+share/doc/tcl86/TclLib/Tcl_Main.htm
+share/doc/tcl86/TclLib/Thread.htm
+share/doc/tcl86/TclLib/ToUpper.htm
+share/doc/tcl86/TclLib/TraceCmd.htm
+share/doc/tcl86/TclLib/TraceVar.htm
+share/doc/tcl86/TclLib/Translate.htm
+share/doc/tcl86/TclLib/UniCharIsAlpha.htm
+share/doc/tcl86/TclLib/UpVar.htm
+share/doc/tcl86/TclLib/Utf.htm
+share/doc/tcl86/TclLib/WrongNumArgs.htm
+share/doc/tcl86/TclLib/contents.htm
+share/doc/tcl86/TdbcCmd/contents.htm
+share/doc/tcl86/TdbcCmd/tdbc.htm
+share/doc/tcl86/TdbcCmd/tdbc_connection.htm
+share/doc/tcl86/TdbcCmd/tdbc_mapSqlState.htm
+share/doc/tcl86/TdbcCmd/tdbc_resultset.htm
+share/doc/tcl86/TdbcCmd/tdbc_statement.htm
+share/doc/tcl86/TdbcCmd/tdbc_tokenize.htm
+share/doc/tcl86/TdbcLib/Tdbc_Init.htm
+share/doc/tcl86/TdbcLib/contents.htm
+share/doc/tcl86/TdbcmysqlCmd/contents.htm
+share/doc/tcl86/TdbcmysqlCmd/tdbc_mysql.htm
+share/doc/tcl86/TdbcodbcCmd/contents.htm
+share/doc/tcl86/TdbcodbcCmd/tdbc_odbc.htm
+share/doc/tcl86/TdbcpostgresCmd/contents.htm
+share/doc/tcl86/TdbcpostgresCmd/tdbc_postgres.htm
+share/doc/tcl86/Tdbcsqlite3Cmd/contents.htm
+share/doc/tcl86/Tdbcsqlite3Cmd/tdbc_sqlite3.htm
+share/doc/tcl86/ThreadCmd/contents.htm
+share/doc/tcl86/ThreadCmd/thread.htm
+share/doc/tcl86/ThreadCmd/tpool.htm
+share/doc/tcl86/ThreadCmd/tsv.htm
+share/doc/tcl86/ThreadCmd/ttrace.htm
+share/doc/tcl86/TkCmd/bell.htm
+share/doc/tcl86/TkCmd/bind.htm
+share/doc/tcl86/TkCmd/bindtags.htm
+share/doc/tcl86/TkCmd/bitmap.htm
+share/doc/tcl86/TkCmd/busy.htm
+share/doc/tcl86/TkCmd/button.htm
+share/doc/tcl86/TkCmd/canvas.htm
+share/doc/tcl86/TkCmd/checkbutton.htm
+share/doc/tcl86/TkCmd/chooseColor.htm
+share/doc/tcl86/TkCmd/chooseDirectory.htm
+share/doc/tcl86/TkCmd/clipboard.htm
+share/doc/tcl86/TkCmd/colors.htm
+share/doc/tcl86/TkCmd/console.htm
+share/doc/tcl86/TkCmd/contents.htm
+share/doc/tcl86/TkCmd/cursors.htm
+share/doc/tcl86/TkCmd/destroy.htm
+share/doc/tcl86/TkCmd/dialog.htm
+share/doc/tcl86/TkCmd/entry.htm
+share/doc/tcl86/TkCmd/event.htm
+share/doc/tcl86/TkCmd/focus.htm
+share/doc/tcl86/TkCmd/focusNext.htm
+share/doc/tcl86/TkCmd/font.htm
+share/doc/tcl86/TkCmd/fontchooser.htm
+share/doc/tcl86/TkCmd/frame.htm
+share/doc/tcl86/TkCmd/getOpenFile.htm
+share/doc/tcl86/TkCmd/grab.htm
+share/doc/tcl86/TkCmd/grid.htm
+share/doc/tcl86/TkCmd/image.htm
+share/doc/tcl86/TkCmd/keysyms.htm
+share/doc/tcl86/TkCmd/label.htm
+share/doc/tcl86/TkCmd/labelframe.htm
+share/doc/tcl86/TkCmd/listbox.htm
+share/doc/tcl86/TkCmd/loadTk.htm
+share/doc/tcl86/TkCmd/lower.htm
+share/doc/tcl86/TkCmd/menu.htm
+share/doc/tcl86/TkCmd/menubutton.htm
+share/doc/tcl86/TkCmd/message.htm
+share/doc/tcl86/TkCmd/messageBox.htm
+share/doc/tcl86/TkCmd/option.htm
+share/doc/tcl86/TkCmd/optionMenu.htm
+share/doc/tcl86/TkCmd/options.htm
+share/doc/tcl86/TkCmd/pack.htm
+share/doc/tcl86/TkCmd/palette.htm
+share/doc/tcl86/TkCmd/panedwindow.htm
+share/doc/tcl86/TkCmd/photo.htm
+share/doc/tcl86/TkCmd/place.htm
+share/doc/tcl86/TkCmd/popup.htm
+share/doc/tcl86/TkCmd/radiobutton.htm
+share/doc/tcl86/TkCmd/raise.htm
+share/doc/tcl86/TkCmd/scale.htm
+share/doc/tcl86/TkCmd/scrollbar.htm
+share/doc/tcl86/TkCmd/selection.htm
+share/doc/tcl86/TkCmd/send.htm
+share/doc/tcl86/TkCmd/spinbox.htm
+share/doc/tcl86/TkCmd/text.htm
+share/doc/tcl86/TkCmd/tk.htm
+share/doc/tcl86/TkCmd/tk_mac.htm
+share/doc/tcl86/TkCmd/tkerror.htm
+share/doc/tcl86/TkCmd/tkvars.htm
+share/doc/tcl86/TkCmd/tkwait.htm
+share/doc/tcl86/TkCmd/toplevel.htm
+share/doc/tcl86/TkCmd/ttk_button.htm
+share/doc/tcl86/TkCmd/ttk_checkbutton.htm
+share/doc/tcl86/TkCmd/ttk_combobox.htm
+share/doc/tcl86/TkCmd/ttk_entry.htm
+share/doc/tcl86/TkCmd/ttk_frame.htm
+share/doc/tcl86/TkCmd/ttk_image.htm
+share/doc/tcl86/TkCmd/ttk_intro.htm
+share/doc/tcl86/TkCmd/ttk_label.htm
+share/doc/tcl86/TkCmd/ttk_labelframe.htm
+share/doc/tcl86/TkCmd/ttk_menubutton.htm
+share/doc/tcl86/TkCmd/ttk_notebook.htm
+share/doc/tcl86/TkCmd/ttk_panedwindow.htm
+share/doc/tcl86/TkCmd/ttk_progressbar.htm
+share/doc/tcl86/TkCmd/ttk_radiobutton.htm
+share/doc/tcl86/TkCmd/ttk_scale.htm
+share/doc/tcl86/TkCmd/ttk_scrollbar.htm
+share/doc/tcl86/TkCmd/ttk_separator.htm
+share/doc/tcl86/TkCmd/ttk_sizegrip.htm
+share/doc/tcl86/TkCmd/ttk_spinbox.htm
+share/doc/tcl86/TkCmd/ttk_style.htm
+share/doc/tcl86/TkCmd/ttk_treeview.htm
+share/doc/tcl86/TkCmd/ttk_vsapi.htm
+share/doc/tcl86/TkCmd/ttk_widget.htm
+share/doc/tcl86/TkCmd/winfo.htm
+share/doc/tcl86/TkCmd/wm.htm
+share/doc/tcl86/TkLib/3DBorder.htm
+share/doc/tcl86/TkLib/AddOption.htm
+share/doc/tcl86/TkLib/BindTable.htm
+share/doc/tcl86/TkLib/CanvPsY.htm
+share/doc/tcl86/TkLib/CanvTkwin.htm
+share/doc/tcl86/TkLib/CanvTxtInfo.htm
+share/doc/tcl86/TkLib/Clipboard.htm
+share/doc/tcl86/TkLib/ClrSelect.htm
+share/doc/tcl86/TkLib/ConfigWidg.htm
+share/doc/tcl86/TkLib/ConfigWind.htm
+share/doc/tcl86/TkLib/CoordToWin.htm
+share/doc/tcl86/TkLib/CrtCmHdlr.htm
+share/doc/tcl86/TkLib/CrtConsoleChan.htm
+share/doc/tcl86/TkLib/CrtErrHdlr.htm
+share/doc/tcl86/TkLib/CrtGenHdlr.htm
+share/doc/tcl86/TkLib/CrtImgType.htm
+share/doc/tcl86/TkLib/CrtItemType.htm
+share/doc/tcl86/TkLib/CrtPhImgFmt.htm
+share/doc/tcl86/TkLib/CrtSelHdlr.htm
+share/doc/tcl86/TkLib/CrtWindow.htm
+share/doc/tcl86/TkLib/DeleteImg.htm
+share/doc/tcl86/TkLib/DrawFocHlt.htm
+share/doc/tcl86/TkLib/EventHndlr.htm
+share/doc/tcl86/TkLib/FindPhoto.htm
+share/doc/tcl86/TkLib/FontId.htm
+share/doc/tcl86/TkLib/FreeXId.htm
+share/doc/tcl86/TkLib/GeomReq.htm
+share/doc/tcl86/TkLib/GetAnchor.htm
+share/doc/tcl86/TkLib/GetBitmap.htm
+share/doc/tcl86/TkLib/GetCapStyl.htm
+share/doc/tcl86/TkLib/GetClrmap.htm
+share/doc/tcl86/TkLib/GetColor.htm
+share/doc/tcl86/TkLib/GetCursor.htm
+share/doc/tcl86/TkLib/GetDash.htm
+share/doc/tcl86/TkLib/GetFont.htm
+share/doc/tcl86/TkLib/GetGC.htm
+share/doc/tcl86/TkLib/GetHINSTANCE.htm
+share/doc/tcl86/TkLib/GetHWND.htm
+share/doc/tcl86/TkLib/GetImage.htm
+share/doc/tcl86/TkLib/GetJoinStl.htm
+share/doc/tcl86/TkLib/GetJustify.htm
+share/doc/tcl86/TkLib/GetOption.htm
+share/doc/tcl86/TkLib/GetPixels.htm
+share/doc/tcl86/TkLib/GetPixmap.htm
+share/doc/tcl86/TkLib/GetRelief.htm
+share/doc/tcl86/TkLib/GetRootCrd.htm
+share/doc/tcl86/TkLib/GetScroll.htm
+share/doc/tcl86/TkLib/GetSelect.htm
+share/doc/tcl86/TkLib/GetUid.htm
+share/doc/tcl86/TkLib/GetVRoot.htm
+share/doc/tcl86/TkLib/GetVisual.htm
+share/doc/tcl86/TkLib/Grab.htm
+share/doc/tcl86/TkLib/HWNDToWindow.htm
+share/doc/tcl86/TkLib/HandleEvent.htm
+share/doc/tcl86/TkLib/IdToWindow.htm
+share/doc/tcl86/TkLib/ImgChanged.htm
+share/doc/tcl86/TkLib/Inactive.htm
+share/doc/tcl86/TkLib/InternAtom.htm
+share/doc/tcl86/TkLib/MainLoop.htm
+share/doc/tcl86/TkLib/MainWin.htm
+share/doc/tcl86/TkLib/MaintGeom.htm
+share/doc/tcl86/TkLib/ManageGeom.htm
+share/doc/tcl86/TkLib/MapWindow.htm
+share/doc/tcl86/TkLib/MeasureChar.htm
+share/doc/tcl86/TkLib/MoveToplev.htm
+share/doc/tcl86/TkLib/Name.htm
+share/doc/tcl86/TkLib/NameOfImg.htm
+share/doc/tcl86/TkLib/OwnSelect.htm
+share/doc/tcl86/TkLib/ParseArgv.htm
+share/doc/tcl86/TkLib/QWinEvent.htm
+share/doc/tcl86/TkLib/Restack.htm
+share/doc/tcl86/TkLib/RestrictEv.htm
+share/doc/tcl86/TkLib/SetAppName.htm
+share/doc/tcl86/TkLib/SetCaret.htm
+share/doc/tcl86/TkLib/SetClass.htm
+share/doc/tcl86/TkLib/SetClassProcs.htm
+share/doc/tcl86/TkLib/SetGrid.htm
+share/doc/tcl86/TkLib/SetOptions.htm
+share/doc/tcl86/TkLib/SetVisual.htm
+share/doc/tcl86/TkLib/StrictMotif.htm
+share/doc/tcl86/TkLib/TextLayout.htm
+share/doc/tcl86/TkLib/TkInitStubs.htm
+share/doc/tcl86/TkLib/Tk_Init.htm
+share/doc/tcl86/TkLib/Tk_Main.htm
+share/doc/tcl86/TkLib/WindowId.htm
+share/doc/tcl86/TkLib/contents.htm
+share/doc/tcl86/TkLib/ttk_Geometry.htm
+share/doc/tcl86/TkLib/ttk_Theme.htm
+share/doc/tcl86/UserCmd/contents.htm
+share/doc/tcl86/UserCmd/tclsh.htm
+share/doc/tcl86/UserCmd/wish.htm
+share/doc/tcl86/contents.htm
+share/doc/tcl86/docs.css
+@dirrm share/doc/tcl86/UserCmd
+@dirrm share/doc/tcl86/TkLib
+@dirrm share/doc/tcl86/TkCmd
+@dirrm share/doc/tcl86/ThreadCmd
+@dirrm share/doc/tcl86/Tdbcsqlite3Cmd
+@dirrm share/doc/tcl86/TdbcpostgresCmd
+@dirrm share/doc/tcl86/TdbcodbcCmd
+@dirrm share/doc/tcl86/TdbcmysqlCmd
+@dirrm share/doc/tcl86/TdbcLib
+@dirrm share/doc/tcl86/TdbcCmd
+@dirrm share/doc/tcl86/TclLib
+@dirrm share/doc/tcl86/TclCmd
+@dirrm share/doc/tcl86/Sqlite3Cmd
+@dirrm share/doc/tcl86/Keywords
+@dirrm share/doc/tcl86/ItclLib
+@dirrm share/doc/tcl86/ItclCmd
+@dirrm share/doc/tcl86
 @dirrm share/doc/tcl85/UserCmd
 @dirrm share/doc/tcl85/TkLib
 @dirrm share/doc/tcl85/TkCmd
@@ -1102,10 +1293,3 @@
 @dirrm share/doc/tcl84/TclCmd
 @dirrm share/doc/tcl84/Keywords
 @dirrm share/doc/tcl84
-@dirrm share/doc/tcl83/UserCmd
-@dirrm share/doc/tcl83/TkLib
-@dirrm share/doc/tcl83/TkCmd
-@dirrm share/doc/tcl83/TclLib
-@dirrm share/doc/tcl83/TclCmd
-@dirrm share/doc/tcl83/Keywords
-@dirrm share/doc/tcl83


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302180858.r1I8wVpP063045>