From 0bcb572b2af74beda367df71675edaa212261458 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Thu, 18 Nov 2004 01:53:51 +0000 Subject: [PATCH] Update to newer version of these documents. Also included tcl8.5 documentation version new version 8.3.4 8.3.5 8.4a1 8.4.7 - 8.5a1 --- lang/tcl-manual/Makefile | 25 +- lang/tcl-manual/distinfo | 10 +- ... patch-tcl8.3.5::html::UserCmd::tclsh.htm} | 15 +- ...> patch-tcl8.3.5::html::UserCmd::wish.htm} | 15 +- ... patch-tcl8.4.7::html::UserCmd::tclsh.htm} | 23 +- ...> patch-tcl8.4.7::html::UserCmd::wish.htm} | 21 +- .../patch-tcl8.5a1::html::UserCmd::tclsh.htm | 38 + .../patch-tcl8.5a1::html::UserCmd::wish.htm | 38 + lang/tcl-manual/pkg-descr | 5 +- lang/tcl-manual/pkg-plist | 1805 ++++++++++------- 10 files changed, 1248 insertions(+), 747 deletions(-) rename lang/tcl-manual/files/{patch-tcl8.3.4::html::UserCmd::tclsh.htm => patch-tcl8.3.5::html::UserCmd::tclsh.htm} (72%) rename lang/tcl-manual/files/{patch-tcl8.3.4::html::UserCmd::wish.htm => patch-tcl8.3.5::html::UserCmd::wish.htm} (73%) rename lang/tcl-manual/files/{patch-tcl8.4a3::html::UserCmd::tclsh.htm => patch-tcl8.4.7::html::UserCmd::tclsh.htm} (65%) rename lang/tcl-manual/files/{patch-tcl8.4a3::html::UserCmd::wish.htm => patch-tcl8.4.7::html::UserCmd::wish.htm} (67%) create mode 100644 lang/tcl-manual/files/patch-tcl8.5a1::html::UserCmd::tclsh.htm create mode 100644 lang/tcl-manual/files/patch-tcl8.5a1::html::UserCmd::wish.htm diff --git a/lang/tcl-manual/Makefile b/lang/tcl-manual/Makefile index dba55124eb82..649a6ce8ab9f 100644 --- a/lang/tcl-manual/Makefile +++ b/lang/tcl-manual/Makefile @@ -6,11 +6,11 @@ # PORTNAME= tcl-manual -PORTVERSION= 2001.12.19 +PORTVERSION= 20041118 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= tcl -DISTFILES= tcl8.3.4.html.tar.gz tcl8.4a3.html.tar.gz +DISTFILES= tcl8.3.5-html.tar.gz tcl8.4.7-html.tar.gz tcl8.5a1-html.tar.gz MAINTAINER= edwin@mavetju.org COMMENT= Documentation for TCL (Tool Command Language) @@ -20,22 +20,27 @@ NO_WRKSUBDIR= yes NO_BUILD= yes post-patch: - @${RM} ${WRKDIR}/tcl8.3.4/html/UserCmd/*.orig - @${RM} ${WRKDIR}/tcl8.4a3/html/UserCmd/*.orig + @${FIND} ${WRKSRC} -name "*.orig" -delete @${REINPLACE_CMD} -e 's|tcl\.h|tcl8.3/tcl.h|g' \ - ${WRKDIR}/tcl8.3.4/html/TclLib/* + ${WRKDIR}/tcl8.3.5/html/TclLib/* @${REINPLACE_CMD} -e 's|tk\.h|tk8.3/tk.h|g' \ - ${WRKDIR}/tcl8.3.4/html/TkLib/* + ${WRKDIR}/tcl8.3.5/html/TkLib/* @${REINPLACE_CMD} -e 's|tcl\.h|tcl8.4/tcl.h|g' \ - ${WRKDIR}/tcl8.4a3/html/TclLib/* + ${WRKDIR}/tcl8.4.7/html/TclLib/* @${REINPLACE_CMD} -e 's|tk\.h|tk8.4/tk.h|g' \ - ${WRKDIR}/tcl8.4a3/html/TkLib/* + ${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/* @${FIND} ${WRKSRC} -name "*.bak" -delete do-install: ${MKDIR} ${PREFIX}/share/doc/tcl83 ${MKDIR} ${PREFIX}/share/doc/tcl84 - ${CP} -R ${WRKDIR}/tcl8.4a3/html/* ${PREFIX}/share/doc/tcl84 - ${CP} -R ${WRKDIR}/tcl8.3.4/html/* ${PREFIX}/share/doc/tcl83 + ${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 .include diff --git a/lang/tcl-manual/distinfo b/lang/tcl-manual/distinfo index f4d07697cb32..63a647ea4eb5 100644 --- a/lang/tcl-manual/distinfo +++ b/lang/tcl-manual/distinfo @@ -1,4 +1,6 @@ -MD5 (tcl8.3.4.html.tar.gz) = 68e8caa389268c8d2ffe17bc7c3f0afc -SIZE (tcl8.3.4.html.tar.gz) = 620736 -MD5 (tcl8.4a3.html.tar.gz) = 50937f120da6c5a866648fcb2beb472b -SIZE (tcl8.4a3.html.tar.gz) = 669335 +MD5 (tcl8.3.5-html.tar.gz) = d3111e9e01486a5cb92fad525f832b44 +SIZE (tcl8.3.5-html.tar.gz) = 620957 +MD5 (tcl8.4.7-html.tar.gz) = 46a6564efbcffd594bb0303c04395bc3 +SIZE (tcl8.4.7-html.tar.gz) = 715175 +MD5 (tcl8.5a1-html.tar.gz) = c017191619ac2284f7934d5ebe1c1868 +SIZE (tcl8.5a1-html.tar.gz) = 747311 diff --git a/lang/tcl-manual/files/patch-tcl8.3.4::html::UserCmd::tclsh.htm b/lang/tcl-manual/files/patch-tcl8.3.5::html::UserCmd::tclsh.htm similarity index 72% rename from lang/tcl-manual/files/patch-tcl8.3.4::html::UserCmd::tclsh.htm rename to lang/tcl-manual/files/patch-tcl8.3.5::html::UserCmd::tclsh.htm index 53bc858669f8..580151952798 100644 --- a/lang/tcl-manual/files/patch-tcl8.3.4::html::UserCmd::tclsh.htm +++ b/lang/tcl-manual/files/patch-tcl8.3.5::html::UserCmd::tclsh.htm @@ -1,7 +1,14 @@ -$FreeBSD$ - ---- tcl8.3.4/html/UserCmd/tclsh.htm.orig Mon Dec 17 01:02:21 2001 -+++ tcl8.3.4/html/UserCmd/tclsh.htm Mon Dec 17 01:02:48 2001 +--- 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 @@ +
tclsh - Simple shell containing Tcl interpreter
+
SYNOPSIS +
+-
tclsh ?fileName arg arg ...? ++
tclsh8.3 ?fileName arg arg ...? +
+
DESCRIPTION +
SCRIPT FILES @@ -21,7 +21,7 @@

NAME

tclsh - Simple shell containing Tcl interpreter diff --git a/lang/tcl-manual/files/patch-tcl8.3.4::html::UserCmd::wish.htm b/lang/tcl-manual/files/patch-tcl8.3.5::html::UserCmd::wish.htm similarity index 73% rename from lang/tcl-manual/files/patch-tcl8.3.4::html::UserCmd::wish.htm rename to lang/tcl-manual/files/patch-tcl8.3.5::html::UserCmd::wish.htm index 659ad3f208d0..ac91d4c24f5f 100644 --- a/lang/tcl-manual/files/patch-tcl8.3.4::html::UserCmd::wish.htm +++ b/lang/tcl-manual/files/patch-tcl8.3.5::html::UserCmd::wish.htm @@ -1,7 +1,14 @@ -$FreeBSD$ - ---- tcl8.3.4/html/UserCmd/wish.htm.orig Mon Dec 17 01:02:23 2001 -+++ tcl8.3.4/html/UserCmd/wish.htm Mon Dec 17 01:03:12 2001 +--- 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 @@ +
wish - Simple windowing shell
+
SYNOPSIS +
+-
wish ?fileName arg arg ...? ++
wish8.3 ?fileName arg arg ...? +
+
OPTIONS +
@@ -35,7 +35,7 @@

NAME

wish - Simple windowing shell diff --git a/lang/tcl-manual/files/patch-tcl8.4a3::html::UserCmd::tclsh.htm b/lang/tcl-manual/files/patch-tcl8.4.7::html::UserCmd::tclsh.htm similarity index 65% rename from lang/tcl-manual/files/patch-tcl8.4a3::html::UserCmd::tclsh.htm rename to lang/tcl-manual/files/patch-tcl8.4.7::html::UserCmd::tclsh.htm index 9543b2657bd2..2af96611916d 100644 --- a/lang/tcl-manual/files/patch-tcl8.4a3::html::UserCmd::tclsh.htm +++ b/lang/tcl-manual/files/patch-tcl8.4.7::html::UserCmd::tclsh.htm @@ -1,8 +1,15 @@ -$FreeBSD$ - ---- tcl8.4a3/html/UserCmd/tclsh.htm.org Mon Dec 17 01:05:42 2001 -+++ tcl8.4a3/html/UserCmd/tclsh.htm Mon Dec 17 01:06:06 2001 -@@ -21,7 +21,7 @@ +--- 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 @@ +
tclsh - Simple shell containing Tcl interpreter
+
SYNOPSIS +
+-
tclsh ?fileName arg arg ...? ++
tclsh8.4 ?fileName arg arg ...? +
+
DESCRIPTION +
SCRIPT FILES +@@ -23,7 +23,7 @@

NAME

tclsh - Simple shell containing Tcl interpreter

SYNOPSIS

@@ -11,8 +18,8 @@ $FreeBSD$

DESCRIPTION

Tclsh 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 source it if desired. +@@ -56,7 +56,7 @@ + line, but the script file can always source it if desired.

If you create a Tcl script in a file whose first line is -

#!/usr/local/bin/tclsh
@@ -20,7 +27,7 @@ $FreeBSD$ then you can invoke the script file directly from your shell if you mark the file as executable. This assumes that tclsh has been installed in the default -@@ -60,7 +60,7 @@ +@@ -70,7 +70,7 @@ following three lines:
#!/bin/sh
  # the next line restarts using tclsh \
diff --git a/lang/tcl-manual/files/patch-tcl8.4a3::html::UserCmd::wish.htm b/lang/tcl-manual/files/patch-tcl8.4.7::html::UserCmd::wish.htm
similarity index 67%
rename from lang/tcl-manual/files/patch-tcl8.4a3::html::UserCmd::wish.htm
rename to lang/tcl-manual/files/patch-tcl8.4.7::html::UserCmd::wish.htm
index 04659d15f8ca..735fd9776cd0 100644
--- a/lang/tcl-manual/files/patch-tcl8.4a3::html::UserCmd::wish.htm
+++ b/lang/tcl-manual/files/patch-tcl8.4.7::html::UserCmd::wish.htm
@@ -1,7 +1,14 @@
-$FreeBSD$
-
---- tcl8.4a3/html/UserCmd/wish.htm.orig	Mon Dec 17 00:35:48 2001
-+++ tcl8.4a3/html/UserCmd/wish.htm	Mon Dec 17 00:36:42 2001
+--- 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 @@
+ 
wish - Simple windowing shell
+
SYNOPSIS +
+-
wish ?fileName arg arg ...? ++
wish8.4 ?fileName arg arg ...? +
+
OPTIONS +
@@ -35,7 +35,7 @@

NAME

wish - Simple windowing shell @@ -10,8 +17,8 @@ $FreeBSD$ +wish8.4 ?fileName arg arg ...?

OPTIONS

-

-colormap new
-@@ -143,7 +143,7 @@ +
-colormap new
+@@ -144,7 +144,7 @@

SCRIPT FILES

If you create a Tcl script in a file whose first line is @@ -20,7 +27,7 @@ $FreeBSD$ then you can invoke the script file directly from your shell if you mark it as executable. This assumes that wish has been installed in the default -@@ -157,7 +157,7 @@ +@@ -158,7 +158,7 @@ following three lines:
#!/bin/sh
  # the next line restarts using wish \
diff --git a/lang/tcl-manual/files/patch-tcl8.5a1::html::UserCmd::tclsh.htm b/lang/tcl-manual/files/patch-tcl8.5a1::html::UserCmd::tclsh.htm
new file mode 100644
index 000000000000..36630a94d414
--- /dev/null
+++ b/lang/tcl-manual/files/patch-tcl8.5a1::html::UserCmd::tclsh.htm
@@ -0,0 +1,38 @@
+--- 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 @@
+ 
tclsh - Simple shell containing Tcl interpreter
+
SYNOPSIS +
+-
tclsh ?-encoding name? ?fileName arg arg ...? ++
tclsh8.5 ?-encoding name? ?fileName arg arg ...? +
+
DESCRIPTION +
SCRIPT FILES +@@ -23,7 +23,7 @@ +

NAME

+ tclsh - Simple shell containing Tcl interpreter +

SYNOPSIS

+-tclsh ?-encoding name? ?fileName arg arg ...?
++tclsh8.5 ?-encoding name? ?fileName arg arg ...?
+

DESCRIPTION

+ Tclsh 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 source it if desired. +

+ If you create a Tcl script in a file whose first line is +-

#!/usr/local/bin/tclsh
++
#!/usr/local/bin/tclsh8.5
+ then you can invoke the script file directly from your shell if + you mark the file as executable. + This assumes that tclsh has been installed in the default +@@ -72,7 +72,7 @@ + following three lines: +
#!/bin/sh
+ # the next line restarts using tclsh \
+-exec tclsh "$0" "$@"
++exec tclsh8.5 "$0" "$@"
+ This approach has three advantages over the approach in the previous + paragraph. First, the location of the tclsh binary doesn't have + to be hard-wired into the script: it can be anywhere in your shell diff --git a/lang/tcl-manual/files/patch-tcl8.5a1::html::UserCmd::wish.htm b/lang/tcl-manual/files/patch-tcl8.5a1::html::UserCmd::wish.htm new file mode 100644 index 000000000000..3c872e31a5a3 --- /dev/null +++ b/lang/tcl-manual/files/patch-tcl8.5a1::html::UserCmd::wish.htm @@ -0,0 +1,38 @@ +--- 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 @@ +
wish - Simple windowing shell
+
SYNOPSIS +
+-
wish ?-encoding name? ?fileName arg arg ...? ++
wish8.5 ?-encoding name? ?fileName arg arg ...? +
+
OPTIONS +
+@@ -36,7 +36,7 @@ +

NAME

+ wish - Simple windowing shell +

SYNOPSIS

+-wish ?-encoding name? ?fileName arg arg ...?
++wish8.5 ?-encoding name? ?fileName arg arg ...?
+

OPTIONS

+
+
-encoding name
+@@ -154,7 +154,7 @@ +

+

SCRIPT FILES

+ If you create a Tcl script in a file whose first line is +-
#!/usr/local/bin/wish
++
#!/usr/local/bin/wish8.5
+ then you can invoke the script file directly from your shell if + you mark it as executable. + This assumes that wish has been installed in the default +@@ -168,7 +168,7 @@ + following three lines: +
#!/bin/sh
+ # the next line restarts using wish \
+-exec wish "$0" "$@"
++exec wish8.5 "$0" "$@"
+ This approach has three advantages over the approach in the previous + paragraph. First, the location of the wish binary doesn't have + to be hard-wired into the script: it can be anywhere in your shell diff --git a/lang/tcl-manual/pkg-descr b/lang/tcl-manual/pkg-descr index b09796976a19..384f5ba259b7 100644 --- a/lang/tcl-manual/pkg-descr +++ b/lang/tcl-manual/pkg-descr @@ -1,6 +1,7 @@ These are the manuals for the TCL and TK commands and the TCL and -TK library. They're installed in share/doc/tcl83/contents.htm and -share/doc/tcl84/contents.htm. +TK library. They're installed in PREFIX/share/doc/tcl83/contents.htm, +PREFIX/share/doc/tcl84/contents.htm and +PREFIX/share/doc/tcl85/contents.htm. WWW: http://www.scriptics.com/ diff --git a/lang/tcl-manual/pkg-plist b/lang/tcl-manual/pkg-plist index 3ae7c87fb231..820249b6e90c 100644 --- a/lang/tcl-manual/pkg-plist +++ b/lang/tcl-manual/pkg-plist @@ -1,712 +1,1101 @@ -share/doc/tcl83/Keywords/A.htm -share/doc/tcl83/Keywords/B.htm -share/doc/tcl83/Keywords/C.htm -share/doc/tcl83/Keywords/D.htm -share/doc/tcl83/Keywords/E.htm -share/doc/tcl83/Keywords/F.htm -share/doc/tcl83/Keywords/G.htm -share/doc/tcl83/Keywords/H.htm -share/doc/tcl83/Keywords/I.htm -share/doc/tcl83/Keywords/J.htm -share/doc/tcl83/Keywords/K.htm -share/doc/tcl83/Keywords/L.htm -share/doc/tcl83/Keywords/M.htm -share/doc/tcl83/Keywords/N.htm -share/doc/tcl83/Keywords/O.htm -share/doc/tcl83/Keywords/P.htm -share/doc/tcl83/Keywords/Q.htm -share/doc/tcl83/Keywords/R.htm -share/doc/tcl83/Keywords/S.htm -share/doc/tcl83/Keywords/T.htm -share/doc/tcl83/Keywords/U.htm -share/doc/tcl83/Keywords/V.htm -share/doc/tcl83/Keywords/W.htm -share/doc/tcl83/Keywords/X.htm -share/doc/tcl83/Keywords/Y.htm -share/doc/tcl83/Keywords/Z.htm -share/doc/tcl83/Keywords/contents.htm -share/doc/tcl83/TclCmd/Tcl.htm -share/doc/tcl83/TclCmd/after.htm -share/doc/tcl83/TclCmd/append.htm -share/doc/tcl83/TclCmd/array.htm -share/doc/tcl83/TclCmd/bgerror.htm -share/doc/tcl83/TclCmd/binary.htm -share/doc/tcl83/TclCmd/break.htm -share/doc/tcl83/TclCmd/catch.htm -share/doc/tcl83/TclCmd/cd.htm -share/doc/tcl83/TclCmd/clock.htm -share/doc/tcl83/TclCmd/close.htm -share/doc/tcl83/TclCmd/concat.htm -share/doc/tcl83/TclCmd/contents.htm -share/doc/tcl83/TclCmd/continue.htm -share/doc/tcl83/TclCmd/dde.htm -share/doc/tcl83/TclCmd/encoding.htm -share/doc/tcl83/TclCmd/eof.htm -share/doc/tcl83/TclCmd/error.htm -share/doc/tcl83/TclCmd/eval.htm -share/doc/tcl83/TclCmd/exec.htm -share/doc/tcl83/TclCmd/exit.htm -share/doc/tcl83/TclCmd/expr.htm -share/doc/tcl83/TclCmd/fblocked.htm -share/doc/tcl83/TclCmd/fconfigure.htm -share/doc/tcl83/TclCmd/fcopy.htm -share/doc/tcl83/TclCmd/file.htm -share/doc/tcl83/TclCmd/fileevent.htm -share/doc/tcl83/TclCmd/filename.htm -share/doc/tcl83/TclCmd/flush.htm -share/doc/tcl83/TclCmd/for.htm -share/doc/tcl83/TclCmd/foreach.htm -share/doc/tcl83/TclCmd/format.htm -share/doc/tcl83/TclCmd/gets.htm -share/doc/tcl83/TclCmd/glob.htm -share/doc/tcl83/TclCmd/global.htm -share/doc/tcl83/TclCmd/history.htm -share/doc/tcl83/TclCmd/http.htm -share/doc/tcl83/TclCmd/if.htm -share/doc/tcl83/TclCmd/incr.htm -share/doc/tcl83/TclCmd/info.htm -share/doc/tcl83/TclCmd/interp.htm -share/doc/tcl83/TclCmd/join.htm -share/doc/tcl83/TclCmd/lappend.htm -share/doc/tcl83/TclCmd/library.htm -share/doc/tcl83/TclCmd/lindex.htm -share/doc/tcl83/TclCmd/linsert.htm -share/doc/tcl83/TclCmd/list.htm -share/doc/tcl83/TclCmd/llength.htm -share/doc/tcl83/TclCmd/load.htm -share/doc/tcl83/TclCmd/lrange.htm -share/doc/tcl83/TclCmd/lreplace.htm -share/doc/tcl83/TclCmd/lsearch.htm -share/doc/tcl83/TclCmd/lsort.htm -share/doc/tcl83/TclCmd/memory.htm -share/doc/tcl83/TclCmd/msgcat.htm -share/doc/tcl83/TclCmd/namespace.htm -share/doc/tcl83/TclCmd/open.htm -share/doc/tcl83/TclCmd/package.htm -share/doc/tcl83/TclCmd/packagens.htm -share/doc/tcl83/TclCmd/pid.htm -share/doc/tcl83/TclCmd/pkgMkIndex.htm -share/doc/tcl83/TclCmd/proc.htm -share/doc/tcl83/TclCmd/puts.htm -share/doc/tcl83/TclCmd/pwd.htm -share/doc/tcl83/TclCmd/re_syntax.htm -share/doc/tcl83/TclCmd/read.htm -share/doc/tcl83/TclCmd/regexp.htm -share/doc/tcl83/TclCmd/registry.htm -share/doc/tcl83/TclCmd/regsub.htm -share/doc/tcl83/TclCmd/rename.htm -share/doc/tcl83/TclCmd/resource.htm -share/doc/tcl83/TclCmd/return.htm -share/doc/tcl83/TclCmd/safe.htm -share/doc/tcl83/TclCmd/scan.htm -share/doc/tcl83/TclCmd/seek.htm -share/doc/tcl83/TclCmd/set.htm -share/doc/tcl83/TclCmd/socket.htm -share/doc/tcl83/TclCmd/source.htm -share/doc/tcl83/TclCmd/split.htm -share/doc/tcl83/TclCmd/string.htm -share/doc/tcl83/TclCmd/subst.htm -share/doc/tcl83/TclCmd/switch.htm -share/doc/tcl83/TclCmd/tcltest.htm -share/doc/tcl83/TclCmd/tclvars.htm -share/doc/tcl83/TclCmd/tell.htm -share/doc/tcl83/TclCmd/time.htm -share/doc/tcl83/TclCmd/trace.htm -share/doc/tcl83/TclCmd/unknown.htm -share/doc/tcl83/TclCmd/unset.htm -share/doc/tcl83/TclCmd/update.htm -share/doc/tcl83/TclCmd/uplevel.htm -share/doc/tcl83/TclCmd/upvar.htm -share/doc/tcl83/TclCmd/variable.htm -share/doc/tcl83/TclCmd/vwait.htm -share/doc/tcl83/TclCmd/while.htm -share/doc/tcl83/TclLib/Access.htm -share/doc/tcl83/TclLib/AddErrInfo.htm -share/doc/tcl83/TclLib/Alloc.htm -share/doc/tcl83/TclLib/AllowExc.htm -share/doc/tcl83/TclLib/AppInit.htm -share/doc/tcl83/TclLib/AssocData.htm -share/doc/tcl83/TclLib/Async.htm -share/doc/tcl83/TclLib/BackgdErr.htm -share/doc/tcl83/TclLib/Backslash.htm -share/doc/tcl83/TclLib/BoolObj.htm -share/doc/tcl83/TclLib/ByteArrObj.htm -share/doc/tcl83/TclLib/CallDel.htm -share/doc/tcl83/TclLib/ChnlStack.htm -share/doc/tcl83/TclLib/CmdCmplt.htm -share/doc/tcl83/TclLib/Concat.htm -share/doc/tcl83/TclLib/CrtChannel.htm -share/doc/tcl83/TclLib/CrtChnlHdlr.htm -share/doc/tcl83/TclLib/CrtCloseHdlr.htm -share/doc/tcl83/TclLib/CrtCommand.htm -share/doc/tcl83/TclLib/CrtFileHdlr.htm -share/doc/tcl83/TclLib/CrtInterp.htm -share/doc/tcl83/TclLib/CrtMathFnc.htm -share/doc/tcl83/TclLib/CrtObjCmd.htm -share/doc/tcl83/TclLib/CrtSlave.htm -share/doc/tcl83/TclLib/CrtTimerHdlr.htm -share/doc/tcl83/TclLib/CrtTrace.htm -share/doc/tcl83/TclLib/DString.htm -share/doc/tcl83/TclLib/DetachPids.htm -share/doc/tcl83/TclLib/DoOneEvent.htm -share/doc/tcl83/TclLib/DoWhenIdle.htm -share/doc/tcl83/TclLib/DoubleObj.htm -share/doc/tcl83/TclLib/DumpActiveMemory.htm -share/doc/tcl83/TclLib/Encoding.htm -share/doc/tcl83/TclLib/Eval.htm -share/doc/tcl83/TclLib/Exit.htm -share/doc/tcl83/TclLib/ExprLong.htm -share/doc/tcl83/TclLib/ExprLongObj.htm -share/doc/tcl83/TclLib/FindExec.htm -share/doc/tcl83/TclLib/GetCwd.htm -share/doc/tcl83/TclLib/GetHostName.htm -share/doc/tcl83/TclLib/GetIndex.htm -share/doc/tcl83/TclLib/GetInt.htm -share/doc/tcl83/TclLib/GetOpnFl.htm -share/doc/tcl83/TclLib/GetStdChan.htm -share/doc/tcl83/TclLib/GetVersion.htm -share/doc/tcl83/TclLib/Hash.htm -share/doc/tcl83/TclLib/Init.htm -share/doc/tcl83/TclLib/InitStubs.htm -share/doc/tcl83/TclLib/IntObj.htm -share/doc/tcl83/TclLib/Interp.htm -share/doc/tcl83/TclLib/LinkVar.htm -share/doc/tcl83/TclLib/ListObj.htm -share/doc/tcl83/TclLib/Notifier.htm -share/doc/tcl83/TclLib/Object.htm -share/doc/tcl83/TclLib/ObjectType.htm -share/doc/tcl83/TclLib/OpenFileChnl.htm -share/doc/tcl83/TclLib/OpenTcp.htm -share/doc/tcl83/TclLib/ParseCmd.htm -share/doc/tcl83/TclLib/PkgRequire.htm -share/doc/tcl83/TclLib/Preserve.htm -share/doc/tcl83/TclLib/PrintDbl.htm -share/doc/tcl83/TclLib/RecEvalObj.htm -share/doc/tcl83/TclLib/RecordEval.htm -share/doc/tcl83/TclLib/RegExp.htm -share/doc/tcl83/TclLib/SaveResult.htm -share/doc/tcl83/TclLib/SetErrno.htm -share/doc/tcl83/TclLib/SetRecLmt.htm -share/doc/tcl83/TclLib/SetResult.htm -share/doc/tcl83/TclLib/SetVar.htm -share/doc/tcl83/TclLib/Sleep.htm -share/doc/tcl83/TclLib/SourceRCFile.htm -share/doc/tcl83/TclLib/SplitList.htm -share/doc/tcl83/TclLib/SplitPath.htm -share/doc/tcl83/TclLib/StaticPkg.htm -share/doc/tcl83/TclLib/StrMatch.htm -share/doc/tcl83/TclLib/StringObj.htm -share/doc/tcl83/TclLib/TCL_MEM_DEBUG.htm -share/doc/tcl83/TclLib/Tcl_Main.htm -share/doc/tcl83/TclLib/Thread.htm -share/doc/tcl83/TclLib/ToUpper.htm -share/doc/tcl83/TclLib/TraceVar.htm -share/doc/tcl83/TclLib/Translate.htm -share/doc/tcl83/TclLib/UpVar.htm -share/doc/tcl83/TclLib/Utf.htm -share/doc/tcl83/TclLib/WrongNumArgs.htm -share/doc/tcl83/TclLib/contents.htm -share/doc/tcl83/TkCmd/bell.htm -share/doc/tcl83/TkCmd/bind.htm -share/doc/tcl83/TkCmd/bindtags.htm -share/doc/tcl83/TkCmd/bitmap.htm -share/doc/tcl83/TkCmd/button.htm -share/doc/tcl83/TkCmd/canvas.htm -share/doc/tcl83/TkCmd/checkbutton.htm -share/doc/tcl83/TkCmd/chooseColor.htm -share/doc/tcl83/TkCmd/chooseDirectory.htm -share/doc/tcl83/TkCmd/clipboard.htm -share/doc/tcl83/TkCmd/colors.htm -share/doc/tcl83/TkCmd/contents.htm -share/doc/tcl83/TkCmd/cursors.htm -share/doc/tcl83/TkCmd/destroy.htm -share/doc/tcl83/TkCmd/dialog.htm -share/doc/tcl83/TkCmd/entry.htm -share/doc/tcl83/TkCmd/event.htm -share/doc/tcl83/TkCmd/focus.htm -share/doc/tcl83/TkCmd/focusNext.htm -share/doc/tcl83/TkCmd/font.htm -share/doc/tcl83/TkCmd/frame.htm -share/doc/tcl83/TkCmd/getOpenFile.htm -share/doc/tcl83/TkCmd/grab.htm -share/doc/tcl83/TkCmd/grid.htm -share/doc/tcl83/TkCmd/image.htm -share/doc/tcl83/TkCmd/keysyms.htm -share/doc/tcl83/TkCmd/label.htm -share/doc/tcl83/TkCmd/listbox.htm -share/doc/tcl83/TkCmd/loadTk.htm -share/doc/tcl83/TkCmd/lower.htm -share/doc/tcl83/TkCmd/menu.htm -share/doc/tcl83/TkCmd/menubutton.htm -share/doc/tcl83/TkCmd/message.htm -share/doc/tcl83/TkCmd/messageBox.htm -share/doc/tcl83/TkCmd/option.htm -share/doc/tcl83/TkCmd/optionMenu.htm -share/doc/tcl83/TkCmd/options.htm -share/doc/tcl83/TkCmd/pack.htm -share/doc/tcl83/TkCmd/palette.htm -share/doc/tcl83/TkCmd/photo.htm -share/doc/tcl83/TkCmd/place.htm -share/doc/tcl83/TkCmd/popup.htm -share/doc/tcl83/TkCmd/radiobutton.htm -share/doc/tcl83/TkCmd/raise.htm -share/doc/tcl83/TkCmd/scale.htm -share/doc/tcl83/TkCmd/scrollbar.htm -share/doc/tcl83/TkCmd/selection.htm -share/doc/tcl83/TkCmd/send.htm -share/doc/tcl83/TkCmd/text.htm -share/doc/tcl83/TkCmd/tk.htm -share/doc/tcl83/TkCmd/tkerror.htm -share/doc/tcl83/TkCmd/tkvars.htm -share/doc/tcl83/TkCmd/tkwait.htm -share/doc/tcl83/TkCmd/toplevel.htm -share/doc/tcl83/TkCmd/winfo.htm -share/doc/tcl83/TkCmd/wm.htm -share/doc/tcl83/TkLib/3DBorder.htm -share/doc/tcl83/TkLib/AddOption.htm -share/doc/tcl83/TkLib/BindTable.htm -share/doc/tcl83/TkLib/CanvPsY.htm -share/doc/tcl83/TkLib/CanvTkwin.htm -share/doc/tcl83/TkLib/CanvTxtInfo.htm -share/doc/tcl83/TkLib/Clipboard.htm -share/doc/tcl83/TkLib/ClrSelect.htm -share/doc/tcl83/TkLib/ConfigWidg.htm -share/doc/tcl83/TkLib/ConfigWind.htm -share/doc/tcl83/TkLib/CoordToWin.htm -share/doc/tcl83/TkLib/CrtErrHdlr.htm -share/doc/tcl83/TkLib/CrtGenHdlr.htm -share/doc/tcl83/TkLib/CrtImgType.htm -share/doc/tcl83/TkLib/CrtItemType.htm -share/doc/tcl83/TkLib/CrtPhImgFmt.htm -share/doc/tcl83/TkLib/CrtSelHdlr.htm -share/doc/tcl83/TkLib/CrtWindow.htm -share/doc/tcl83/TkLib/DeleteImg.htm -share/doc/tcl83/TkLib/DrawFocHlt.htm -share/doc/tcl83/TkLib/EventHndlr.htm -share/doc/tcl83/TkLib/FindPhoto.htm -share/doc/tcl83/TkLib/FontId.htm -share/doc/tcl83/TkLib/FreeXId.htm -share/doc/tcl83/TkLib/GeomReq.htm -share/doc/tcl83/TkLib/GetAnchor.htm -share/doc/tcl83/TkLib/GetBitmap.htm -share/doc/tcl83/TkLib/GetCapStyl.htm -share/doc/tcl83/TkLib/GetClrmap.htm -share/doc/tcl83/TkLib/GetColor.htm -share/doc/tcl83/TkLib/GetCursor.htm -share/doc/tcl83/TkLib/GetDash.htm -share/doc/tcl83/TkLib/GetFont.htm -share/doc/tcl83/TkLib/GetGC.htm -share/doc/tcl83/TkLib/GetHINSTANCE.htm -share/doc/tcl83/TkLib/GetHWND.htm -share/doc/tcl83/TkLib/GetImage.htm -share/doc/tcl83/TkLib/GetJoinStl.htm -share/doc/tcl83/TkLib/GetJustify.htm -share/doc/tcl83/TkLib/GetOption.htm -share/doc/tcl83/TkLib/GetPixels.htm -share/doc/tcl83/TkLib/GetPixmap.htm -share/doc/tcl83/TkLib/GetRelief.htm -share/doc/tcl83/TkLib/GetRootCrd.htm -share/doc/tcl83/TkLib/GetScroll.htm -share/doc/tcl83/TkLib/GetSelect.htm -share/doc/tcl83/TkLib/GetUid.htm -share/doc/tcl83/TkLib/GetVRoot.htm -share/doc/tcl83/TkLib/GetVisual.htm -share/doc/tcl83/TkLib/Grab.htm -share/doc/tcl83/TkLib/HWNDToWindow.htm -share/doc/tcl83/TkLib/HandleEvent.htm -share/doc/tcl83/TkLib/IdToWindow.htm -share/doc/tcl83/TkLib/ImgChanged.htm -share/doc/tcl83/TkLib/InternAtom.htm -share/doc/tcl83/TkLib/MainLoop.htm -share/doc/tcl83/TkLib/MainWin.htm -share/doc/tcl83/TkLib/MaintGeom.htm -share/doc/tcl83/TkLib/ManageGeom.htm -share/doc/tcl83/TkLib/MapWindow.htm -share/doc/tcl83/TkLib/MeasureChar.htm -share/doc/tcl83/TkLib/MoveToplev.htm -share/doc/tcl83/TkLib/Name.htm -share/doc/tcl83/TkLib/NameOfImg.htm -share/doc/tcl83/TkLib/OwnSelect.htm -share/doc/tcl83/TkLib/ParseArgv.htm -share/doc/tcl83/TkLib/QWinEvent.htm -share/doc/tcl83/TkLib/Restack.htm -share/doc/tcl83/TkLib/RestrictEv.htm -share/doc/tcl83/TkLib/SetAppName.htm -share/doc/tcl83/TkLib/SetClass.htm -share/doc/tcl83/TkLib/SetGrid.htm -share/doc/tcl83/TkLib/SetOptions.htm -share/doc/tcl83/TkLib/SetVisual.htm -share/doc/tcl83/TkLib/StrictMotif.htm -share/doc/tcl83/TkLib/TextLayout.htm -share/doc/tcl83/TkLib/TkInitStubs.htm -share/doc/tcl83/TkLib/Tk_Init.htm -share/doc/tcl83/TkLib/Tk_Main.htm -share/doc/tcl83/TkLib/WindowId.htm -share/doc/tcl83/TkLib/contents.htm -share/doc/tcl83/UserCmd/contents.htm -share/doc/tcl83/UserCmd/tclsh.htm -share/doc/tcl83/UserCmd/wish.htm -share/doc/tcl83/contents.htm -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/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/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/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/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/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/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/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/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 + +@dirrm share/doc/tcl85/UserCmd +@dirrm share/doc/tcl85/TkLib +@dirrm share/doc/tcl85/TkCmd +@dirrm share/doc/tcl85/TclLib +@dirrm share/doc/tcl85/TclCmd +@dirrm share/doc/tcl85/Keywords +@dirrm share/doc/tcl85 @dirrm share/doc/tcl84/UserCmd @dirrm share/doc/tcl84/TkLib @dirrm share/doc/tcl84/TkCmd