svn commit: r315951 - in head/lang/tcl-manual: . files

Pietro Cerutti gahr at FreeBSD.org
Wed Apr 17 09:05:40 UTC 2013


Author: gahr
Date: Wed Apr 17 09:05:39 2013
New Revision: 315951
URL: http://svnweb.freebsd.org/changeset/ports/315951

Log:
  - Bring up-to-date with current releases of Tcl/Tk
  - Refactor and make easier to maintain and update
  
  Feature safe:	yes
  PR:		176230
  Submitted by:	Pietro Cerutti <gahr at FreeBSD.org>
  Approved by:	maintainer (timeout after 2 months)

Deleted:
  head/lang/tcl-manual/files/
Modified:
  head/lang/tcl-manual/Makefile   (contents, props changed)
  head/lang/tcl-manual/distinfo   (contents, props changed)
  head/lang/tcl-manual/pkg-plist   (contents, props changed)

Modified: head/lang/tcl-manual/Makefile
==============================================================================
--- head/lang/tcl-manual/Makefile	Wed Apr 17 08:59:53 2013	(r315950)
+++ head/lang/tcl-manual/Makefile	Wed Apr 17 09:05:39 2013	(r315951)
@@ -1,15 +1,11 @@
-# New ports collection makefile for:   tcl-manual
-# Date created:        13 December 2001
-# Whom:                Edwin Groothuis (edwin at mavetju.org)
-#
+# Created by: Edwin Groothuis (edwin at 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 at mavetju.org
 COMMENT=	Documentation for TCL (Tool Command Language)
@@ -17,28 +13,33 @@ COMMENT=	Documentation for TCL (Tool Com
 NO_WRKSUBDIR=	yes
 NO_BUILD=	yes
 
+VERSIONS=	8.4.19 \
+		8.5.14 \
+		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>

Modified: head/lang/tcl-manual/distinfo
==============================================================================
--- head/lang/tcl-manual/distinfo	Wed Apr 17 08:59:53 2013	(r315950)
+++ head/lang/tcl-manual/distinfo	Wed Apr 17 09:05:39 2013	(r315951)
@@ -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.14/tcl8.5.14-html.tar.gz) = 3b2c9369568dd922a955d77b2fdc206baee7aa021c5b8769d9b0f76625b501a0
+SIZE (8.5.14/tcl8.5.14-html.tar.gz) = 935323
+SHA256 (8.6.0/tcl8.6.0-html.tar.gz) = 7d440f01bda9e4a2b88f735ae92292967bdfc6853e145718bba5f72edddd586a
+SIZE (8.6.0/tcl8.6.0-html.tar.gz) = 1168655

Modified: head/lang/tcl-manual/pkg-plist
==============================================================================
--- head/lang/tcl-manual/pkg-plist	Wed Apr 17 08:59:53 2013	(r315950)
+++ head/lang/tcl-manual/pkg-plist	Wed Apr 17 09:05:39 2013	(r315951)
@@ -1,1093 +1,1284 @@
-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

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***


More information about the svn-ports-all mailing list