From 57459356cead9d1d009c88df597f77f8f9e3d072 Mon Sep 17 00:00:00 2001 From: "Justin M. Seger" Date: Thu, 21 May 1998 01:36:28 +0000 Subject: Import of tclX8.0.2 PR: 6540 Submitted by: dob@bazzle.com --- lang/tclX82/Makefile | 27 +- lang/tclX82/distinfo | 2 +- lang/tclX82/files/patch-ab | 22 +- lang/tclX82/files/patch-ac | 15 +- lang/tclX82/files/patch-ad | 11 + lang/tclX82/pkg-descr | 1 - lang/tclX82/pkg-plist | 621 +++++++++++++++++++++++---------------------- 7 files changed, 352 insertions(+), 347 deletions(-) create mode 100644 lang/tclX82/files/patch-ad (limited to 'lang/tclX82') diff --git a/lang/tclX82/Makefile b/lang/tclX82/Makefile index 6da3107bf30e..16bf733e5bd3 100644 --- a/lang/tclX82/Makefile +++ b/lang/tclX82/Makefile @@ -1,34 +1,25 @@ # New ports collection makefile for: tclX -# Version required: 7.5.2 +# Version required: 8.0.2 # Date created: 6 February 1996 # Whom: jkh # -# $Id: Makefile,v 1.19 1997/10/09 08:19:14 tg Exp $ +# $Id: Makefile,v 1.20 1997/12/24 01:21:39 alex Exp $ # -DISTNAME= tclX7.5.2 -PKGNAME= tclX-7.5.2 -CATEGORIES= lang tk41 +DISTNAME= tclX8.0.2 +PKGNAME= tclX-8.0.2 +CATEGORIES= lang tcl80 tk80 MASTER_SITES= ftp://ftp.neosoft.com/pub/tcl/tclx-distrib/ -LIB_DEPENDS= tk41\\.1:${PORTSDIR}/x11/tk41 +MAINTAINER= jseger@FreeBSD.ORG -MAINTAINER= ports@FreeBSD.ORG +LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11/tk80 WRKSRC= ${WRKDIR}/${DISTNAME}/unix GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --with-tk -CONFIGURE_ENV= PREFIX=${PREFIX} -MAN3= CmdWrite.3 Handles.3 Keylist.3 TclCommandWriting.3 \ - TclXInit.3 Tcl_HandleAlloc.3 Tcl_HandleFree.3 \ - Tcl_HandleTblInit.3 Tcl_HandleTblRelease.3 \ - Tcl_HandleTblUseCount.3 Tcl_HandleWalk.3 \ - Tcl_HandleXlate.3 Tcl_GetKeyedListKeys.3 \ - Tcl_GetKeyedListField.3 Tcl_SetKeyedListField.3 \ - Tcl_DeleteKeyedListField.3 Tclx_Init.3 \ - Tclxcmd_Init.3 TclX_Main.3 Tkx_Init.3 TkX_Main.3 -MANN= Memory.n TclX.n ckalloc.n memory.n ckfree.n \ - Tcl_DisplayMemory.n Tcl_InitMemory.n Tcl_ValidateAllMemory.n +MAN3= CmdWrite.3 Handles.3 Keylist.3 TclXInit.3 +MANN= Memory.n TclX.n post-install: $(INSTALL_MAN) $(WRKSRC)/../doc/CmdWrite.3 $(PREFIX)/man/man3 diff --git a/lang/tclX82/distinfo b/lang/tclX82/distinfo index e941ceef8a8b..cd9910c5404f 100644 --- a/lang/tclX82/distinfo +++ b/lang/tclX82/distinfo @@ -1 +1 @@ -MD5 (tclX7.5.2.tar.gz) = b32202022f9c54685daa236a88a8d303 +MD5 (tclX8.0.2.tar.gz) = b47fb84616c4d3ce9d8c4862c7bcfc44 diff --git a/lang/tclX82/files/patch-ab b/lang/tclX82/files/patch-ab index 5a621b554637..64587cd18d07 100644 --- a/lang/tclX82/files/patch-ab +++ b/lang/tclX82/files/patch-ab @@ -1,20 +1,20 @@ ---- ../tcl/unix/Makefile.in.orig Sun Jun 16 07:39:09 1996 -+++ ../tcl/unix/Makefile.in Thu Oct 9 09:49:19 1997 -@@ -85,7 +85,7 @@ +--- ../tcl/unix/Makefile.in.ORIG Sun May 3 18:52:36 1998 ++++ ../tcl/unix/Makefile.in Sun May 3 18:53:16 1998 +@@ -124,7 +124,7 @@ # If a link fails, purge the executable, as some systems leave invalid # executables around. # --all: libtclx.a SHLIB_@BUILD_SHARED@ tcl checkup RUNTIME tclXtest runtest -+all: libtclx.a SHLIB_@BUILD_SHARED@ tcl checkup RUNTIME +-all: tcl checkup RUNTIME tclXtest ++all: tcl checkup RUNTIME - tcl: tclXAppInit.o libtclx.a SHLIB_@BUILD_SHARED@ - ${CC} ${LD_SWITCHES} tclXAppInit.o ${LDLIBS} -o tcl || \ -@@ -237,7 +237,7 @@ + static: tcl.static tclXtest.static + +@@ -173,7 +173,7 @@ # unless we don't have them. # - RUNTIME: tcl.tlib tcl.tndx tclx.tcl buildidx.tcl loadouster.tcl help.tmp \ + RUNTIME: tcl.tlib tcl.tndx tclx.tcl buildidx.tcl autoload.tcl help.tmp \ - dltest.tmp checkup + checkup - - tcl.tlib: ${TLIB_SRCS} + + tcl.tlib: ${TLIB_SRCS} autoload.tcl -rm -f tcl.tlib tcl.tndx diff --git a/lang/tclX82/files/patch-ac b/lang/tclX82/files/patch-ac index b8b932364be2..1486eb003eff 100644 --- a/lang/tclX82/files/patch-ac +++ b/lang/tclX82/files/patch-ac @@ -1,12 +1,11 @@ ---- ../tk/unix/Makefile.in.orig Sun Jun 16 07:39:17 1996 -+++ ../tk/unix/Makefile.in Thu Oct 9 09:57:43 1997 -@@ -67,8 +67,7 @@ +--- ../tk/unix/Makefile.in.ORIG Sun May 3 18:54:47 1998 ++++ ../tk/unix/Makefile.in Sun May 3 18:55:31 1998 +@@ -85,7 +85,7 @@ # If a link fails, purge the executable, as some systems leave invalid # executables around. # --all: libtkx.a SHLIB_@BUILD_SHARED@ wishx RUNTIME tktest runtest \ -- ${bldbasedir}/tk/tests -+all: libtkx.a SHLIB_@BUILD_SHARED@ wishx RUNTIME +-all: wishx RUNTIME tktest ++all: wishx RUNTIME + + static: wishx.static tktest.static - wishx: tkXAppInit.o libtkx.a ${LIBTK} ${LIBTCLX} - ${CC} ${LD_SWITCHES} tkXAppInit.o ${LDLIBS} -o wishx || \ diff --git a/lang/tclX82/files/patch-ad b/lang/tclX82/files/patch-ad new file mode 100644 index 000000000000..598bb87e8aaf --- /dev/null +++ b/lang/tclX82/files/patch-ad @@ -0,0 +1,11 @@ +--- Common.mk.in Tue May 5 20:38:21 1998 ++++ Common.mk.in.ORIG Tue May 5 20:38:02 1998 +@@ -102,7 +102,7 @@ + TCL_DL_LIBS = @TCL_DL_LIBS@ + TCL_SHLIB_LD = @TCL_SHLIB_LD@ + TCL_SHLIB_LD_LIBS = @TCL_SHLIB_LD_LIBS@ +-TCL_BUILD_LIB_SPEC = @TCL_BUILD_LIB_SPEC@ ++TCL_BUILD_LIB_SPEC = @TCL_LIB_SPEC@ + TCL_LIB_SPEC = @TCL_LIB_SPEC@ + TCL_LD_SEARCH_FLAGS = @TCL_LD_SEARCH_FLAGS@ + diff --git a/lang/tclX82/pkg-descr b/lang/tclX82/pkg-descr index c706e8cabe50..e238c10cf4a2 100644 --- a/lang/tclX82/pkg-descr +++ b/lang/tclX82/pkg-descr @@ -6,4 +6,3 @@ programming tasks, with many additional interfaces to the Unix operating system, It is upwardly compatible with Tcl. You take the Extended Tcl package, add it to Tcl, and from that you get Extended Tcl. - diff --git a/lang/tclX82/pkg-plist b/lang/tclX82/pkg-plist index ca543e23c55a..5024072c951c 100644 --- a/lang/tclX82/pkg-plist +++ b/lang/tclX82/pkg-plist @@ -1,318 +1,323 @@ bin/tcl -bin/wishx bin/tclhelp +bin/wishx include/tclExtend.h -lib/libtclx.a +lib/libtclx802.a @exec ranlib %D/%F -lib/libtclx.so -@exec ln -fs %D/%F %B/libtclx.so.75.2 -lib/tclxConfig.sh -lib/libtkx.a +lib/libtclx802.so.1.2 +lib/libtkx802.a @exec ranlib %D/%F -lib/libtkx.so -@exec ln -fs %D/%F %B/libtkx.so.41.2 -lib/tkxConfig.sh +lib/libtkx802.so.1.2 @exec /sbin/ldconfig -m %D/lib -@unexec /sbin/ldconfig -R -man/man3/TclCommandWriting.3.gz -man/man3/Tcl_HandleAlloc.3.gz -man/man3/Tcl_HandleFree.3.gz -man/man3/Tcl_HandleTblInit.3.gz -man/man3/Tcl_HandleTblRelease.3.gz -man/man3/Tcl_HandleTblUseCount.3.gz -man/man3/Tcl_HandleWalk.3.gz -man/man3/Tcl_HandleXlate.3.gz -man/man3/Tcl_GetKeyedListKeys.3.gz -man/man3/Tcl_GetKeyedListField.3.gz -man/man3/Tcl_SetKeyedListField.3.gz -man/man3/Tcl_DeleteKeyedListField.3.gz -man/man3/Tclx_Init.3.gz -man/man3/Tclxcmd_Init.3.gz -man/man3/TclX_Main.3.gz -man/man3/Tkx_Init.3.gz -man/man3/TkX_Main.3.gz -man/man3/TclXInit.3.gz +lib/tclX8.0.2/buildidx.tcl +lib/tclX8.0.2/help/Tcl.brf +lib/tclX8.0.2/help/TclX.brf +lib/tclX8.0.2/help/help +lib/tclX8.0.2/help/tcl/control/break +lib/tclX8.0.2/help/tcl/control/case +lib/tclX8.0.2/help/tcl/control/catch +lib/tclX8.0.2/help/tcl/control/commandloop +lib/tclX8.0.2/help/tcl/control/continue +lib/tclX8.0.2/help/tcl/control/error +lib/tclX8.0.2/help/tcl/control/eval +lib/tclX8.0.2/help/tcl/control/exit +lib/tclX8.0.2/help/tcl/control/for +lib/tclX8.0.2/help/tcl/control/foreach +lib/tclX8.0.2/help/tcl/control/if +lib/tclX8.0.2/help/tcl/control/interp +lib/tclX8.0.2/help/tcl/control/loop +lib/tclX8.0.2/help/tcl/control/proc +lib/tclX8.0.2/help/tcl/control/rename +lib/tclX8.0.2/help/tcl/control/return +lib/tclX8.0.2/help/tcl/control/safe +lib/tclX8.0.2/help/tcl/control/source +lib/tclX8.0.2/help/tcl/control/switch +lib/tclX8.0.2/help/tcl/control/tclx_errorHandler +lib/tclX8.0.2/help/tcl/control/try_eval +lib/tclX8.0.2/help/tcl/control/uplevel +lib/tclX8.0.2/help/tcl/control/while +lib/tclX8.0.2/help/tcl/debug/cmdtrace +lib/tclX8.0.2/help/tcl/debug/edprocs +lib/tclX8.0.2/help/tcl/debug/profile +lib/tclX8.0.2/help/tcl/debug/profrep +lib/tclX8.0.2/help/tcl/debug/saveprocs +lib/tclX8.0.2/help/tcl/events/after +lib/tclX8.0.2/help/tcl/events/background-error +lib/tclX8.0.2/help/tcl/events/fileevent +lib/tclX8.0.2/help/tcl/events/mainloop +lib/tclX8.0.2/help/tcl/events/update +lib/tclX8.0.2/help/tcl/events/vwait +lib/tclX8.0.2/help/tcl/files/bsearch +lib/tclX8.0.2/help/tcl/files/chgrp +lib/tclX8.0.2/help/tcl/files/chmod +lib/tclX8.0.2/help/tcl/files/chown +lib/tclX8.0.2/help/tcl/files/chroot +lib/tclX8.0.2/help/tcl/files/close +lib/tclX8.0.2/help/tcl/files/dup +lib/tclX8.0.2/help/tcl/files/echo +lib/tclX8.0.2/help/tcl/files/eof +lib/tclX8.0.2/help/tcl/files/fblocked +lib/tclX8.0.2/help/tcl/files/fcntl +lib/tclX8.0.2/help/tcl/files/fconfigure +lib/tclX8.0.2/help/tcl/files/fcopy +lib/tclX8.0.2/help/tcl/files/file +lib/tclX8.0.2/help/tcl/files/filename +lib/tclX8.0.2/help/tcl/files/flock +lib/tclX8.0.2/help/tcl/files/flush +lib/tclX8.0.2/help/tcl/files/for_file +lib/tclX8.0.2/help/tcl/files/for_recursive_glob +lib/tclX8.0.2/help/tcl/files/fstat +lib/tclX8.0.2/help/tcl/files/ftruncate +lib/tclX8.0.2/help/tcl/files/funlock +lib/tclX8.0.2/help/tcl/files/gets +lib/tclX8.0.2/help/tcl/files/glob +lib/tclX8.0.2/help/tcl/files/lgets +lib/tclX8.0.2/help/tcl/files/link +lib/tclX8.0.2/help/tcl/files/open +lib/tclX8.0.2/help/tcl/files/pipe +lib/tclX8.0.2/help/tcl/files/puts +lib/tclX8.0.2/help/tcl/files/read +lib/tclX8.0.2/help/tcl/files/read_file +lib/tclX8.0.2/help/tcl/files/readdir +lib/tclX8.0.2/help/tcl/files/recursive_glob +lib/tclX8.0.2/help/tcl/files/seek +lib/tclX8.0.2/help/tcl/files/select +lib/tclX8.0.2/help/tcl/files/sync +lib/tclX8.0.2/help/tcl/files/tell +lib/tclX8.0.2/help/tcl/files/write_file +lib/tclX8.0.2/help/tcl/filescan/scancontext +lib/tclX8.0.2/help/tcl/filescan/scanfile +lib/tclX8.0.2/help/tcl/filescan/scanmatch +lib/tclX8.0.2/help/tcl/internation/catclose +lib/tclX8.0.2/help/tcl/internation/catgets +lib/tclX8.0.2/help/tcl/internation/catopen +lib/tclX8.0.2/help/tcl/intro/keyedlists +lib/tclX8.0.2/help/tcl/intro/syntax +lib/tclX8.0.2/help/tcl/intro/tclsh +lib/tclX8.0.2/help/tcl/keyedlists/keyldel +lib/tclX8.0.2/help/tcl/keyedlists/keylget +lib/tclX8.0.2/help/tcl/keyedlists/keylkeys +lib/tclX8.0.2/help/tcl/keyedlists/keylset +lib/tclX8.0.2/help/tcl/libraries/auto_commands +lib/tclX8.0.2/help/tcl/libraries/auto_load_file +lib/tclX8.0.2/help/tcl/libraries/auto_packages +lib/tclX8.0.2/help/tcl/libraries/buildpackageindex +lib/tclX8.0.2/help/tcl/libraries/convert_lib +lib/tclX8.0.2/help/tcl/libraries/library +lib/tclX8.0.2/help/tcl/libraries/load +lib/tclX8.0.2/help/tcl/libraries/loadlibindex +lib/tclX8.0.2/help/tcl/libraries/package +lib/tclX8.0.2/help/tcl/libraries/packagelib +lib/tclX8.0.2/help/tcl/libraries/pkgMkIndex +lib/tclX8.0.2/help/tcl/libraries/searchpath +lib/tclX8.0.2/help/tcl/libraries/unknown +lib/tclX8.0.2/help/tcl/lists/concat +lib/tclX8.0.2/help/tcl/lists/intersect +lib/tclX8.0.2/help/tcl/lists/intersect3 +lib/tclX8.0.2/help/tcl/lists/join +lib/tclX8.0.2/help/tcl/lists/lappend +lib/tclX8.0.2/help/tcl/lists/lassign +lib/tclX8.0.2/help/tcl/lists/lcontain +lib/tclX8.0.2/help/tcl/lists/lempty +lib/tclX8.0.2/help/tcl/lists/lindex +lib/tclX8.0.2/help/tcl/lists/linsert +lib/tclX8.0.2/help/tcl/lists/list +lib/tclX8.0.2/help/tcl/lists/llength +lib/tclX8.0.2/help/tcl/lists/lmatch +lib/tclX8.0.2/help/tcl/lists/lrange +lib/tclX8.0.2/help/tcl/lists/lreplace +lib/tclX8.0.2/help/tcl/lists/lrmdups +lib/tclX8.0.2/help/tcl/lists/lsearch +lib/tclX8.0.2/help/tcl/lists/lsort +lib/tclX8.0.2/help/tcl/lists/lvarcat +lib/tclX8.0.2/help/tcl/lists/lvarpop +lib/tclX8.0.2/help/tcl/lists/lvarpush +lib/tclX8.0.2/help/tcl/lists/split +lib/tclX8.0.2/help/tcl/lists/union +lib/tclX8.0.2/help/tcl/math/expr +lib/tclX8.0.2/help/tcl/math/fmathcmds +lib/tclX8.0.2/help/tcl/math/incr +lib/tclX8.0.2/help/tcl/math/max +lib/tclX8.0.2/help/tcl/math/min +lib/tclX8.0.2/help/tcl/math/random +lib/tclX8.0.2/help/tcl/processes/exec +lib/tclX8.0.2/help/tcl/processes/execl +lib/tclX8.0.2/help/tcl/processes/fork +lib/tclX8.0.2/help/tcl/processes/kill +lib/tclX8.0.2/help/tcl/processes/nice +lib/tclX8.0.2/help/tcl/processes/pid +lib/tclX8.0.2/help/tcl/processes/system +lib/tclX8.0.2/help/tcl/processes/wait +lib/tclX8.0.2/help/tcl/signals/signal +lib/tclX8.0.2/help/tcl/sockets/host_info +lib/tclX8.0.2/help/tcl/sockets/http +lib/tclX8.0.2/help/tcl/sockets/socket +lib/tclX8.0.2/help/tcl/status/cd +lib/tclX8.0.2/help/tcl/status/dirs +lib/tclX8.0.2/help/tcl/status/history +lib/tclX8.0.2/help/tcl/status/id +lib/tclX8.0.2/help/tcl/status/info +lib/tclX8.0.2/help/tcl/status/infox +lib/tclX8.0.2/help/tcl/status/popd +lib/tclX8.0.2/help/tcl/status/pushd +lib/tclX8.0.2/help/tcl/status/pwd +lib/tclX8.0.2/help/tcl/status/showproc +lib/tclX8.0.2/help/tcl/status/umask +lib/tclX8.0.2/help/tcl/strings/append +lib/tclX8.0.2/help/tcl/strings/binary +lib/tclX8.0.2/help/tcl/strings/ccollate +lib/tclX8.0.2/help/tcl/strings/cconcat +lib/tclX8.0.2/help/tcl/strings/cequal +lib/tclX8.0.2/help/tcl/strings/cindex +lib/tclX8.0.2/help/tcl/strings/clength +lib/tclX8.0.2/help/tcl/strings/crange +lib/tclX8.0.2/help/tcl/strings/csubstr +lib/tclX8.0.2/help/tcl/strings/ctoken +lib/tclX8.0.2/help/tcl/strings/ctype +lib/tclX8.0.2/help/tcl/strings/format +lib/tclX8.0.2/help/tcl/strings/regexp +lib/tclX8.0.2/help/tcl/strings/regsub +lib/tclX8.0.2/help/tcl/strings/replicate +lib/tclX8.0.2/help/tcl/strings/scan +lib/tclX8.0.2/help/tcl/strings/string +lib/tclX8.0.2/help/tcl/strings/subst +lib/tclX8.0.2/help/tcl/strings/translit +lib/tclX8.0.2/help/tcl/tclshell/intro +lib/tclX8.0.2/help/tcl/tclshell/variables +lib/tclX8.0.2/help/tcl/time/alarm +lib/tclX8.0.2/help/tcl/time/clock +lib/tclX8.0.2/help/tcl/time/sleep +lib/tclX8.0.2/help/tcl/time/time +lib/tclX8.0.2/help/tcl/time/times +lib/tclX8.0.2/help/tcl/variables/array +lib/tclX8.0.2/help/tcl/variables/for_array_keys +lib/tclX8.0.2/help/tcl/variables/global +lib/tclX8.0.2/help/tcl/variables/namespace +lib/tclX8.0.2/help/tcl/variables/set +lib/tclX8.0.2/help/tcl/variables/stdvars +lib/tclX8.0.2/help/tcl/variables/trace +lib/tclX8.0.2/help/tcl/variables/unset +lib/tclX8.0.2/help/tcl/variables/upvar +lib/tclX8.0.2/help/tcl/variables/variable +lib/tclX8.0.2/pkgIndex.tcl +lib/tclX8.0.2/tcl.tlib +lib/tclX8.0.2/tcl.tndx +lib/tclX8.0.2/tclXAppInit.c +lib/tclX8.0.2/tclx.tcl +lib/tclxConfig.sh +lib/tkX8.0.2/help/Tk.brf +lib/tkX8.0.2/help/tk/control/bell +lib/tkX8.0.2/help/tk/control/bind +lib/tkX8.0.2/help/tk/control/bindtags +lib/tkX8.0.2/help/tk/control/clipboard +lib/tkX8.0.2/help/tk/control/destroy +lib/tkX8.0.2/help/tk/control/event +lib/tkX8.0.2/help/tk/control/focus +lib/tkX8.0.2/help/tk/control/font +lib/tkX8.0.2/help/tk/control/grab +lib/tkX8.0.2/help/tk/control/grid +lib/tkX8.0.2/help/tk/control/lower +lib/tkX8.0.2/help/tk/control/option +lib/tkX8.0.2/help/tk/control/pack +lib/tkX8.0.2/help/tk/control/pack-old +lib/tkX8.0.2/help/tk/control/place +lib/tkX8.0.2/help/tk/control/raise +lib/tkX8.0.2/help/tk/control/selection +lib/tkX8.0.2/help/tk/control/send +lib/tkX8.0.2/help/tk/control/tk +lib/tkX8.0.2/help/tk/control/tk_bisque +lib/tkX8.0.2/help/tk/control/tk_focusNext +lib/tkX8.0.2/help/tk/control/tk_setPalette +lib/tkX8.0.2/help/tk/control/tkerror +lib/tkX8.0.2/help/tk/control/tkvars +lib/tkX8.0.2/help/tk/control/tkwait +lib/tkX8.0.2/help/tk/control/winfo +lib/tkX8.0.2/help/tk/control/wm +lib/tkX8.0.2/help/tk/images/bitmap +lib/tkX8.0.2/help/tk/images/image +lib/tkX8.0.2/help/tk/images/photo +lib/tkX8.0.2/help/tk/widgets/button +lib/tkX8.0.2/help/tk/widgets/canvas +lib/tkX8.0.2/help/tk/widgets/checkbutton +lib/tkX8.0.2/help/tk/widgets/entry +lib/tkX8.0.2/help/tk/widgets/frame +lib/tkX8.0.2/help/tk/widgets/label +lib/tkX8.0.2/help/tk/widgets/listbox +lib/tkX8.0.2/help/tk/widgets/menu +lib/tkX8.0.2/help/tk/widgets/menubutton +lib/tkX8.0.2/help/tk/widgets/message +lib/tkX8.0.2/help/tk/widgets/options +lib/tkX8.0.2/help/tk/widgets/radiobutton +lib/tkX8.0.2/help/tk/widgets/scale +lib/tkX8.0.2/help/tk/widgets/scrollbar +lib/tkX8.0.2/help/tk/widgets/text +lib/tkX8.0.2/help/tk/widgets/tk_chooseColor +lib/tkX8.0.2/help/tk/widgets/tk_dialog +lib/tkX8.0.2/help/tk/widgets/tk_getOpenFile +lib/tkX8.0.2/help/tk/widgets/tk_menuBar +lib/tkX8.0.2/help/tk/widgets/tk_messageBox +lib/tkX8.0.2/help/tk/widgets/tk_optionMenu +lib/tkX8.0.2/help/tk/widgets/tk_popup +lib/tkX8.0.2/help/tk/widgets/toplevel +lib/tkX8.0.2/pkgIndex.tcl +lib/tkX8.0.2/tkXAppInit.c +lib/tkX8.0.2/tkx.tcl +lib/tkxConfig.sh man/man3/CmdWrite.3.gz man/man3/Handles.3.gz man/man3/Keylist.3.gz -man/mann/ckalloc.n.gz -man/mann/memory.n.gz -man/mann/ckfree.n.gz -man/mann/Tcl_DisplayMemory.n.gz -man/mann/Tcl_InitMemory.n.gz -man/mann/Tcl_ValidateAllMemory.n.gz -man/mann/TclX.n.gz +man/man3/TclCommandWriting.3 +man/man3/TclXInit.3.gz +man/man3/TclX_KeyedListDelete.3 +man/man3/TclX_KeyedListGet.3 +man/man3/TclX_KeyedListGetKeys.3 +man/man3/TclX_KeyedListSet.3 +man/man3/TclX_Main.3 +man/man3/TclX_NewKeyedListObj.3 +man/man3/Tcl_HandleAlloc.3 +man/man3/Tcl_HandleFree.3 +man/man3/Tcl_HandleTblInit.3 +man/man3/Tcl_HandleTblRelease.3 +man/man3/Tcl_HandleTblUseCount.3 +man/man3/Tcl_HandleWalk.3 +man/man3/Tcl_HandleXlate.3 +man/man3/Tclx_Init.3 +man/man3/Tclxcmd_Init.3 +man/man3/TkX_Main.3 +man/man3/Tkx_Init.3 man/mann/Memory.n.gz -tclX/7.5.2/pkgIndex.proto -tclX/7.5.2/tclx.tcl -tclX/7.5.2/tcl.tlib -tclX/7.5.2/tcl.tndx -tclX/7.5.2/buildidx.tcl -tclX/7.5.2/loadouster.tcl -tclX/7.5.2/tclXAppInit.c -tclX/7.5.2/help/Tcl.brf -tclX/7.5.2/help/TclX.brf -tclX/7.5.2/help/help -tclX/7.5.2/help/tcl/control/break -tclX/7.5.2/help/tcl/control/case -tclX/7.5.2/help/tcl/control/catch -tclX/7.5.2/help/tcl/control/commandloop -tclX/7.5.2/help/tcl/control/continue -tclX/7.5.2/help/tcl/control/error -tclX/7.5.2/help/tcl/control/eval -tclX/7.5.2/help/tcl/control/exit -tclX/7.5.2/help/tcl/control/for -tclX/7.5.2/help/tcl/control/foreach -tclX/7.5.2/help/tcl/control/if -tclX/7.5.2/help/tcl/control/interp -tclX/7.5.2/help/tcl/control/loop -tclX/7.5.2/help/tcl/control/proc -tclX/7.5.2/help/tcl/control/rename -tclX/7.5.2/help/tcl/control/return -tclX/7.5.2/help/tcl/control/source -tclX/7.5.2/help/tcl/control/switch -tclX/7.5.2/help/tcl/control/tclx_errorHandler -tclX/7.5.2/help/tcl/control/uplevel -tclX/7.5.2/help/tcl/control/while -tclX/7.5.2/help/tcl/debug/cmdtrace -tclX/7.5.2/help/tcl/debug/edprocs -tclX/7.5.2/help/tcl/debug/profile -tclX/7.5.2/help/tcl/debug/profrep -tclX/7.5.2/help/tcl/debug/saveprocs -tclX/7.5.2/help/tcl/events/after -tclX/7.5.2/help/tcl/events/background-error -tclX/7.5.2/help/tcl/events/fileevent -tclX/7.5.2/help/tcl/events/mainloop -tclX/7.5.2/help/tcl/events/update -tclX/7.5.2/help/tcl/events/vwait -tclX/7.5.2/help/tcl/files/bsearch -tclX/7.5.2/help/tcl/files/chgrp -tclX/7.5.2/help/tcl/files/chmod -tclX/7.5.2/help/tcl/files/chown -tclX/7.5.2/help/tcl/files/chroot -tclX/7.5.2/help/tcl/files/close -tclX/7.5.2/help/tcl/files/copyfile -tclX/7.5.2/help/tcl/files/dup -tclX/7.5.2/help/tcl/files/echo -tclX/7.5.2/help/tcl/files/eof -tclX/7.5.2/help/tcl/files/fblocked -tclX/7.5.2/help/tcl/files/fcntl -tclX/7.5.2/help/tcl/files/fconfigure -tclX/7.5.2/help/tcl/files/file -tclX/7.5.2/help/tcl/files/filename -tclX/7.5.2/help/tcl/files/flock -tclX/7.5.2/help/tcl/files/flush -tclX/7.5.2/help/tcl/files/for_file -tclX/7.5.2/help/tcl/files/for_recursive_glob -tclX/7.5.2/help/tcl/files/frename -tclX/7.5.2/help/tcl/files/fstat -tclX/7.5.2/help/tcl/files/ftruncate -tclX/7.5.2/help/tcl/files/funlock -tclX/7.5.2/help/tcl/files/gets -tclX/7.5.2/help/tcl/files/glob -tclX/7.5.2/help/tcl/files/lgets -tclX/7.5.2/help/tcl/files/link -tclX/7.5.2/help/tcl/files/mkdir -tclX/7.5.2/help/tcl/files/open -tclX/7.5.2/help/tcl/files/pipe -tclX/7.5.2/help/tcl/files/puts -tclX/7.5.2/help/tcl/files/read -tclX/7.5.2/help/tcl/files/read_file -tclX/7.5.2/help/tcl/files/readdir -tclX/7.5.2/help/tcl/files/recursive_glob -tclX/7.5.2/help/tcl/files/rmdir -tclX/7.5.2/help/tcl/files/seek -tclX/7.5.2/help/tcl/files/select -tclX/7.5.2/help/tcl/files/sync -tclX/7.5.2/help/tcl/files/tell -tclX/7.5.2/help/tcl/files/unlink -tclX/7.5.2/help/tcl/files/write_file -tclX/7.5.2/help/tcl/filescan/scancontext -tclX/7.5.2/help/tcl/filescan/scanfile -tclX/7.5.2/help/tcl/filescan/scanmatch -tclX/7.5.2/help/tcl/internation/catclose -tclX/7.5.2/help/tcl/internation/catgets -tclX/7.5.2/help/tcl/internation/catopen -tclX/7.5.2/help/tcl/intro/keyedlists -tclX/7.5.2/help/tcl/intro/syntax -tclX/7.5.2/help/tcl/keyedlists/keyldel -tclX/7.5.2/help/tcl/keyedlists/keylget -tclX/7.5.2/help/tcl/keyedlists/keylkeys -tclX/7.5.2/help/tcl/keyedlists/keylset -tclX/7.5.2/help/tcl/libraries/auto_commands -tclX/7.5.2/help/tcl/libraries/auto_load -tclX/7.5.2/help/tcl/libraries/auto_load_file -tclX/7.5.2/help/tcl/libraries/auto_packages -tclX/7.5.2/help/tcl/libraries/buildpackageindex -tclX/7.5.2/help/tcl/libraries/convert_lib -tclX/7.5.2/help/tcl/libraries/library -tclX/7.5.2/help/tcl/libraries/load -tclX/7.5.2/help/tcl/libraries/loadlibindex -tclX/7.5.2/help/tcl/libraries/package -tclX/7.5.2/help/tcl/libraries/packagelib -tclX/7.5.2/help/tcl/libraries/pkgMkIndex -tclX/7.5.2/help/tcl/libraries/searchpath -tclX/7.5.2/help/tcl/libraries/unknown -tclX/7.5.2/help/tcl/lists/concat -tclX/7.5.2/help/tcl/lists/intersect -tclX/7.5.2/help/tcl/lists/intersect3 -tclX/7.5.2/help/tcl/lists/join -tclX/7.5.2/help/tcl/lists/lappend -tclX/7.5.2/help/tcl/lists/lassign -tclX/7.5.2/help/tcl/lists/lempty -tclX/7.5.2/help/tcl/lists/lindex -tclX/7.5.2/help/tcl/lists/linsert -tclX/7.5.2/help/tcl/lists/list -tclX/7.5.2/help/tcl/lists/llength -tclX/7.5.2/help/tcl/lists/lmatch -tclX/7.5.2/help/tcl/lists/lrange -tclX/7.5.2/help/tcl/lists/lreplace -tclX/7.5.2/help/tcl/lists/lrmdups -tclX/7.5.2/help/tcl/lists/lsearch -tclX/7.5.2/help/tcl/lists/lsort -tclX/7.5.2/help/tcl/lists/lvarcat -tclX/7.5.2/help/tcl/lists/lvarpop -tclX/7.5.2/help/tcl/lists/lvarpush -tclX/7.5.2/help/tcl/lists/split -tclX/7.5.2/help/tcl/lists/union -tclX/7.5.2/help/tcl/math/expr -tclX/7.5.2/help/tcl/math/fmathcmds -tclX/7.5.2/help/tcl/math/incr -tclX/7.5.2/help/tcl/math/max -tclX/7.5.2/help/tcl/math/min -tclX/7.5.2/help/tcl/math/random -tclX/7.5.2/help/tcl/processes/exec -tclX/7.5.2/help/tcl/processes/execl -tclX/7.5.2/help/tcl/processes/fork -tclX/7.5.2/help/tcl/processes/kill -tclX/7.5.2/help/tcl/processes/nice -tclX/7.5.2/help/tcl/processes/pid -tclX/7.5.2/help/tcl/processes/system -tclX/7.5.2/help/tcl/processes/wait -tclX/7.5.2/help/tcl/signals/signal -tclX/7.5.2/help/tcl/sockets/host_info -tclX/7.5.2/help/tcl/sockets/socket -tclX/7.5.2/help/tcl/status/cd -tclX/7.5.2/help/tcl/status/dirs -tclX/7.5.2/help/tcl/status/history -tclX/7.5.2/help/tcl/status/id -tclX/7.5.2/help/tcl/status/info -tclX/7.5.2/help/tcl/status/infox -tclX/7.5.2/help/tcl/status/popd -tclX/7.5.2/help/tcl/status/pushd -tclX/7.5.2/help/tcl/status/pwd -tclX/7.5.2/help/tcl/status/showproc -tclX/7.5.2/help/tcl/status/umask -tclX/7.5.2/help/tcl/strings/append -tclX/7.5.2/help/tcl/strings/ccollate -tclX/7.5.2/help/tcl/strings/cequal -tclX/7.5.2/help/tcl/strings/cindex -tclX/7.5.2/help/tcl/strings/clength -tclX/7.5.2/help/tcl/strings/crange -tclX/7.5.2/help/tcl/strings/csubstr -tclX/7.5.2/help/tcl/strings/ctoken -tclX/7.5.2/help/tcl/strings/ctype -tclX/7.5.2/help/tcl/strings/format -tclX/7.5.2/help/tcl/strings/regexp -tclX/7.5.2/help/tcl/strings/regsub -tclX/7.5.2/help/tcl/strings/replicate -tclX/7.5.2/help/tcl/strings/scan -tclX/7.5.2/help/tcl/strings/string -tclX/7.5.2/help/tcl/strings/subst -tclX/7.5.2/help/tcl/strings/translit -tclX/7.5.2/help/tcl/tclshell/intro -tclX/7.5.2/help/tcl/tclshell/variables -tclX/7.5.2/help/tcl/time/alarm -tclX/7.5.2/help/tcl/time/clock -tclX/7.5.2/help/tcl/time/sleep -tclX/7.5.2/help/tcl/time/time -tclX/7.5.2/help/tcl/time/times -tclX/7.5.2/help/tcl/variables/array -tclX/7.5.2/help/tcl/variables/for_array_keys -tclX/7.5.2/help/tcl/variables/global -tclX/7.5.2/help/tcl/variables/set -tclX/7.5.2/help/tcl/variables/stdvars -tclX/7.5.2/help/tcl/variables/trace -tclX/7.5.2/help/tcl/variables/unset -tclX/7.5.2/help/tcl/variables/upvar -tkX/4.1.2/tkx.tcl -tkX/4.1.2/tkXAppInit.c -tkX/4.1.2/help/Tk.brf -tkX/4.1.2/help/tk/control/bell -tkX/4.1.2/help/tk/control/bind -tkX/4.1.2/help/tk/control/bindtags -tkX/4.1.2/help/tk/control/clipboard -tkX/4.1.2/help/tk/control/destroy -tkX/4.1.2/help/tk/control/focus -tkX/4.1.2/help/tk/control/grab -tkX/4.1.2/help/tk/control/grid -tkX/4.1.2/help/tk/control/lower -tkX/4.1.2/help/tk/control/option -tkX/4.1.2/help/tk/control/pack -tkX/4.1.2/help/tk/control/pack-old -tkX/4.1.2/help/tk/control/place -tkX/4.1.2/help/tk/control/raise -tkX/4.1.2/help/tk/control/selection -tkX/4.1.2/help/tk/control/send -tkX/4.1.2/help/tk/control/tk -tkX/4.1.2/help/tk/control/tk_bisque -tkX/4.1.2/help/tk/control/tk_focusNext -tkX/4.1.2/help/tk/control/tk_setPalette -tkX/4.1.2/help/tk/control/tkerror -tkX/4.1.2/help/tk/control/tkvars -tkX/4.1.2/help/tk/control/tkwait -tkX/4.1.2/help/tk/control/winfo -tkX/4.1.2/help/tk/control/wm -tkX/4.1.2/help/tk/images/bitmap -tkX/4.1.2/help/tk/images/image -tkX/4.1.2/help/tk/images/photo -tkX/4.1.2/help/tk/widgets/button -tkX/4.1.2/help/tk/widgets/canvas -tkX/4.1.2/help/tk/widgets/checkbutton -tkX/4.1.2/help/tk/widgets/entry -tkX/4.1.2/help/tk/widgets/frame -tkX/4.1.2/help/tk/widgets/label -tkX/4.1.2/help/tk/widgets/listbox -tkX/4.1.2/help/tk/widgets/menu -tkX/4.1.2/help/tk/widgets/menubutton -tkX/4.1.2/help/tk/widgets/message -tkX/4.1.2/help/tk/widgets/options -tkX/4.1.2/help/tk/widgets/radiobutton -tkX/4.1.2/help/tk/widgets/scale -tkX/4.1.2/help/tk/widgets/scrollbar -tkX/4.1.2/help/tk/widgets/text -tkX/4.1.2/help/tk/widgets/tk_dialog -tkX/4.1.2/help/tk/widgets/tk_menuBar -tkX/4.1.2/help/tk/widgets/tk_optionMenu -tkX/4.1.2/help/tk/widgets/tk_popup -tkX/4.1.2/help/tk/widgets/toplevel -@dirrm tclX/7.5.2/help/tcl/variables -@dirrm tclX/7.5.2/help/tcl/time -@dirrm tclX/7.5.2/help/tcl/tclshell -@dirrm tclX/7.5.2/help/tcl/strings -@dirrm tclX/7.5.2/help/tcl/status -@dirrm tclX/7.5.2/help/tcl/sockets -@dirrm tclX/7.5.2/help/tcl/signals -@dirrm tclX/7.5.2/help/tcl/processes -@dirrm tclX/7.5.2/help/tcl/math -@dirrm tclX/7.5.2/help/tcl/lists -@dirrm tclX/7.5.2/help/tcl/libraries -@dirrm tclX/7.5.2/help/tcl/keyedlists -@dirrm tclX/7.5.2/help/tcl/intro -@dirrm tclX/7.5.2/help/tcl/internation -@dirrm tclX/7.5.2/help/tcl/filescan -@dirrm tclX/7.5.2/help/tcl/files -@dirrm tclX/7.5.2/help/tcl/events -@dirrm tclX/7.5.2/help/tcl/debug -@dirrm tclX/7.5.2/help/tcl/control -@dirrm tclX/7.5.2/help/tcl -@dirrm tclX/7.5.2/help -@dirrm tclX/7.5.2 -@dirrm tclX/ -@dirrm tkX/4.1.2/help/tk/widgets -@dirrm tkX/4.1.2/help/tk/images -@dirrm tkX/4.1.2/help/tk/control -@dirrm tkX/4.1.2/help/tk -@dirrm tkX/4.1.2/help -@dirrm tkX/4.1.2 -@dirrm tkX/ +man/mann/TclX.n.gz +man/mann/Tcl_DisplayMemory.n +man/mann/Tcl_InitMemory.n +man/mann/Tcl_ValidateAllMemory.n +man/mann/ckalloc.n +man/mann/ckfree.n +man/mann/memory.n +@dirrm lib/tclX8.0.2/help/tcl/variables +@dirrm lib/tclX8.0.2/help/tcl/time +@dirrm lib/tclX8.0.2/help/tcl/tclshell +@dirrm lib/tclX8.0.2/help/tcl/strings +@dirrm lib/tclX8.0.2/help/tcl/status +@dirrm lib/tclX8.0.2/help/tcl/sockets +@dirrm lib/tclX8.0.2/help/tcl/signals +@dirrm lib/tclX8.0.2/help/tcl/processes +@dirrm lib/tclX8.0.2/help/tcl/math +@dirrm lib/tclX8.0.2/help/tcl/lists +@dirrm lib/tclX8.0.2/help/tcl/libraries +@dirrm lib/tclX8.0.2/help/tcl/keyedlists +@dirrm lib/tclX8.0.2/help/tcl/intro +@dirrm lib/tclX8.0.2/help/tcl/internation +@dirrm lib/tclX8.0.2/help/tcl/filescan +@dirrm lib/tclX8.0.2/help/tcl/files +@dirrm lib/tclX8.0.2/help/tcl/events +@dirrm lib/tclX8.0.2/help/tcl/debug +@dirrm lib/tclX8.0.2/help/tcl/control +@dirrm lib/tclX8.0.2/help/tcl +@dirrm lib/tclX8.0.2/help +@dirrm lib/tclX8.0.2 +@dirrm lib/tkX8.0.2/help/tk/widgets +@dirrm lib/tkX8.0.2/help/tk/images +@dirrm lib/tkX8.0.2/help/tk/control +@dirrm lib/tkX8.0.2/help/tk +@dirrm lib/tkX8.0.2/help +@dirrm lib/tkX8.0.2 -- cgit v1.2.3