[csw-devel] SF.net SVN: gar:[2895] csw/mgar/pkg/tcl/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Fri Jan 23 21:49:43 CET 2009


Revision: 2895
          http://gar.svn.sourceforge.net/gar/?rev=2895&view=rev
Author:   dmichelsen
Date:     2009-01-23 20:49:38 +0000 (Fri, 23 Jan 2009)

Log Message:
-----------
tcl: Add legacy build instructions

Added Paths:
-----------
    csw/mgar/pkg/tcl/trunk/legacy/
    csw/mgar/pkg/tcl/trunk/legacy/BUILD.NOTES
    csw/mgar/pkg/tcl/trunk/legacy/README
    csw/mgar/pkg/tcl/trunk/legacy/copyright
    csw/mgar/pkg/tcl/trunk/legacy/depend
    csw/mgar/pkg/tcl/trunk/legacy/pkginfo
    csw/mgar/pkg/tcl/trunk/legacy/prototype
    csw/mgar/pkg/tcl/trunk/legacy/src/
    csw/mgar/pkg/tcl/trunk/legacy/src/CJSA.configure
    csw/mgar/pkg/tcl/trunk/legacy/src/Makefile
    csw/mgar/pkg/tcl/trunk/legacy/tcl/

Added: csw/mgar/pkg/tcl/trunk/legacy/BUILD.NOTES
===================================================================
--- csw/mgar/pkg/tcl/trunk/legacy/BUILD.NOTES	                        (rev 0)
+++ csw/mgar/pkg/tcl/trunk/legacy/BUILD.NOTES	2009-01-23 20:49:38 UTC (rev 2895)
@@ -0,0 +1,168 @@
+###############################################################################
+#
+# FILE:		BUILD.NOTES
+#
+# DESCRIPTION:	Build notes for the TCL package.  These are notes concerning
+#		the compiling and testing of this package.
+#
+#		Use the detailed instructions in the README file for package
+#		creation.
+#
+# PACKAGE:      CSWtcl
+#
+# CUR VER:	Tcl Version 8.5.2
+#
+# REVISION:     04-27-08
+#
+###############################################################################
+
+-------------------------------------------------------------------------------
+HISTORY:
+-------------------------------------------------------------------------------
+Date:		Version:		Notes:
+-------------------------------------------------------------------------------
+08-27-04	8.4.7			Initial 8.4.7  package creation
+09-11-04	8.4.7,REV=2004.09.11	Fixed email address in pkginfo file
+12-09-04	8.4.9			Initial 8.4.9  package creation
+06-11-05	8.4.10			Initial 8.9.10 package creation
+07-06-07	8.4.15			Initial 8.9.15 package creation
+02-06-08	8.5.1			Initial 8.5.1  package creation
+04-27-08	8.5.2			Initial 8.5.2  package creation
+-------------------------------------------------------------------------------
+
+-------------------------------------------------------------------------------
+EDITING CHANGES:
+-------------------------------------------------------------------------------
+	
+	None
+
+-------------------------------------------------------------------------------
+SPARC:
+-------------------------------------------------------------------------------
+
+make:
+
+    * The following warning messages are produced:
+
+	./../generic/regcomp.c	[NOTE: typical lex warnings - OK]
+	    "../generic/regc_lex.c", line 426: warning: statement not reached
+	    "../generic/regc_lex.c", line 519: warning: statement not reached
+	    "../generic/regc_lex.c", line 525: warning: statement not reached
+	    "../generic/regc_lex.c", line 610: warning: statement not reached
+	    "../generic/regc_lex.c", line 642: warning: statement not reached
+	    "../generic/regc_lex.c", line 907: warning: statement not reached
+	    "../generic/regc_lex.c", line 1078: warning: statement not reached
+	./tclUnixCompat.c
+	    "./tclUnixCompat.c", line 187: warning: statement not reached
+	    "./tclUnixCompat.c", line 243: warning: statement not reached
+	    "./tclUnixCompat.c", line 299: warning: statement not reached
+	    "./tclUnixCompat.c", line 355: warning: statement not reached
+	    "./tclUnixCompat.c", line 423: warning: statement not reached
+	    "./tclUnixCompat.c", line 486: warning: statement not reached
+
+    * Otherwise, compiles cleanly.
+
+
+make test:
+
+    * All tests pass
+
+    Tests ended at Mon Apr 28 02:17:18 EDT 2008
+    all.tcl:        Total   24242   Passed  23265   Skipped 977     Failed  0
+    Sourced 137 Test Files.
+    Number of tests skipped for each constraint:
+        9       !ieeeFloatingPoint
+        2       95or98
+        3       asyncPipeChan
+        4       dontCopyLinks
+        61      emptyTest
+        2       hasIsoLocale
+        29      knownBug
+        2       knownBug !singleTestInterp
+        2       largefileSupport
+        77      littleEndian
+        100     localeRegexp
+        12      longIs64bit
+        14      macosxFileAttr
+        15      memory
+        42      nonPortable
+        5       notNetworkFilesystem
+        8       nt
+        4       readonlyAttr
+        1       testWinCPUID
+        7       testaccessproc
+        1       testexprparser && !ieeeFloatingPoint
+        8       testopenfilechannelproc
+        7       teststatproc
+        1       testwinclock
+        21      testwordend
+        3       unknownFailure
+        2       unthreaded
+        524     win
+
+-------------------------------------------------------------------------------
+INTEL:
+-------------------------------------------------------------------------------
+
+make:
+
+    * Same results as sparc
+
+make test:
+
+    * expr.test
+      ==== expr-28.362 input floating-point conversion FAILED
+      ==== Contents of test case:
+
+      # Ad2b dieee UN -720919 E-14 x \
+      	-1ef696965cbf04_10000000000000000000000001& E-28
+      convertToDouble -720919E-14
+
+      ---- Result was:
+      0xbe3ef696965cbf04
+      ---- Result should have been (exact matching):
+      0xbe3ef696965cbf05
+      ==== expr-28.362 FAILED
+
+      ==== expr-28.393 input floating-point conversion FAILED
+      ==== Contents of test case:
+
+      # Ad2b d UN +65346417 E29 x \
+        13aa1ad778f23b_0111111111111111111111111111110& E122
+      convertToDouble +65346417E29 
+      
+      [MANY other FP tests also fail by 1]
+
+      Tests ended at Wed Feb 06 21:05:53 EST 2008
+      all.tcl:   Total   24180   Passed  23081   Skipped 973     Failed  126
+      Sourced 137 Test Files.
+      Files with failing tests: expr.test
+      Number of tests skipped for each constraint:
+        9       !ieeeFloatingPoint
+        2       95or98
+        3       asyncPipeChan
+        76      bigEndian
+        4       dontCopyLinks
+        59      emptyTest
+        2       hasIsoLocale
+        29      knownBug
+        2       knownBug !singleTestInterp
+        2       largefileSupport
+        100     localeRegexp
+        12      longIs64bit
+        14      macosxFileAttr
+        15      memory
+        41      nonPortable
+        5       notNetworkFilesystem
+        8       nt
+        4       readonlyAttr
+        1       testWinCPUID
+        7       testaccessproc
+        1       testexprparser && !ieeeFloatingPoint
+        8       testopenfilechannelproc
+        7       teststatproc
+        1       testwinclock
+        21      testwordend
+        3       unknownFailure
+        2       unthreaded
+        524     win

Added: csw/mgar/pkg/tcl/trunk/legacy/README
===================================================================
--- csw/mgar/pkg/tcl/trunk/legacy/README	                        (rev 0)
+++ csw/mgar/pkg/tcl/trunk/legacy/README	2009-01-23 20:49:38 UTC (rev 2895)
@@ -0,0 +1,216 @@
+###############################################################################
+#
+# FILE:		README
+#
+# DESCRIPTION:	Instructions for creating the TCL package.  Refer to the
+#		BUILD.NOTES file for specific information about the actual
+#		build and testing of the current version.
+#
+# PACKAGE:      CSWtcl
+#
+# REVISION:     04-27-08
+#
+# NOTES:	*
+#
+###############################################################################
+
+-------------------------------------------------------------------------------
+01: Switch to the correct build machine
+-------------------------------------------------------------------------------
+
+	SPARC:	    wr
+	  or
+	INTEL:	    wt
+
+-------------------------------------------------------------------------------
+02: Set the proper build environment
+-------------------------------------------------------------------------------
+
+	SPARC:	    export CC='cc -xarch=v8 -xstrconst -xildoff'
+	  or
+	INTEL:	    export CC='cc -xtarget=pentium -xstrconst -xildoff' 
+
+-------------------------------------------------------------------------------
+03: Update the pkginfo file
+-------------------------------------------------------------------------------
+
+	cd pkgs/tcl
+	vi pkginfo
+	    [edit the VERSION line including the ,REV=YYYY.MM.DD string]
+	    [edit the ARCH    line for either a 'sparc' or 'i386' build]
+
+-------------------------------------------------------------------------------
+04: Download the source code	(ONLY NEEDS TO BE DONE ONCE PER RELEASE)
+-------------------------------------------------------------------------------
+
+	cd src
+	vi Makefile		(Edit & set TVER to current version)
+
+	make get		Download source code from sourceforge:
+
+	    			or get it from personal machine with:
+	    			bwput  -d /export/home/jeff/pkgs/tcl/src \
+					  tcl*-src.tar.gz
+
+	make rename		rename the source file
+	make unpack		unpack the source
+
+-------------------------------------------------------------------------------
+05: Update the copyright file   (ONLY NEEDS TO BE DONE ONCE PER RELEASE)
+-------------------------------------------------------------------------------
+
+	cd tcl*[0-9]
+	cp license.terms ${HOME}/pkgs/tcl/copyright
+
+-------------------------------------------------------------------------------
+06: See if there are any source file modifications required for build
+-------------------------------------------------------------------------------
+	
+	cd unix 
+	less -+e ../../../BUILD.NOTES
+
+	[update as required]
+
+-------------------------------------------------------------------------------
+07: Compile the software
+-------------------------------------------------------------------------------
+
+	make distclean
+	../../CJSA.configure				# run configure
+	script zzzz					# capture output
+	make
+	make test
+	exit						# terminate script
+
+-------------------------------------------------------------------------------
+08: Review zzzz script file and update any required info in BUILD.NOTES file
+-------------------------------------------------------------------------------
+
+	vi zzzz  ../../../BUILD.NOTES
+	rm zzzz
+
+-------------------------------------------------------------------------------
+09: Install executable in a staging directory
+-------------------------------------------------------------------------------
+
+	rm -rf cswstage
+	stagepkg INSTALL_ROOT=$PWD/cswstage install 
+
+-------------------------------------------------------------------------------
+10: Make symbolic link for tclsh    [**** USING PROPER VERSION NO. ****]
+-------------------------------------------------------------------------------
+	
+	rm -f  cswstage/opt/csw/bin/tclsh
+	ls -l  cswstage/opt/csw/bin
+
+	ln -s  tclsh8.5 cswstage/opt/csw/bin/tclsh	# USE CORRECT VER. NO!
+
+	ls -l  cswstage/opt/csw/bin
+	ls -lL cswstage/opt/csw/bin
+
+-------------------------------------------------------------------------------
+11: Update the prototype file    (2nd build can use existing prototype file)
+-------------------------------------------------------------------------------
+
+	cd cswstage
+	grep '^[df]' prototype | grep -v 'root bin'
+	    [check 'f'iles & 'd'irs have owner/group 'root bin']
+	vi prototype
+	    [change all owners/groups to 'root bin']
+	    [change file permissions from 0444 to 0644]
+	    	:g/0444/s//0644/g
+	    [change file permissions from 0555 to 0755]
+	    	:g/0555/s//0755/g
+	    [add following 's' line after 'f' line: ***CHECK VERSION NO.***]
+	    	f none /opt/csw/bin/tclsh8.5 0755 root bin   [existing line]
+	    	s none /opt/csw/bin/tclsh=tclsh8.5
+
+-------------------------------------------------------------------------------
+12: Edit the shipping tclConfig.sh file to set proper paths
+-------------------------------------------------------------------------------
+
+	vi opt/csw/lib/tclConfig.sh
+	  :g#/export/home/jeff/pkgs/tcl/src/tcl[0-9.]*/unix#s##/opt/csw/lib#g
+	  :g#/export/home/jeff/pkgs/tcl/src/tcl[0-9.]*#s##/opt/csw/src/tcl#g
+	  :g#-I. -I../generic -I../../generic #s###g
+	  :wq
+
+-------------------------------------------------------------------------------
+13: Check changes in prototype from previous release and update file
+-------------------------------------------------------------------------------
+
+	diff ${HOME}/pkgs/tcl/prototype prototype | less -+e
+	    [if any odd differences, investigate and fix]
+
+	cp prototype ${HOME}/pkgs/tcl
+
+-------------------------------------------------------------------------------
+14: Create the package tcl-*-SunOS5.8-{sparc,386i}-CSW.pkg.gz
+-------------------------------------------------------------------------------
+
+	cd ${HOME}/pkgs/tcl
+	createpkg -r ${HOME}/pkgs/tcl/src/tcl*[0-9]/unix/cswstage
+
+	  [The package name should follow this format:]
+
+	  <name>-<version>[,REV=YYYY.MM.DD]-<OSname><OSrel>-<arch>-CSW.pkg.gz
+
+-------------------------------------------------------------------------------
+15: Examine list of libraries used to see if any new CSW dependencies exist
+-------------------------------------------------------------------------------
+
+    *** Current dependencies are listed in the depend file ***
+
+    If a new library is found, check package dependency:
+
+	pkgchk -l -p /opt/csw/lib/lib<...>
+   
+    Add entry to the depend file:
+
+        P	CSW<pkg>
+
+    Now repeat from step 10 and recreate the package
+
+-------------------------------------------------------------------------------
+16: Build other software for this hardware platform
+-------------------------------------------------------------------------------
+	
+	Build CSWtk   package
+	Build CSWitcl package	(if necessary)
+	Build CSWitk  package	(if necessary)
+	Build CSWtclx package	(if applicable)
+
+-------------------------------------------------------------------------------
+17: Go back to step #01 and build everything for the other hardware platform
+-------------------------------------------------------------------------------
+
+	* Continue when all packages for Sparc & X86 platforms are ready
+
+-------------------------------------------------------------------------------
+18: Clean up
+-------------------------------------------------------------------------------
+
+	cd src
+	make clean
+
+-------------------------------------------------------------------------------
+19: Copy the new package to the installation area
+-------------------------------------------------------------------------------
+
+	cd pkgs/tcl
+	cp  tcl-*.pkg.gz  /export/medusa/newpkgs
+
+-------------------------------------------------------------------------------
+20: Copy the source code tarball to the holding area
+-------------------------------------------------------------------------------
+
+	cd src
+	cp  TCL.${VER}-src.tar.gz  /export/medusa/src/tcl${VER}-src.tar.gz
+
+-------------------------------------------------------------------------------
+21: Notify package administrator
+-------------------------------------------------------------------------------
+
+	* Email phil at bolthole.com (Philip Brown) describing the update
+
+------------------------------------------------------------------------------

Added: csw/mgar/pkg/tcl/trunk/legacy/copyright
===================================================================
--- csw/mgar/pkg/tcl/trunk/legacy/copyright	                        (rev 0)
+++ csw/mgar/pkg/tcl/trunk/legacy/copyright	2009-01-23 20:49:38 UTC (rev 2895)
@@ -0,0 +1,40 @@
+This software is copyrighted by the Regents of the University of
+California, Sun Microsystems, Inc., Scriptics Corporation, ActiveState
+Corporation and other parties.  The following terms apply to all files
+associated with the software unless explicitly disclaimed in
+individual files.
+
+The authors hereby grant permission to use, copy, modify, distribute,
+and license this software and its documentation for any purpose, provided
+that existing copyright notices are retained in all copies and that this
+notice is included verbatim in any distributions. No written agreement,
+license, or royalty fee is required for any of the authorized uses.
+Modifications to this software may be copyrighted by their authors
+and need not follow the licensing terms described here, provided that
+the new terms are clearly indicated on the first page of each file where
+they apply.
+
+IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY
+FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
+ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY
+DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGE.
+
+THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES,
+INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.  THIS SOFTWARE
+IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE
+NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR
+MODIFICATIONS.
+
+GOVERNMENT USE: If you are acquiring this software on behalf of the
+U.S. government, the Government shall have only "Restricted Rights"
+in the software and related documentation as defined in the Federal 
+Acquisition Regulations (FARs) in Clause 52.227.19 (c) (2).  If you
+are acquiring the software on behalf of the Department of Defense, the
+software shall be classified as "Commercial Computer Software" and the
+Government shall have only "Restricted Rights" as defined in Clause
+252.227-7013 (c) (1) of DFARs.  Notwithstanding the foregoing, the
+authors grant the U.S. Government and others acting in its behalf
+permission to use and distribute the software in accordance with the
+terms specified in this license. 

Added: csw/mgar/pkg/tcl/trunk/legacy/depend
===================================================================
--- csw/mgar/pkg/tcl/trunk/legacy/depend	                        (rev 0)
+++ csw/mgar/pkg/tcl/trunk/legacy/depend	2009-01-23 20:49:38 UTC (rev 2895)
@@ -0,0 +1 @@
+P	CSWcommon

Added: csw/mgar/pkg/tcl/trunk/legacy/pkginfo
===================================================================
--- csw/mgar/pkg/tcl/trunk/legacy/pkginfo	                        (rev 0)
+++ csw/mgar/pkg/tcl/trunk/legacy/pkginfo	2009-01-23 20:49:38 UTC (rev 2895)
@@ -0,0 +1,9 @@
+PKG=CSWtcl
+NAME=tcl - Tool Command Language
+VERSION=8.5.2,REV=2008.04.27
+ARCH=sparc
+CATEGORY=system
+CSW_CATEGORY="prog, user"
+VENDOR=http://www.tcl.tk/  packaged for CSW by C. Jeffery Small
+HOTLINE=http://www.blastwave.org/bugtrack/
+EMAIL=jeff at blastwave.org

Added: csw/mgar/pkg/tcl/trunk/legacy/prototype
===================================================================
--- csw/mgar/pkg/tcl/trunk/legacy/prototype	                        (rev 0)
+++ csw/mgar/pkg/tcl/trunk/legacy/prototype	2009-01-23 20:49:38 UTC (rev 2895)
@@ -0,0 +1,951 @@
+i pkginfo
+i copyright
+i depend
+d none /opt/csw/share 0755 root bin
+d none /opt/csw/share/tcl-man 0755 root bin
+d none /opt/csw/share/tcl-man/man1 0755 root bin
+f none /opt/csw/share/tcl-man/man1/tclsh.1 0644 root bin
+d none /opt/csw/share/tcl-man/man3 0755 root bin
+f none /opt/csw/share/tcl-man/man3/Tcl_Access.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_Stat.3=Tcl_Access.3
+f none /opt/csw/share/tcl-man/man3/Tcl_GetReturnOptions.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_SetReturnOptions.3=Tcl_GetReturnOptions.3
+l none /opt/csw/share/tcl-man/man3/Tcl_AddErrorInfo.3=Tcl_GetReturnOptions.3
+l none /opt/csw/share/tcl-man/man3/Tcl_AppendObjToErrorInfo.3=Tcl_GetReturnOptions.3
+l none /opt/csw/share/tcl-man/man3/Tcl_AddObjErrorInfo.3=Tcl_GetReturnOptions.3
+l none /opt/csw/share/tcl-man/man3/Tcl_SetObjErrorCode.3=Tcl_GetReturnOptions.3
+l none /opt/csw/share/tcl-man/man3/Tcl_SetErrorCode.3=Tcl_GetReturnOptions.3
+l none /opt/csw/share/tcl-man/man3/Tcl_SetErrorCodeVA.3=Tcl_GetReturnOptions.3
+l none /opt/csw/share/tcl-man/man3/Tcl_PosixError.3=Tcl_GetReturnOptions.3
+l none /opt/csw/share/tcl-man/man3/Tcl_LogCommandInfo.3=Tcl_GetReturnOptions.3
+f none /opt/csw/share/tcl-man/man3/Tcl_Alloc.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_Free.3=Tcl_Alloc.3
+l none /opt/csw/share/tcl-man/man3/Tcl_Realloc.3=Tcl_Alloc.3
+l none /opt/csw/share/tcl-man/man3/Tcl_AttemptAlloc.3=Tcl_Alloc.3
+l none /opt/csw/share/tcl-man/man3/Tcl_AttemptRealloc.3=Tcl_Alloc.3
+l none /opt/csw/share/tcl-man/man3/ckalloc.3=Tcl_Alloc.3
+l none /opt/csw/share/tcl-man/man3/ckfree.3=Tcl_Alloc.3
+l none /opt/csw/share/tcl-man/man3/ckrealloc.3=Tcl_Alloc.3
+l none /opt/csw/share/tcl-man/man3/attemptckalloc.3=Tcl_Alloc.3
+l none /opt/csw/share/tcl-man/man3/attemptckrealloc.3=Tcl_Alloc.3
+f none /opt/csw/share/tcl-man/man3/Tcl_AllowExceptions.3 0644 root bin
+f none /opt/csw/share/tcl-man/man3/Tcl_AppInit.3 0644 root bin
+f none /opt/csw/share/tcl-man/man3/Tcl_GetAssocData.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_SetAssocData.3=Tcl_GetAssocData.3
+l none /opt/csw/share/tcl-man/man3/Tcl_DeleteAssocData.3=Tcl_GetAssocData.3
+f none /opt/csw/share/tcl-man/man3/Tcl_AsyncCreate.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_AsyncMark.3=Tcl_AsyncCreate.3
+l none /opt/csw/share/tcl-man/man3/Tcl_AsyncInvoke.3=Tcl_AsyncCreate.3
+l none /opt/csw/share/tcl-man/man3/Tcl_AsyncDelete.3=Tcl_AsyncCreate.3
+l none /opt/csw/share/tcl-man/man3/Tcl_AsyncReady.3=Tcl_AsyncCreate.3
+f none /opt/csw/share/tcl-man/man3/Tcl_BackgroundError.3 0644 root bin
+f none /opt/csw/share/tcl-man/man3/Tcl_Backslash.3 0644 root bin
+f none /opt/csw/share/tcl-man/man3/Tcl_NewBooleanObj.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_SetBooleanObj.3=Tcl_NewBooleanObj.3
+l none /opt/csw/share/tcl-man/man3/Tcl_GetBooleanFromObj.3=Tcl_NewBooleanObj.3
+f none /opt/csw/share/tcl-man/man3/Tcl_NewByteArrayObj.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_SetByteArrayObj.3=Tcl_NewByteArrayObj.3
+l none /opt/csw/share/tcl-man/man3/Tcl_GetByteArrayFromObj.3=Tcl_NewByteArrayObj.3
+l none /opt/csw/share/tcl-man/man3/Tcl_SetByteArrayLength.3=Tcl_NewByteArrayObj.3
+f none /opt/csw/share/tcl-man/man3/Tcl_CallWhenDeleted.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_DontCallWhenDeleted.3=Tcl_CallWhenDeleted.3
+f none /opt/csw/share/tcl-man/man3/Tcl_StackChannel.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_UnstackChannel.3=Tcl_StackChannel.3
+l none /opt/csw/share/tcl-man/man3/Tcl_GetStackedChannel.3=Tcl_StackChannel.3
+l none /opt/csw/share/tcl-man/man3/Tcl_GetTopChannel.3=Tcl_StackChannel.3
+f none /opt/csw/share/tcl-man/man3/Tcl_CommandComplete.3 0644 root bin
+f none /opt/csw/share/tcl-man/man3/Tcl_Concat.3 0644 root bin
+f none /opt/csw/share/tcl-man/man3/Tcl_CreateChannel.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_GetChannelInstanceData.3=Tcl_CreateChannel.3
+l none /opt/csw/share/tcl-man/man3/Tcl_GetChannelType.3=Tcl_CreateChannel.3
+l none /opt/csw/share/tcl-man/man3/Tcl_GetChannelName.3=Tcl_CreateChannel.3
+l none /opt/csw/share/tcl-man/man3/Tcl_GetChannelHandle.3=Tcl_CreateChannel.3
+l none /opt/csw/share/tcl-man/man3/Tcl_GetChannelMode.3=Tcl_CreateChannel.3
+l none /opt/csw/share/tcl-man/man3/Tcl_GetChannelBufferSize.3=Tcl_CreateChannel.3
+l none /opt/csw/share/tcl-man/man3/Tcl_SetChannelBufferSize.3=Tcl_CreateChannel.3
+l none /opt/csw/share/tcl-man/man3/Tcl_NotifyChannel.3=Tcl_CreateChannel.3
+l none /opt/csw/share/tcl-man/man3/Tcl_BadChannelOption.3=Tcl_CreateChannel.3
+l none /opt/csw/share/tcl-man/man3/Tcl_ChannelName.3=Tcl_CreateChannel.3
+l none /opt/csw/share/tcl-man/man3/Tcl_ChannelVersion.3=Tcl_CreateChannel.3
+l none /opt/csw/share/tcl-man/man3/Tcl_ChannelBlockModeProc.3=Tcl_CreateChannel.3
+l none /opt/csw/share/tcl-man/man3/Tcl_ChannelCloseProc.3=Tcl_CreateChannel.3
+l none /opt/csw/share/tcl-man/man3/Tcl_ChannelClose2Proc.3=Tcl_CreateChannel.3
+l none /opt/csw/share/tcl-man/man3/Tcl_ChannelInputProc.3=Tcl_CreateChannel.3
+l none /opt/csw/share/tcl-man/man3/Tcl_ChannelOutputProc.3=Tcl_CreateChannel.3
+l none /opt/csw/share/tcl-man/man3/Tcl_ChannelSeekProc.3=Tcl_CreateChannel.3
+l none /opt/csw/share/tcl-man/man3/Tcl_CutChannel.3=Tcl_CreateChannel.3
+l none /opt/csw/share/tcl-man/man3/Tcl_ChannelWideSeekProc.3=Tcl_CreateChannel.3
+l none /opt/csw/share/tcl-man/man3/Tcl_ChannelTruncateProc.3=Tcl_CreateChannel.3
+l none /opt/csw/share/tcl-man/man3/Tcl_ChannelSetOptionProc.3=Tcl_CreateChannel.3
+l none /opt/csw/share/tcl-man/man3/Tcl_ChannelGetOptionProc.3=Tcl_CreateChannel.3
+l none /opt/csw/share/tcl-man/man3/Tcl_ChannelWatchProc.3=Tcl_CreateChannel.3
+l none /opt/csw/share/tcl-man/man3/Tcl_ChannelGetHandleProc.3=Tcl_CreateChannel.3
+l none /opt/csw/share/tcl-man/man3/Tcl_ChannelFlushProc.3=Tcl_CreateChannel.3
+l none /opt/csw/share/tcl-man/man3/Tcl_ChannelHandlerProc.3=Tcl_CreateChannel.3
+l none /opt/csw/share/tcl-man/man3/Tcl_ChannelThreadActionProc.3=Tcl_CreateChannel.3
+l none /opt/csw/share/tcl-man/man3/Tcl_IsChannelShared.3=Tcl_CreateChannel.3
+l none /opt/csw/share/tcl-man/man3/Tcl_IsChannelRegistered.3=Tcl_CreateChannel.3
+l none /opt/csw/share/tcl-man/man3/Tcl_SpliceChannel.3=Tcl_CreateChannel.3
+l none /opt/csw/share/tcl-man/man3/Tcl_IsChannelExisting.3=Tcl_CreateChannel.3
+l none /opt/csw/share/tcl-man/man3/Tcl_ClearChannelHandlers.3=Tcl_CreateChannel.3
+f none /opt/csw/share/tcl-man/man3/Tcl_CreateCommand.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_GetChannelThread.3=Tcl_CreateChannel.3
+l none /opt/csw/share/tcl-man/man3/Tcl_ChannelBuffered.3=Tcl_CreateChannel.3
+f none /opt/csw/share/tcl-man/man3/Tcl_CreateChannelHandler.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_DeleteChannelHandler.3=Tcl_CreateChannelHandler.3
+f none /opt/csw/share/tcl-man/man3/Tcl_CreateCloseHandler.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_DeleteCloseHandler.3=Tcl_CreateCloseHandler.3
+f none /opt/csw/share/tcl-man/man3/Tcl_CreateFileHandler.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_DeleteFileHandler.3=Tcl_CreateFileHandler.3
+f none /opt/csw/share/tcl-man/man3/Tcl_CreateInterp.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_DeleteInterp.3=Tcl_CreateInterp.3
+l none /opt/csw/share/tcl-man/man3/Tcl_InterpDeleted.3=Tcl_CreateInterp.3
+f none /opt/csw/share/tcl-man/man3/Tcl_CreateMathFunc.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_GetMathFuncInfo.3=Tcl_CreateMathFunc.3
+l none /opt/csw/share/tcl-man/man3/Tcl_ListMathFuncs.3=Tcl_CreateMathFunc.3
+f none /opt/csw/share/tcl-man/man3/Tcl_CreateObjCommand.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_DeleteCommand.3=Tcl_CreateObjCommand.3
+l none /opt/csw/share/tcl-man/man3/Tcl_DeleteCommandFromToken.3=Tcl_CreateObjCommand.3
+l none /opt/csw/share/tcl-man/man3/Tcl_GetCommandInfo.3=Tcl_CreateObjCommand.3
+l none /opt/csw/share/tcl-man/man3/Tcl_GetCommandInfoFromToken.3=Tcl_CreateObjCommand.3
+l none /opt/csw/share/tcl-man/man3/Tcl_SetCommandInfo.3=Tcl_CreateObjCommand.3
+l none /opt/csw/share/tcl-man/man3/Tcl_SetCommandInfoFromToken.3=Tcl_CreateObjCommand.3
+l none /opt/csw/share/tcl-man/man3/Tcl_GetCommandName.3=Tcl_CreateObjCommand.3
+l none /opt/csw/share/tcl-man/man3/Tcl_GetCommandFullName.3=Tcl_CreateObjCommand.3
+l none /opt/csw/share/tcl-man/man3/Tcl_GetCommandFromObj.3=Tcl_CreateObjCommand.3
+f none /opt/csw/share/tcl-man/man3/Tcl_IsSafe.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_MakeSafe.3=Tcl_IsSafe.3
+l none /opt/csw/share/tcl-man/man3/Tcl_CreateSlave.3=Tcl_IsSafe.3
+l none /opt/csw/share/tcl-man/man3/Tcl_GetSlave.3=Tcl_IsSafe.3
+l none /opt/csw/share/tcl-man/man3/Tcl_GetMaster.3=Tcl_IsSafe.3
+l none /opt/csw/share/tcl-man/man3/Tcl_GetInterpPath.3=Tcl_IsSafe.3
+l none /opt/csw/share/tcl-man/man3/Tcl_CreateAlias.3=Tcl_IsSafe.3
+l none /opt/csw/share/tcl-man/man3/Tcl_CreateAliasObj.3=Tcl_IsSafe.3
+l none /opt/csw/share/tcl-man/man3/Tcl_GetAlias.3=Tcl_IsSafe.3
+l none /opt/csw/share/tcl-man/man3/Tcl_GetAliasObj.3=Tcl_IsSafe.3
+l none /opt/csw/share/tcl-man/man3/Tcl_ExposeCommand.3=Tcl_IsSafe.3
+l none /opt/csw/share/tcl-man/man3/Tcl_HideCommand.3=Tcl_IsSafe.3
+f none /opt/csw/share/tcl-man/man3/Tcl_CreateTimerHandler.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_DeleteTimerHandler.3=Tcl_CreateTimerHandler.3
+f none /opt/csw/share/tcl-man/man3/Tcl_CreateTrace.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_CreateObjTrace.3=Tcl_CreateTrace.3
+l none /opt/csw/share/tcl-man/man3/Tcl_DeleteTrace.3=Tcl_CreateTrace.3
+f none /opt/csw/share/tcl-man/man3/Tcl_DStringInit.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_DStringAppend.3=Tcl_DStringInit.3
+l none /opt/csw/share/tcl-man/man3/Tcl_DStringAppendElement.3=Tcl_DStringInit.3
+l none /opt/csw/share/tcl-man/man3/Tcl_DStringStartSublist.3=Tcl_DStringInit.3
+l none /opt/csw/share/tcl-man/man3/Tcl_DStringEndSublist.3=Tcl_DStringInit.3
+l none /opt/csw/share/tcl-man/man3/Tcl_DStringLength.3=Tcl_DStringInit.3
+l none /opt/csw/share/tcl-man/man3/Tcl_DStringValue.3=Tcl_DStringInit.3
+l none /opt/csw/share/tcl-man/man3/Tcl_DStringTrunc.3=Tcl_DStringInit.3
+l none /opt/csw/share/tcl-man/man3/Tcl_DStringSetLength.3=Tcl_DStringInit.3
+l none /opt/csw/share/tcl-man/man3/Tcl_DStringFree.3=Tcl_DStringInit.3
+l none /opt/csw/share/tcl-man/man3/Tcl_DStringResult.3=Tcl_DStringInit.3
+l none /opt/csw/share/tcl-man/man3/Tcl_DStringGetResult.3=Tcl_DStringInit.3
+f none /opt/csw/share/tcl-man/man3/Tcl_DetachPids.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_ReapDetachedProcs.3=Tcl_DetachPids.3
+l none /opt/csw/share/tcl-man/man3/Tcl_WaitPid.3=Tcl_DetachPids.3
+f none /opt/csw/share/tcl-man/man3/Tcl_NewDictObj.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_DictObjPut.3=Tcl_NewDictObj.3
+l none /opt/csw/share/tcl-man/man3/Tcl_DictObjGet.3=Tcl_NewDictObj.3
+l none /opt/csw/share/tcl-man/man3/Tcl_DictObjRemove.3=Tcl_NewDictObj.3
+l none /opt/csw/share/tcl-man/man3/Tcl_DictObjSize.3=Tcl_NewDictObj.3
+l none /opt/csw/share/tcl-man/man3/Tcl_DictObjFirst.3=Tcl_NewDictObj.3
+l none /opt/csw/share/tcl-man/man3/Tcl_DictObjNext.3=Tcl_NewDictObj.3
+l none /opt/csw/share/tcl-man/man3/Tcl_DictObjDone.3=Tcl_NewDictObj.3
+l none /opt/csw/share/tcl-man/man3/Tcl_DictObjPutKeyList.3=Tcl_NewDictObj.3
+l none /opt/csw/share/tcl-man/man3/Tcl_DictObjRemoveKeyList.3=Tcl_NewDictObj.3
+f none /opt/csw/share/tcl-man/man3/Tcl_DoOneEvent.3 0644 root bin
+f none /opt/csw/share/tcl-man/man3/Tcl_DoWhenIdle.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_CancelIdleCall.3=Tcl_DoWhenIdle.3
+f none /opt/csw/share/tcl-man/man3/Tcl_NewDoubleObj.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_SetDoubleObj.3=Tcl_NewDoubleObj.3
+l none /opt/csw/share/tcl-man/man3/Tcl_GetDoubleFromObj.3=Tcl_NewDoubleObj.3
+f none /opt/csw/share/tcl-man/man3/Tcl_DumpActiveMemory.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_InitMemory.3=Tcl_DumpActiveMemory.3
+l none /opt/csw/share/tcl-man/man3/Tcl_ValidateAllMemory.3=Tcl_DumpActiveMemory.3
+f none /opt/csw/share/tcl-man/man3/Tcl_GetEncoding.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_FreeEncoding.3=Tcl_GetEncoding.3
+l none /opt/csw/share/tcl-man/man3/Tcl_GetEncodingFromObj.3=Tcl_GetEncoding.3
+l none /opt/csw/share/tcl-man/man3/Tcl_ExternalToUtfDString.3=Tcl_GetEncoding.3
+l none /opt/csw/share/tcl-man/man3/Tcl_ExternalToUtf.3=Tcl_GetEncoding.3
+l none /opt/csw/share/tcl-man/man3/Tcl_UtfToExternalDString.3=Tcl_GetEncoding.3
+l none /opt/csw/share/tcl-man/man3/Tcl_UtfToExternal.3=Tcl_GetEncoding.3
+f none /opt/csw/share/tcl-man/man3/Tcl_PutEnv.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_WinTCharToUtf.3=Tcl_GetEncoding.3
+l none /opt/csw/share/tcl-man/man3/Tcl_WinUtfToTChar.3=Tcl_GetEncoding.3
+l none /opt/csw/share/tcl-man/man3/Tcl_GetEncodingName.3=Tcl_GetEncoding.3
+l none /opt/csw/share/tcl-man/man3/Tcl_SetSystemEncoding.3=Tcl_GetEncoding.3
+l none /opt/csw/share/tcl-man/man3/Tcl_GetEncodingNameFromEnvironment.3=Tcl_GetEncoding.3
+l none /opt/csw/share/tcl-man/man3/Tcl_GetEncodingNames.3=Tcl_GetEncoding.3
+l none /opt/csw/share/tcl-man/man3/Tcl_CreateEncoding.3=Tcl_GetEncoding.3
+l none /opt/csw/share/tcl-man/man3/Tcl_GetEncodingSearchPath.3=Tcl_GetEncoding.3
+l none /opt/csw/share/tcl-man/man3/Tcl_SetEncodingSearchPath.3=Tcl_GetEncoding.3
+l none /opt/csw/share/tcl-man/man3/Tcl_GetDefaultEncodingDir.3=Tcl_GetEncoding.3
+l none /opt/csw/share/tcl-man/man3/Tcl_SetDefaultEncodingDir.3=Tcl_GetEncoding.3
+f none /opt/csw/share/tcl-man/man3/Tcl_CreateEnsemble.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_FindEnsemble.3=Tcl_CreateEnsemble.3
+l none /opt/csw/share/tcl-man/man3/Tcl_GetEnsembleFlags.3=Tcl_CreateEnsemble.3
+l none /opt/csw/share/tcl-man/man3/Tcl_GetEnsembleMappingDict.3=Tcl_CreateEnsemble.3
+l none /opt/csw/share/tcl-man/man3/Tcl_GetEnsembleNamespace.3=Tcl_CreateEnsemble.3
+l none /opt/csw/share/tcl-man/man3/Tcl_GetEnsembleUnknownHandler.3=Tcl_CreateEnsemble.3
+l none /opt/csw/share/tcl-man/man3/Tcl_GetEnsembleSubcommandList.3=Tcl_CreateEnsemble.3
+l none /opt/csw/share/tcl-man/man3/Tcl_IsEnsemble.3=Tcl_CreateEnsemble.3
+l none /opt/csw/share/tcl-man/man3/Tcl_SetEnsembleFlags.3=Tcl_CreateEnsemble.3
+l none /opt/csw/share/tcl-man/man3/Tcl_SetEnsembleMappingDict.3=Tcl_CreateEnsemble.3
+l none /opt/csw/share/tcl-man/man3/Tcl_SetEnsembleSubcommandList.3=Tcl_CreateEnsemble.3
+l none /opt/csw/share/tcl-man/man3/Tcl_SetEnsembleUnknownHandler.3=Tcl_CreateEnsemble.3
+f none /opt/csw/share/tcl-man/man3/Tcl_EvalObjEx.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_EvalFile.3=Tcl_EvalObjEx.3
+l none /opt/csw/share/tcl-man/man3/Tcl_EvalObjv.3=Tcl_EvalObjEx.3
+l none /opt/csw/share/tcl-man/man3/Tcl_Eval.3=Tcl_EvalObjEx.3
+l none /opt/csw/share/tcl-man/man3/Tcl_EvalEx.3=Tcl_EvalObjEx.3
+l none /opt/csw/share/tcl-man/man3/Tcl_GlobalEval.3=Tcl_EvalObjEx.3
+l none /opt/csw/share/tcl-man/man3/Tcl_GlobalEvalObj.3=Tcl_EvalObjEx.3
+l none /opt/csw/share/tcl-man/man3/Tcl_VarEval.3=Tcl_EvalObjEx.3
+f none /opt/csw/share/tcl-man/man3/Tcl_Exit.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_VarEvalVA.3=Tcl_EvalObjEx.3
+l none /opt/csw/share/tcl-man/man3/Tcl_Finalize.3=Tcl_Exit.3
+l none /opt/csw/share/tcl-man/man3/Tcl_CreateExitHandler.3=Tcl_Exit.3
+l none /opt/csw/share/tcl-man/man3/Tcl_DeleteExitHandler.3=Tcl_Exit.3
+l none /opt/csw/share/tcl-man/man3/Tcl_ExitThread.3=Tcl_Exit.3
+l none /opt/csw/share/tcl-man/man3/Tcl_FinalizeThread.3=Tcl_Exit.3
+l none /opt/csw/share/tcl-man/man3/Tcl_CreateThreadExitHandler.3=Tcl_Exit.3
+l none /opt/csw/share/tcl-man/man3/Tcl_DeleteThreadExitHandler.3=Tcl_Exit.3
+l none /opt/csw/share/tcl-man/man3/Tcl_SetExitProc.3=Tcl_Exit.3
+f none /opt/csw/share/tcl-man/man3/Tcl_ExprLong.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_ExprDouble.3=Tcl_ExprLong.3
+l none /opt/csw/share/tcl-man/man3/Tcl_ExprBoolean.3=Tcl_ExprLong.3
+l none /opt/csw/share/tcl-man/man3/Tcl_ExprString.3=Tcl_ExprLong.3
+f none /opt/csw/share/tcl-man/man3/Tcl_ExprLongObj.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_ExprDoubleObj.3=Tcl_ExprLongObj.3
+l none /opt/csw/share/tcl-man/man3/Tcl_ExprBooleanObj.3=Tcl_ExprLongObj.3
+l none /opt/csw/share/tcl-man/man3/Tcl_ExprObj.3=Tcl_ExprLongObj.3
+f none /opt/csw/share/tcl-man/man3/Tcl_FSRegister.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_FSUnregister.3=Tcl_FSRegister.3
+l none /opt/csw/share/tcl-man/man3/Tcl_FSData.3=Tcl_FSRegister.3
+l none /opt/csw/share/tcl-man/man3/Tcl_FSMountsChanged.3=Tcl_FSRegister.3
+l none /opt/csw/share/tcl-man/man3/Tcl_FSGetFileSystemForPath.3=Tcl_FSRegister.3
+l none /opt/csw/share/tcl-man/man3/Tcl_FSGetPathType.3=Tcl_FSRegister.3
+l none /opt/csw/share/tcl-man/man3/Tcl_FSCopyFile.3=Tcl_FSRegister.3
+l none /opt/csw/share/tcl-man/man3/Tcl_FSCopyDirectory.3=Tcl_FSRegister.3
+l none /opt/csw/share/tcl-man/man3/Tcl_FSCreateDirectory.3=Tcl_FSRegister.3
+l none /opt/csw/share/tcl-man/man3/Tcl_FSDeleteFile.3=Tcl_FSRegister.3
+l none /opt/csw/share/tcl-man/man3/Tcl_FSRemoveDirectory.3=Tcl_FSRegister.3
+l none /opt/csw/share/tcl-man/man3/Tcl_FSRenameFile.3=Tcl_FSRegister.3
+l none /opt/csw/share/tcl-man/man3/Tcl_FSListVolumes.3=Tcl_FSRegister.3
+l none /opt/csw/share/tcl-man/man3/Tcl_FSEvalFile.3=Tcl_FSRegister.3
+l none /opt/csw/share/tcl-man/man3/Tcl_FSEvalFileEx.3=Tcl_FSRegister.3
+l none /opt/csw/share/tcl-man/man3/Tcl_FSLoadFile.3=Tcl_FSRegister.3
+l none /opt/csw/share/tcl-man/man3/Tcl_FSMatchInDirectory.3=Tcl_FSRegister.3
+l none /opt/csw/share/tcl-man/man3/Tcl_FSLink.3=Tcl_FSRegister.3
+l none /opt/csw/share/tcl-man/man3/Tcl_FSLstat.3=Tcl_FSRegister.3
+l none /opt/csw/share/tcl-man/man3/Tcl_FSUtime.3=Tcl_FSRegister.3
+l none /opt/csw/share/tcl-man/man3/Tcl_FSFileAttrsGet.3=Tcl_FSRegister.3
+l none /opt/csw/share/tcl-man/man3/Tcl_FSFileAttrsSet.3=Tcl_FSRegister.3
+l none /opt/csw/share/tcl-man/man3/Tcl_FSFileAttrStrings.3=Tcl_FSRegister.3
+l none /opt/csw/share/tcl-man/man3/Tcl_FSStat.3=Tcl_FSRegister.3
+l none /opt/csw/share/tcl-man/man3/Tcl_FSAccess.3=Tcl_FSRegister.3
+l none /opt/csw/share/tcl-man/man3/Tcl_FSOpenFileChannel.3=Tcl_FSRegister.3
+l none /opt/csw/share/tcl-man/man3/Tcl_FSGetCwd.3=Tcl_FSRegister.3
+l none /opt/csw/share/tcl-man/man3/Tcl_FSChdir.3=Tcl_FSRegister.3
+l none /opt/csw/share/tcl-man/man3/Tcl_FSPathSeparator.3=Tcl_FSRegister.3
+l none /opt/csw/share/tcl-man/man3/Tcl_FSJoinPath.3=Tcl_FSRegister.3
+l none /opt/csw/share/tcl-man/man3/Tcl_FSSplitPath.3=Tcl_FSRegister.3
+l none /opt/csw/share/tcl-man/man3/Tcl_FSEqualPaths.3=Tcl_FSRegister.3
+l none /opt/csw/share/tcl-man/man3/Tcl_FSGetNormalizedPath.3=Tcl_FSRegister.3
+l none /opt/csw/share/tcl-man/man3/Tcl_FSJoinToPath.3=Tcl_FSRegister.3
+l none /opt/csw/share/tcl-man/man3/Tcl_FSConvertToPathType.3=Tcl_FSRegister.3
+l none /opt/csw/share/tcl-man/man3/Tcl_FSGetInternalRep.3=Tcl_FSRegister.3
+l none /opt/csw/share/tcl-man/man3/Tcl_FSGetTranslatedPath.3=Tcl_FSRegister.3
+l none /opt/csw/share/tcl-man/man3/Tcl_FSGetTranslatedStringPath.3=Tcl_FSRegister.3
+l none /opt/csw/share/tcl-man/man3/Tcl_FSNewNativePath.3=Tcl_FSRegister.3
+l none /opt/csw/share/tcl-man/man3/Tcl_FSGetNativePath.3=Tcl_FSRegister.3
+l none /opt/csw/share/tcl-man/man3/Tcl_FSFileSystemInfo.3=Tcl_FSRegister.3
+l none /opt/csw/share/tcl-man/man3/Tcl_AllocStatBuf.3=Tcl_FSRegister.3
+f none /opt/csw/share/tcl-man/man3/Tcl_FindExecutable.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_GetNameOfExecutable.3=Tcl_FindExecutable.3
+f none /opt/csw/share/tcl-man/man3/Tcl_GetCwd.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_Chdir.3=Tcl_GetCwd.3
+f none /opt/csw/share/tcl-man/man3/Tcl_GetHostName.3 0644 root bin
+f none /opt/csw/share/tcl-man/man3/Tcl_GetIndexFromObj.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_GetIndexFromObjStruct.3=Tcl_GetIndexFromObj.3
+f none /opt/csw/share/tcl-man/man3/Tcl_GetInt.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_GetDouble.3=Tcl_GetInt.3
+f none /opt/csw/share/tcl-man/man3/Tcl_GetTime.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_GetBoolean.3=Tcl_GetInt.3
+f none /opt/csw/share/tcl-man/man3/Tcl_GetOpenFile.3 0644 root bin
+f none /opt/csw/share/tcl-man/man3/Tcl_GetStdChannel.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_SetStdChannel.3=Tcl_GetStdChannel.3
+l none /opt/csw/share/tcl-man/man3/Tcl_SetTimeProc.3=Tcl_GetTime.3
+l none /opt/csw/share/tcl-man/man3/Tcl_QueryTimeProc.3=Tcl_GetTime.3
+f none /opt/csw/share/tcl-man/man3/Tcl_GetVersion.3 0644 root bin
+f none /opt/csw/share/tcl-man/man3/Tcl_InitHashTable.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_InitCustomHashTable.3=Tcl_InitHashTable.3
+l none /opt/csw/share/tcl-man/man3/Tcl_InitObjHashTable.3=Tcl_InitHashTable.3
+l none /opt/csw/share/tcl-man/man3/Tcl_DeleteHashTable.3=Tcl_InitHashTable.3
+l none /opt/csw/share/tcl-man/man3/Tcl_CreateHashEntry.3=Tcl_InitHashTable.3
+l none /opt/csw/share/tcl-man/man3/Tcl_DeleteHashEntry.3=Tcl_InitHashTable.3
+l none /opt/csw/share/tcl-man/man3/Tcl_FindHashEntry.3=Tcl_InitHashTable.3
+l none /opt/csw/share/tcl-man/man3/Tcl_GetHashValue.3=Tcl_InitHashTable.3
+l none /opt/csw/share/tcl-man/man3/Tcl_SetHashValue.3=Tcl_InitHashTable.3
+l none /opt/csw/share/tcl-man/man3/Tcl_GetHashKey.3=Tcl_InitHashTable.3
+l none /opt/csw/share/tcl-man/man3/Tcl_FirstHashEntry.3=Tcl_InitHashTable.3
+l none /opt/csw/share/tcl-man/man3/Tcl_NextHashEntry.3=Tcl_InitHashTable.3
+l none /opt/csw/share/tcl-man/man3/Tcl_HashStats.3=Tcl_InitHashTable.3
+f none /opt/csw/share/tcl-man/man3/Tcl_Init.3 0644 root bin
+f none /opt/csw/share/tcl-man/man3/Tcl_InitStubs.3 0644 root bin
+f none /opt/csw/share/tcl-man/man3/Tcl_NewIntObj.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_NewLongObj.3=Tcl_NewIntObj.3
+l none /opt/csw/share/tcl-man/man3/Tcl_NewWideIntObj.3=Tcl_NewIntObj.3
+l none /opt/csw/share/tcl-man/man3/Tcl_SetIntObj.3=Tcl_NewIntObj.3
+l none /opt/csw/share/tcl-man/man3/Tcl_SetLongObj.3=Tcl_NewIntObj.3
+l none /opt/csw/share/tcl-man/man3/Tcl_SetWideIntObj.3=Tcl_NewIntObj.3
+l none /opt/csw/share/tcl-man/man3/Tcl_GetIntFromObj.3=Tcl_NewIntObj.3
+l none /opt/csw/share/tcl-man/man3/Tcl_GetLongFromObj.3=Tcl_NewIntObj.3
+l none /opt/csw/share/tcl-man/man3/Tcl_GetWideIntFromObj.3=Tcl_NewIntObj.3
+l none /opt/csw/share/tcl-man/man3/Tcl_NewBignumObj.3=Tcl_NewIntObj.3
+l none /opt/csw/share/tcl-man/man3/Tcl_SetBignumObj.3=Tcl_NewIntObj.3
+l none /opt/csw/share/tcl-man/man3/Tcl_GetBignumFromObj.3=Tcl_NewIntObj.3
+l none /opt/csw/share/tcl-man/man3/Tcl_TakeBignumFromObj.3=Tcl_NewIntObj.3
+f none /opt/csw/share/tcl-man/man3/Tcl_Interp.3 0644 root bin
+f none /opt/csw/share/tcl-man/man3/Tcl_LimitAddHandler.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_LimitCheck.3=Tcl_LimitAddHandler.3
+l none /opt/csw/share/tcl-man/man3/Tcl_LimitExceeded.3=Tcl_LimitAddHandler.3
+l none /opt/csw/share/tcl-man/man3/Tcl_LimitGetCommands.3=Tcl_LimitAddHandler.3
+l none /opt/csw/share/tcl-man/man3/Tcl_LimitGetGranularity.3=Tcl_LimitAddHandler.3
+l none /opt/csw/share/tcl-man/man3/Tcl_LimitGetTime.3=Tcl_LimitAddHandler.3
+l none /opt/csw/share/tcl-man/man3/Tcl_LimitReady.3=Tcl_LimitAddHandler.3
+l none /opt/csw/share/tcl-man/man3/Tcl_LimitRemoveHandler.3=Tcl_LimitAddHandler.3
+l none /opt/csw/share/tcl-man/man3/Tcl_LimitSetCommands.3=Tcl_LimitAddHandler.3
+l none /opt/csw/share/tcl-man/man3/Tcl_LimitSetGranularity.3=Tcl_LimitAddHandler.3
+l none /opt/csw/share/tcl-man/man3/Tcl_LimitSetTime.3=Tcl_LimitAddHandler.3
+l none /opt/csw/share/tcl-man/man3/Tcl_LimitTypeEnabled.3=Tcl_LimitAddHandler.3
+l none /opt/csw/share/tcl-man/man3/Tcl_LimitTypeExceeded.3=Tcl_LimitAddHandler.3
+l none /opt/csw/share/tcl-man/man3/Tcl_LimitTypeReset.3=Tcl_LimitAddHandler.3
+l none /opt/csw/share/tcl-man/man3/Tcl_LimitTypeSet.3=Tcl_LimitAddHandler.3
+f none /opt/csw/share/tcl-man/man3/Tcl_Close.3 0644 root bin
+f none /opt/csw/share/tcl-man/man3/Tcl_LinkVar.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_UnlinkVar.3=Tcl_LinkVar.3
+l none /opt/csw/share/tcl-man/man3/Tcl_UpdateLinkedVar.3=Tcl_LinkVar.3
+f none /opt/csw/share/tcl-man/man3/Tcl_ListObjAppendList.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_ListObjAppendElement.3=Tcl_ListObjAppendList.3
+l none /opt/csw/share/tcl-man/man3/Tcl_NewListObj.3=Tcl_ListObjAppendList.3
+l none /opt/csw/share/tcl-man/man3/Tcl_SetListObj.3=Tcl_ListObjAppendList.3
+l none /opt/csw/share/tcl-man/man3/Tcl_ListObjGetElements.3=Tcl_ListObjAppendList.3
+l none /opt/csw/share/tcl-man/man3/Tcl_ListObjLength.3=Tcl_ListObjAppendList.3
+l none /opt/csw/share/tcl-man/man3/Tcl_ListObjIndex.3=Tcl_ListObjAppendList.3
+l none /opt/csw/share/tcl-man/man3/Tcl_ListObjReplace.3=Tcl_ListObjAppendList.3
+f none /opt/csw/share/tcl-man/man3/Tcl_AppendExportList.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_CreateNamespace.3=Tcl_AppendExportList.3
+l none /opt/csw/share/tcl-man/man3/Tcl_DeleteNamespace.3=Tcl_AppendExportList.3
+l none /opt/csw/share/tcl-man/man3/Tcl_Export.3=Tcl_AppendExportList.3
+l none /opt/csw/share/tcl-man/man3/Tcl_FindCommand.3=Tcl_AppendExportList.3
+l none /opt/csw/share/tcl-man/man3/Tcl_FindNamespace.3=Tcl_AppendExportList.3
+l none /opt/csw/share/tcl-man/man3/Tcl_ForgetImport.3=Tcl_AppendExportList.3
+l none /opt/csw/share/tcl-man/man3/Tcl_GetCurrentNamespace.3=Tcl_AppendExportList.3
+l none /opt/csw/share/tcl-man/man3/Tcl_GetGloblaNamespace.3=Tcl_AppendExportList.3
+l none /opt/csw/share/tcl-man/man3/Tcl_GetNamespaceUnknownHandler.3=Tcl_AppendExportList.3
+l none /opt/csw/share/tcl-man/man3/Tcl_Import.3=Tcl_AppendExportList.3
+l none /opt/csw/share/tcl-man/man3/Tcl_SetNamespaceUnknownHandler.3=Tcl_AppendExportList.3
+f none /opt/csw/share/tcl-man/man3/Tcl_CreateEventSource.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_DeleteEventSource.3=Tcl_CreateEventSource.3
+l none /opt/csw/share/tcl-man/man3/Tcl_SetMaxBlockTime.3=Tcl_CreateEventSource.3
+l none /opt/csw/share/tcl-man/man3/Tcl_QueueEvent.3=Tcl_CreateEventSource.3
+l none /opt/csw/share/tcl-man/man3/Tcl_ThreadQueueEvent.3=Tcl_CreateEventSource.3
+l none /opt/csw/share/tcl-man/man3/Tcl_ThreadAlert.3=Tcl_CreateEventSource.3
+l none /opt/csw/share/tcl-man/man3/Tcl_GetCurrentThread.3=Tcl_CreateEventSource.3
+l none /opt/csw/share/tcl-man/man3/Tcl_DeleteEvents.3=Tcl_CreateEventSource.3
+l none /opt/csw/share/tcl-man/man3/Tcl_InitNotifier.3=Tcl_CreateEventSource.3
+l none /opt/csw/share/tcl-man/man3/Tcl_WaitForEvent.3=Tcl_CreateEventSource.3
+l none /opt/csw/share/tcl-man/man3/Tcl_FinalizeNotifier.3=Tcl_CreateEventSource.3
+l none /opt/csw/share/tcl-man/man3/Tcl_AlertNotifier.3=Tcl_CreateEventSource.3
+l none /opt/csw/share/tcl-man/man3/Tcl_SetTimer.3=Tcl_CreateEventSource.3
+l none /opt/csw/share/tcl-man/man3/Tcl_ServiceAll.3=Tcl_CreateEventSource.3
+l none /opt/csw/share/tcl-man/man3/Tcl_ServiceEvent.3=Tcl_CreateEventSource.3
+l none /opt/csw/share/tcl-man/man3/Tcl_GetServiceMode.3=Tcl_CreateEventSource.3
+l none /opt/csw/share/tcl-man/man3/Tcl_SetServiceMode.3=Tcl_CreateEventSource.3
+f none /opt/csw/share/tcl-man/man3/Tcl_NewObj.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_DuplicateObj.3=Tcl_NewObj.3
+l none /opt/csw/share/tcl-man/man3/Tcl_IncrRefCount.3=Tcl_NewObj.3
+l none /opt/csw/share/tcl-man/man3/Tcl_DecrRefCount.3=Tcl_NewObj.3
+l none /opt/csw/share/tcl-man/man3/Tcl_IsShared.3=Tcl_NewObj.3
+l none /opt/csw/share/tcl-man/man3/Tcl_InvalidateStringRep.3=Tcl_NewObj.3
+f none /opt/csw/share/tcl-man/man3/Tcl_RegisterObjType.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_GetObjType.3=Tcl_RegisterObjType.3
+l none /opt/csw/share/tcl-man/man3/Tcl_AppendAllObjTypes.3=Tcl_RegisterObjType.3
+l none /opt/csw/share/tcl-man/man3/Tcl_ConvertToType.3=Tcl_RegisterObjType.3
+l none /opt/csw/share/tcl-man/man3/Tcl_Read.3=Tcl_Close.3
+l none /opt/csw/share/tcl-man/man3/Tcl_OpenFileChannel.3=Tcl_Close.3
+l none /opt/csw/share/tcl-man/man3/Tcl_OpenCommandChannel.3=Tcl_Close.3
+l none /opt/csw/share/tcl-man/man3/Tcl_MakeFileChannel.3=Tcl_Close.3
+l none /opt/csw/share/tcl-man/man3/Tcl_GetChannel.3=Tcl_Close.3
+l none /opt/csw/share/tcl-man/man3/Tcl_GetChannelNames.3=Tcl_Close.3
+l none /opt/csw/share/tcl-man/man3/Tcl_GetChannelNamesEx.3=Tcl_Close.3
+l none /opt/csw/share/tcl-man/man3/Tcl_RegisterChannel.3=Tcl_Close.3
+l none /opt/csw/share/tcl-man/man3/Tcl_UnregisterChannel.3=Tcl_Close.3
+l none /opt/csw/share/tcl-man/man3/Tcl_DetachChannel.3=Tcl_Close.3
+l none /opt/csw/share/tcl-man/man3/Tcl_IsStandardChannel.3=Tcl_Close.3
+l none /opt/csw/share/tcl-man/man3/Tcl_ReadChars.3=Tcl_Close.3
+l none /opt/csw/share/tcl-man/man3/Tcl_GetsObj.3=Tcl_Close.3
+l none /opt/csw/share/tcl-man/man3/Tcl_Gets.3=Tcl_Close.3
+l none /opt/csw/share/tcl-man/man3/Tcl_WriteObj.3=Tcl_Close.3
+l none /opt/csw/share/tcl-man/man3/Tcl_WriteChars.3=Tcl_Close.3
+l none /opt/csw/share/tcl-man/man3/Tcl_Write.3=Tcl_Close.3
+l none /opt/csw/share/tcl-man/man3/Tcl_Flush.3=Tcl_Close.3
+l none /opt/csw/share/tcl-man/man3/Tcl_Seek.3=Tcl_Close.3
+l none /opt/csw/share/tcl-man/man3/Tcl_Tell.3=Tcl_Close.3
+l none /opt/csw/share/tcl-man/man3/Tcl_TruncateChannel.3=Tcl_Close.3
+l none /opt/csw/share/tcl-man/man3/Tcl_GetChannelOption.3=Tcl_Close.3
+l none /opt/csw/share/tcl-man/man3/Tcl_SetChannelOption.3=Tcl_Close.3
+l none /opt/csw/share/tcl-man/man3/Tcl_Eof.3=Tcl_Close.3
+l none /opt/csw/share/tcl-man/man3/Tcl_InputBlocked.3=Tcl_Close.3
+l none /opt/csw/share/tcl-man/man3/Tcl_InputBuffered.3=Tcl_Close.3
+l none /opt/csw/share/tcl-man/man3/Tcl_OutputBuffered.3=Tcl_Close.3
+l none /opt/csw/share/tcl-man/man3/Tcl_Ungets.3=Tcl_Close.3
+l none /opt/csw/share/tcl-man/man3/Tcl_ReadRaw.3=Tcl_Close.3
+l none /opt/csw/share/tcl-man/man3/Tcl_WriteRaw.3=Tcl_Close.3
+f none /opt/csw/share/tcl-man/man3/Tcl_OpenTcpClient.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_MakeTcpClientChannel.3=Tcl_OpenTcpClient.3
+l none /opt/csw/share/tcl-man/man3/Tcl_OpenTcpServer.3=Tcl_OpenTcpClient.3
+f none /opt/csw/share/tcl-man/man3/Tcl_Panic.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_PanicVA.3=Tcl_Panic.3
+l none /opt/csw/share/tcl-man/man3/Tcl_SetPanicProc.3=Tcl_Panic.3
+f none /opt/csw/share/tcl-man/man3/Tcl_ParseCommand.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_ParseExpr.3=Tcl_ParseCommand.3
+l none /opt/csw/share/tcl-man/man3/Tcl_ParseBraces.3=Tcl_ParseCommand.3
+l none /opt/csw/share/tcl-man/man3/Tcl_ParseQuotedString.3=Tcl_ParseCommand.3
+l none /opt/csw/share/tcl-man/man3/Tcl_ParseVarName.3=Tcl_ParseCommand.3
+l none /opt/csw/share/tcl-man/man3/Tcl_ParseVar.3=Tcl_ParseCommand.3
+l none /opt/csw/share/tcl-man/man3/Tcl_FreeParse.3=Tcl_ParseCommand.3
+l none /opt/csw/share/tcl-man/man3/Tcl_EvalTokens.3=Tcl_ParseCommand.3
+l none /opt/csw/share/tcl-man/man3/Tcl_EvalTokensStandard.3=Tcl_ParseCommand.3
+f none /opt/csw/share/tcl-man/man3/Tcl_PkgRequire.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_PkgRequireEx.3=Tcl_PkgRequire.3
+l none /opt/csw/share/tcl-man/man3/Tcl_PkgRequireProc.3=Tcl_PkgRequire.3
+l none /opt/csw/share/tcl-man/man3/Tcl_PkgPresent.3=Tcl_PkgRequire.3
+l none /opt/csw/share/tcl-man/man3/Tcl_PkgPresentEx.3=Tcl_PkgRequire.3
+l none /opt/csw/share/tcl-man/man3/Tcl_PkgProvide.3=Tcl_PkgRequire.3
+l none /opt/csw/share/tcl-man/man3/Tcl_PkgProvideEx.3=Tcl_PkgRequire.3
+f none /opt/csw/share/tcl-man/man3/Tcl_Preserve.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_Release.3=Tcl_Preserve.3
+l none /opt/csw/share/tcl-man/man3/Tcl_EventuallyFree.3=Tcl_Preserve.3
+f none /opt/csw/share/tcl-man/man3/Tcl_PrintDouble.3 0644 root bin
+f none /opt/csw/share/tcl-man/man3/Tcl_RecordAndEvalObj.3 0644 root bin
+f none /opt/csw/share/tcl-man/man3/Tcl_RecordAndEval.3 0644 root bin
+f none /opt/csw/share/tcl-man/man3/Tcl_RegisterConfig.3 0644 root bin
+f none /opt/csw/share/tcl-man/man3/Tcl_RegExpMatch.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_RegExpCompile.3=Tcl_RegExpMatch.3
+l none /opt/csw/share/tcl-man/man3/Tcl_RegExpExec.3=Tcl_RegExpMatch.3
+l none /opt/csw/share/tcl-man/man3/Tcl_RegExpRange.3=Tcl_RegExpMatch.3
+l none /opt/csw/share/tcl-man/man3/Tcl_GetRegExpFromObj.3=Tcl_RegExpMatch.3
+l none /opt/csw/share/tcl-man/man3/Tcl_RegExpMatchObj.3=Tcl_RegExpMatch.3
+l none /opt/csw/share/tcl-man/man3/Tcl_RegExpExecObj.3=Tcl_RegExpMatch.3
+l none /opt/csw/share/tcl-man/man3/Tcl_RegExpGetInfo.3=Tcl_RegExpMatch.3
+f none /opt/csw/share/tcl-man/man3/Tcl_SaveInterpState.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_RestoreInterpState.3=Tcl_SaveInterpState.3
+l none /opt/csw/share/tcl-man/man3/Tcl_DiscardInterpState.3=Tcl_SaveInterpState.3
+l none /opt/csw/share/tcl-man/man3/Tcl_SaveResult.3=Tcl_SaveInterpState.3
+l none /opt/csw/share/tcl-man/man3/Tcl_RestoreResult.3=Tcl_SaveInterpState.3
+l none /opt/csw/share/tcl-man/man3/Tcl_DiscardResult.3=Tcl_SaveInterpState.3
+f none /opt/csw/share/tcl-man/man3/Tcl_SetChannelError.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_SetChannelErrorInterp.3=Tcl_SetChannelError.3
+l none /opt/csw/share/tcl-man/man3/Tcl_GetChannelError.3=Tcl_SetChannelError.3
+l none /opt/csw/share/tcl-man/man3/Tcl_GetChannelErrorInterp.3=Tcl_SetChannelError.3
+f none /opt/csw/share/tcl-man/man3/Tcl_SetErrno.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_GetErrno.3=Tcl_SetErrno.3
+l none /opt/csw/share/tcl-man/man3/Tcl_ErrnoId.3=Tcl_SetErrno.3
+l none /opt/csw/share/tcl-man/man3/Tcl_ErrnoMsg.3=Tcl_SetErrno.3
+f none /opt/csw/share/tcl-man/man3/Tcl_SetRecursionLimit.3 0644 root bin
+f none /opt/csw/share/tcl-man/man3/Tcl_SetObjResult.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_GetObjResult.3=Tcl_SetObjResult.3
+l none /opt/csw/share/tcl-man/man3/Tcl_SetResult.3=Tcl_SetObjResult.3
+l none /opt/csw/share/tcl-man/man3/Tcl_GetStringResult.3=Tcl_SetObjResult.3
+l none /opt/csw/share/tcl-man/man3/Tcl_AppendResult.3=Tcl_SetObjResult.3
+l none /opt/csw/share/tcl-man/man3/Tcl_AppendResultVA.3=Tcl_SetObjResult.3
+l none /opt/csw/share/tcl-man/man3/Tcl_AppendElement.3=Tcl_SetObjResult.3
+l none /opt/csw/share/tcl-man/man3/Tcl_ResetResult.3=Tcl_SetObjResult.3
+f none /opt/csw/share/tcl-man/man3/Tcl_Sleep.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_FreeResult.3=Tcl_SetObjResult.3
+f none /opt/csw/share/tcl-man/man3/Tcl_SetVar2Ex.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_SetVar.3=Tcl_SetVar2Ex.3
+l none /opt/csw/share/tcl-man/man3/Tcl_SetVar2.3=Tcl_SetVar2Ex.3
+l none /opt/csw/share/tcl-man/man3/Tcl_ObjSetVar2.3=Tcl_SetVar2Ex.3
+l none /opt/csw/share/tcl-man/man3/Tcl_GetVar2Ex.3=Tcl_SetVar2Ex.3
+l none /opt/csw/share/tcl-man/man3/Tcl_GetVar.3=Tcl_SetVar2Ex.3
+l none /opt/csw/share/tcl-man/man3/Tcl_GetVar2.3=Tcl_SetVar2Ex.3
+l none /opt/csw/share/tcl-man/man3/Tcl_ObjGetVar2.3=Tcl_SetVar2Ex.3
+l none /opt/csw/share/tcl-man/man3/Tcl_UnsetVar.3=Tcl_SetVar2Ex.3
+l none /opt/csw/share/tcl-man/man3/Tcl_UnsetVar2.3=Tcl_SetVar2Ex.3
+f none /opt/csw/share/tcl-man/man3/Tcl_SignalId.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_SignalMsg.3=Tcl_SignalId.3
+f none /opt/csw/share/tcl-man/man3/Tcl_SourceRCFile.3 0644 root bin
+f none /opt/csw/share/tcl-man/man3/Tcl_SplitList.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_Merge.3=Tcl_SplitList.3
+l none /opt/csw/share/tcl-man/man3/Tcl_ScanElement.3=Tcl_SplitList.3
+l none /opt/csw/share/tcl-man/man3/Tcl_ConvertElement.3=Tcl_SplitList.3
+l none /opt/csw/share/tcl-man/man3/Tcl_ScanCountedElement.3=Tcl_SplitList.3
+f none /opt/csw/share/tcl-man/man3/Tcl_Main.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_ConvertCountedElement.3=Tcl_SplitList.3
+f none /opt/csw/share/tcl-man/man3/Tcl_SplitPath.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_JoinPath.3=Tcl_SplitPath.3
+l none /opt/csw/share/tcl-man/man3/Tcl_GetPathType.3=Tcl_SplitPath.3
+f none /opt/csw/share/tcl-man/man3/Tcl_StaticPackage.3 0644 root bin
+f none /opt/csw/share/tcl-man/man3/Tcl_StandardChannels.3 0644 root bin
+f none /opt/csw/share/tcl-man/man3/Tcl_StringMatch.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_StringCaseMatch.3=Tcl_StringMatch.3
+f none /opt/csw/share/tcl-man/man3/Tcl_NewStringObj.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_NewUnicodeObj.3=Tcl_NewStringObj.3
+l none /opt/csw/share/tcl-man/man3/Tcl_SetStringObj.3=Tcl_NewStringObj.3
+l none /opt/csw/share/tcl-man/man3/Tcl_SetUnicodeObj.3=Tcl_NewStringObj.3
+l none /opt/csw/share/tcl-man/man3/Tcl_GetStringFromObj.3=Tcl_NewStringObj.3
+l none /opt/csw/share/tcl-man/man3/Tcl_GetString.3=Tcl_NewStringObj.3
+l none /opt/csw/share/tcl-man/man3/Tcl_GetUnicodeFromObj.3=Tcl_NewStringObj.3
+l none /opt/csw/share/tcl-man/man3/Tcl_GetUnicode.3=Tcl_NewStringObj.3
+l none /opt/csw/share/tcl-man/man3/Tcl_GetUniChar.3=Tcl_NewStringObj.3
+l none /opt/csw/share/tcl-man/man3/Tcl_GetRange.3=Tcl_NewStringObj.3
+l none /opt/csw/share/tcl-man/man3/Tcl_GetCharLength.3=Tcl_NewStringObj.3
+l none /opt/csw/share/tcl-man/man3/Tcl_AppendToObj.3=Tcl_NewStringObj.3
+l none /opt/csw/share/tcl-man/man3/Tcl_AppendUnicodeToObj.3=Tcl_NewStringObj.3
+l none /opt/csw/share/tcl-man/man3/Tcl_AppendObjToObj.3=Tcl_NewStringObj.3
+l none /opt/csw/share/tcl-man/man3/Tcl_AppendStringsToObj.3=Tcl_NewStringObj.3
+l none /opt/csw/share/tcl-man/man3/Tcl_AppendStringsToObjVA.3=Tcl_NewStringObj.3
+l none /opt/csw/share/tcl-man/man3/Tcl_AppendLimitedToObj.3=Tcl_NewStringObj.3
+l none /opt/csw/share/tcl-man/man3/Tcl_Format.3=Tcl_NewStringObj.3
+l none /opt/csw/share/tcl-man/man3/Tcl_AppendFormatToObj.3=Tcl_NewStringObj.3
+l none /opt/csw/share/tcl-man/man3/Tcl_ObjPrintf.3=Tcl_NewStringObj.3
+l none /opt/csw/share/tcl-man/man3/Tcl_AppendPrintfToObj.3=Tcl_NewStringObj.3
+l none /opt/csw/share/tcl-man/man3/Tcl_SetObjLength.3=Tcl_NewStringObj.3
+l none /opt/csw/share/tcl-man/man3/Tcl_AttemptSetObjLength.3=Tcl_NewStringObj.3
+l none /opt/csw/share/tcl-man/man3/Tcl_ConcatObj.3=Tcl_NewStringObj.3
+f none /opt/csw/share/tcl-man/man3/Tcl_SubstObj.3 0644 root bin
+f none /opt/csw/share/tcl-man/man3/TCL_MEM_DEBUG.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_SetMainLoop.3=Tcl_Main.3
+f none /opt/csw/share/tcl-man/man3/Tcl_ConditionNotify.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_ConditionWait.3=Tcl_ConditionNotify.3
+l none /opt/csw/share/tcl-man/man3/Tcl_ConditionFinalize.3=Tcl_ConditionNotify.3
+l none /opt/csw/share/tcl-man/man3/Tcl_GetThreadData.3=Tcl_ConditionNotify.3
+l none /opt/csw/share/tcl-man/man3/Tcl_MutexLock.3=Tcl_ConditionNotify.3
+l none /opt/csw/share/tcl-man/man3/Tcl_MutexUnlock.3=Tcl_ConditionNotify.3
+l none /opt/csw/share/tcl-man/man3/Tcl_MutexFinalize.3=Tcl_ConditionNotify.3
+l none /opt/csw/share/tcl-man/man3/Tcl_CreateThread.3=Tcl_ConditionNotify.3
+l none /opt/csw/share/tcl-man/man3/Tcl_JoinThread.3=Tcl_ConditionNotify.3
+f none /opt/csw/share/tcl-man/man3/Tcl_UniCharToUpper.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_UniCharToLower.3=Tcl_UniCharToUpper.3
+l none /opt/csw/share/tcl-man/man3/Tcl_UniCharToTitle.3=Tcl_UniCharToUpper.3
+l none /opt/csw/share/tcl-man/man3/Tcl_UtfToUpper.3=Tcl_UniCharToUpper.3
+l none /opt/csw/share/tcl-man/man3/Tcl_UtfToLower.3=Tcl_UniCharToUpper.3
+l none /opt/csw/share/tcl-man/man3/Tcl_UtfToTitle.3=Tcl_UniCharToUpper.3
+f none /opt/csw/share/tcl-man/man3/Tcl_CommandTraceInfo.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_TraceCommand.3=Tcl_CommandTraceInfo.3
+l none /opt/csw/share/tcl-man/man3/Tcl_UntraceCommand.3=Tcl_CommandTraceInfo.3
+f none /opt/csw/share/tcl-man/man3/Tcl_TraceVar.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_TraceVar2.3=Tcl_TraceVar.3
+l none /opt/csw/share/tcl-man/man3/Tcl_UntraceVar.3=Tcl_TraceVar.3
+l none /opt/csw/share/tcl-man/man3/Tcl_UntraceVar2.3=Tcl_TraceVar.3
+l none /opt/csw/share/tcl-man/man3/Tcl_VarTraceInfo.3=Tcl_TraceVar.3
+l none /opt/csw/share/tcl-man/man3/Tcl_VarTraceInfo2.3=Tcl_TraceVar.3
+f none /opt/csw/share/tcl-man/man3/Tcl_TranslateFileName.3 0644 root bin
+f none /opt/csw/share/tcl-man/man3/Tcl_UniCharIsAlnum.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_UniCharIsAlpha.3=Tcl_UniCharIsAlnum.3
+l none /opt/csw/share/tcl-man/man3/Tcl_UniCharIsControl.3=Tcl_UniCharIsAlnum.3
+l none /opt/csw/share/tcl-man/man3/Tcl_UniCharIsDigit.3=Tcl_UniCharIsAlnum.3
+l none /opt/csw/share/tcl-man/man3/Tcl_UniCharIsGraph.3=Tcl_UniCharIsAlnum.3
+l none /opt/csw/share/tcl-man/man3/Tcl_UniCharIsLower.3=Tcl_UniCharIsAlnum.3
+l none /opt/csw/share/tcl-man/man3/Tcl_UniCharIsPrint.3=Tcl_UniCharIsAlnum.3
+l none /opt/csw/share/tcl-man/man3/Tcl_UniCharIsPunct.3=Tcl_UniCharIsAlnum.3
+l none /opt/csw/share/tcl-man/man3/Tcl_UniCharIsSpace.3=Tcl_UniCharIsAlnum.3
+l none /opt/csw/share/tcl-man/man3/Tcl_UniCharIsUpper.3=Tcl_UniCharIsAlnum.3
+l none /opt/csw/share/tcl-man/man3/Tcl_UniCharIsWordChar.3=Tcl_UniCharIsAlnum.3
+f none /opt/csw/share/tcl-man/man3/Tcl_UpVar.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_UpVar2.3=Tcl_UpVar.3
+f none /opt/csw/share/tcl-man/man3/Tcl_UniChar.3 0644 root bin
+l none /opt/csw/share/tcl-man/man3/Tcl_UniCharCaseMatch.3=Tcl_UniChar.3
+l none /opt/csw/share/tcl-man/man3/Tcl_UniCharNcasecmp.3=Tcl_UniChar.3
+l none /opt/csw/share/tcl-man/man3/Tcl_UniCharToUtf.3=Tcl_UniChar.3
+l none /opt/csw/share/tcl-man/man3/Tcl_UtfToUniChar.3=Tcl_UniChar.3
+l none /opt/csw/share/tcl-man/man3/Tcl_UniCharToUtfDString.3=Tcl_UniChar.3
+l none /opt/csw/share/tcl-man/man3/Tcl_UtfToUniCharDString.3=Tcl_UniChar.3
+l none /opt/csw/share/tcl-man/man3/Tcl_UniCharLen.3=Tcl_UniChar.3
+l none /opt/csw/share/tcl-man/man3/Tcl_UniCharNcmp.3=Tcl_UniChar.3
+l none /opt/csw/share/tcl-man/man3/Tcl_UtfCharComplete.3=Tcl_UniChar.3
+l none /opt/csw/share/tcl-man/man3/Tcl_NumUtfChars.3=Tcl_UniChar.3
+l none /opt/csw/share/tcl-man/man3/Tcl_UtfFindFirst.3=Tcl_UniChar.3
+l none /opt/csw/share/tcl-man/man3/Tcl_UtfFindLast.3=Tcl_UniChar.3
+l none /opt/csw/share/tcl-man/man3/Tcl_UtfNext.3=Tcl_UniChar.3
+l none /opt/csw/share/tcl-man/man3/Tcl_UtfPrev.3=Tcl_UniChar.3
+l none /opt/csw/share/tcl-man/man3/Tcl_UniCharAtIndex.3=Tcl_UniChar.3
+l none /opt/csw/share/tcl-man/man3/Tcl_UtfAtIndex.3=Tcl_UniChar.3
+l none /opt/csw/share/tcl-man/man3/Tcl_UtfBackslash.3=Tcl_UniChar.3
+f none /opt/csw/share/tcl-man/man3/Tcl_WrongNumArgs.3 0644 root bin
+d none /opt/csw/share/tcl-man/mann 0755 root bin
+f none /opt/csw/share/tcl-man/mann/Tcl.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/after.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/append.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/apply.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/array.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/bgerror.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/binary.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/break.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/case.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/catch.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/cd.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/chan.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/clock.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/close.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/concat.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/continue.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/dde.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/dict.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/encoding.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/eof.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/error.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/eval.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/exec.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/exit.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/expr.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/fblocked.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/fconfigure.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/fcopy.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/file.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/fileevent.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/filename.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/flush.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/for.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/foreach.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/format.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/gets.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/glob.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/global.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/history.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/http.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/if.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/incr.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/info.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/interp.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/join.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/lappend.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/lassign.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/auto_execok.n 0644 root bin
+l none /opt/csw/share/tcl-man/mann/auto_import.n=auto_execok.n
+l none /opt/csw/share/tcl-man/mann/auto_load.n=auto_execok.n
+l none /opt/csw/share/tcl-man/mann/auto_mkindex.n=auto_execok.n
+l none /opt/csw/share/tcl-man/mann/auto_mkindex_old.n=auto_execok.n
+l none /opt/csw/share/tcl-man/mann/auto_qualify.n=auto_execok.n
+l none /opt/csw/share/tcl-man/mann/auto_reset.n=auto_execok.n
+l none /opt/csw/share/tcl-man/mann/tcl_findLibrary.n=auto_execok.n
+l none /opt/csw/share/tcl-man/mann/parray.n=auto_execok.n
+l none /opt/csw/share/tcl-man/mann/tcl_endOfWord.n=auto_execok.n
+l none /opt/csw/share/tcl-man/mann/tcl_startOfNextWord.n=auto_execok.n
+l none /opt/csw/share/tcl-man/mann/tcl_startOfPreviousWord.n=auto_execok.n
+l none /opt/csw/share/tcl-man/mann/tcl_wordBreakAfter.n=auto_execok.n
+l none /opt/csw/share/tcl-man/mann/tcl_wordBreakBefore.n=auto_execok.n
+f none /opt/csw/share/tcl-man/mann/lindex.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/linsert.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/list.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/llength.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/load.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/lrange.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/lrepeat.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/lreplace.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/lreverse.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/lsearch.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/lset.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/lsort.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/mathfunc.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/mathop.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/memory.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/msgcat.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/namespace.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/open.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/package.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/pkg::create.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/pid.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/pkg_mkIndex.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/platform.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/platform::shell.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/proc.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/puts.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/pwd.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/re_syntax.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/read.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/refchan.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/regexp.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/registry.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/regsub.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/rename.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/return.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/SafeBase.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/scan.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/seek.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/set.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/socket.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/source.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/split.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/subst.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/string.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/switch.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/tcltest.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/tclvars.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/tell.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/time.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/tm.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/trace.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/unknown.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/unload.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/unset.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/update.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/uplevel.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/upvar.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/variable.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/vwait.n 0644 root bin
+f none /opt/csw/share/tcl-man/mann/while.n 0644 root bin
+d none /opt/csw/lib 0755 root bin
+d none /opt/csw/lib/tcl8.5 0755 root bin
+d none /opt/csw/lib/tcl8.5/msgs 0755 root bin
+f none /opt/csw/lib/tcl8.5/msgs/es_ec.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/eo.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/ca.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/kw_gb.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/ga.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/it.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/en_bw.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/mk.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/kl.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/fr_be.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/be.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/gl_es.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/de_at.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/sh.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/ro.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/kl_gl.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/hi.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/nn.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/nb.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/es_pr.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/hr.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/te.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/sv.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/ar_lb.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/es_ar.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/id.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/af.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/he.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/en_zw.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/th.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/es_uy.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/lt.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/en_nz.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/ar_jo.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/zh_tw.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/ar_sy.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/bg.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/ar_in.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/fa.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/en_ph.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/pt_br.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/mr.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/sr.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/ru.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/et.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/es_cl.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/ar.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/es_hn.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/kok_in.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/en_sg.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/zh_sg.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/nl_be.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/af_za.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/gl.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/cs.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/bn.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/en_be.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/es_sv.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/ms_my.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/hi_in.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/zh_cn.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/ko_kr.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/es_cr.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/es_mx.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/es_gt.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/en_ie.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/ga_ie.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/es_pa.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/hu.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/en_au.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/fr.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/kw.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/en_in.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/sk.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/es_py.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/lv.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/bn_in.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/mr_in.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/ja.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/en_hk.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/de_be.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/pt.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/zh_hk.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/ta_in.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/gv.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/eu_es.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/vi.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/fo_fo.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/fa_ir.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/fo.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/fi.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/de.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/es_bo.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/te_in.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/mt.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/es_pe.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/sw.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/es_ni.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/fa_in.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/id_id.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/el.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/en_za.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/es_ve.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/nl.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/pl.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/tr.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/ms.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/ru_ua.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/ta.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/es.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/it_ch.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/fr_ca.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/ko.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/fr_ch.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/es_co.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/kok.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/is.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/gv_gb.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/zh.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/en_ca.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/uk.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/sq.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/sl.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/eu.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/es_do.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/da.msg 0644 root bin
+f none /opt/csw/lib/tcl8.5/msgs/en_gb.msg 0644 root bin
+d none /opt/csw/lib/tcl8.5/opt0.4 0755 root bin
+f none /opt/csw/lib/tcl8.5/opt0.4/optparse.tcl 0644 root bin
+f none /opt/csw/lib/tcl8.5/opt0.4/pkgIndex.tcl 0644 root bin
+d none /opt/csw/lib/tcl8.5/http1.0 0755 root bin
+f none /opt/csw/lib/tcl8.5/http1.0/http.tcl 0644 root bin
+f none /opt/csw/lib/tcl8.5/http1.0/pkgIndex.tcl 0644 root bin
+d none /opt/csw/lib/tcl8.5/encoding 0755 root bin
+f none /opt/csw/lib/tcl8.5/encoding/ascii.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/big5.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/cp1250.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/cp1251.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/cp1252.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/cp1253.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/cp1254.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/cp1255.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/cp1256.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/cp1257.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/cp1258.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/cp437.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/cp737.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/cp775.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/cp850.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/cp852.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/cp855.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/cp857.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/cp860.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/cp861.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/cp862.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/cp863.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/cp864.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/cp865.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/cp866.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/cp869.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/cp874.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/cp932.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/cp936.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/cp949.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/cp950.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/dingbats.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/ebcdic.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/euc-cn.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/euc-jp.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/euc-kr.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/gb12345.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/gb1988.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/gb2312-raw.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/gb2312.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/iso2022-jp.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/iso2022-kr.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/iso2022.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/iso8859-1.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/iso8859-10.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/iso8859-13.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/iso8859-14.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/iso8859-15.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/iso8859-16.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/iso8859-2.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/iso8859-3.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/iso8859-4.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/iso8859-5.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/iso8859-6.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/iso8859-7.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/iso8859-8.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/iso8859-9.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/jis0201.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/jis0208.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/jis0212.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/koi8-r.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/koi8-u.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/ksc5601.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/macCentEuro.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/macCroatian.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/macCyrillic.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/macDingbats.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/macGreek.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/macIceland.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/macJapan.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/macRoman.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/macRomania.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/macThai.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/macTurkish.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/macUkraine.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/shiftjis.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/symbol.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/encoding/tis-620.enc 0644 root bin
+f none /opt/csw/lib/tcl8.5/auto.tcl 0644 root bin
+f none /opt/csw/lib/tcl8.5/clock.tcl 0644 root bin
+f none /opt/csw/lib/tcl8.5/history.tcl 0644 root bin
+f none /opt/csw/lib/tcl8.5/init.tcl 0644 root bin
+f none /opt/csw/lib/tcl8.5/package.tcl 0644 root bin
+f none /opt/csw/lib/tcl8.5/parray.tcl 0644 root bin
+f none /opt/csw/lib/tcl8.5/safe.tcl 0644 root bin
+f none /opt/csw/lib/tcl8.5/tm.tcl 0644 root bin
+f none /opt/csw/lib/tcl8.5/word.tcl 0644 root bin
+f none /opt/csw/lib/tcl8.5/tclIndex 0644 root bin
+f none /opt/csw/lib/tcl8.5/tclAppInit.c 0644 root bin
+f none /opt/csw/lib/tcl8.5/ldAix 0644 root bin
+f none /opt/csw/lib/libtcl8.5.so 0755 root bin
+f none /opt/csw/lib/tclConfig.sh 0644 root bin
+f none /opt/csw/lib/libtclstub8.5.a 0644 root bin
+d none /opt/csw/lib/tcl8 0755 root bin
+d none /opt/csw/lib/tcl8/8.3 0755 root bin
+d none /opt/csw/lib/tcl8/8.4 0755 root bin
+d none /opt/csw/lib/tcl8/8.4/platform 0755 root bin
+f none /opt/csw/lib/tcl8/8.4/platform/shell-1.1.3.tm 0644 root bin
+f none /opt/csw/lib/tcl8/8.4/http-2.7.tm 0644 root bin
+f none /opt/csw/lib/tcl8/8.4/platform-1.0.3.tm 0644 root bin
+d none /opt/csw/lib/tcl8/8.5 0755 root bin
+f none /opt/csw/lib/tcl8/8.5/msgcat-1.4.2.tm 0644 root bin
+f none /opt/csw/lib/tcl8/8.5/tcltest-2.3.0.tm 0644 root bin
+d none /opt/csw/bin 0755 root bin
+f none /opt/csw/bin/tclsh8.5 0755 root bin
+s none /opt/csw/bin/tclsh=tclsh8.5
+d none /opt/csw/include 0755 root bin
+f none /opt/csw/include/tcl.h 0644 root bin
+f none /opt/csw/include/tclDecls.h 0644 root bin
+f none /opt/csw/include/tclPlatDecls.h 0644 root bin
+f none /opt/csw/include/tclTomMath.h 0644 root bin
+f none /opt/csw/include/tclTomMathDecls.h 0644 root bin

Added: csw/mgar/pkg/tcl/trunk/legacy/src/CJSA.configure
===================================================================
--- csw/mgar/pkg/tcl/trunk/legacy/src/CJSA.configure	                        (rev 0)
+++ csw/mgar/pkg/tcl/trunk/legacy/src/CJSA.configure	2009-01-23 20:49:38 UTC (rev 2895)
@@ -0,0 +1,14 @@
+# Configure command for the TCL package
+# Run from the tcl*[0-9]/unix subdirectory
+#
+# NOTE: * Had to add the CFLAGS argument for 8.5.x so that the test routines
+#	  could find the current tcl.h file in the generic directory rather
+#	  than the previously installed 8.4.x /opt/csw/include/tcl.h which
+#	  was causing all sorts of compile problems due to undefined objects!
+#
+#	* The CFLAGS line below is necessary for the tests to be compiled and
+#	  run.  Must edit out of tclConfig.sh later.
+
+./configure --prefix=/opt/csw --mandir=/opt/csw/share/tcl-man \
+	    --enable-threads \
+	    CFLAGS="-I. -I../generic -I../../generic"


Property changes on: csw/mgar/pkg/tcl/trunk/legacy/src/CJSA.configure
___________________________________________________________________
Added: svn:executable
   + *

Added: csw/mgar/pkg/tcl/trunk/legacy/src/Makefile
===================================================================
--- csw/mgar/pkg/tcl/trunk/legacy/src/Makefile	                        (rev 0)
+++ csw/mgar/pkg/tcl/trunk/legacy/src/Makefile	2009-01-23 20:49:38 UTC (rev 2895)
@@ -0,0 +1,46 @@
+###############################################################################
+#
+# FILE:		Makefile
+#
+# DESCRIPTION:	Control file for the TCL src directory.  This is used to
+#		retrieve current source code for the specified package(s).
+#
+# REVISION:	04-27-08
+#
+# NOTES:	* Set TVER to the current version of the software.
+#
+###############################################################################
+
+TVER=8.5.2
+
+
+help:
+	@echo "---------------------------------------------------------------"
+	@echo "TCL Version:  $(TVER)"
+	@echo "---------------------------------------------------------------"
+	@echo "make get      download the current TCL source code"
+	@echo ""
+	@echo "make rename   rename downloaded source code file"
+	@echo ""
+	@echo "make unpack   unpack the TCL source code"
+	@echo ""
+	@echo "make clean    remove source working directory
+	@echo "---------------------------------------------------------------"
+
+
+# target get does not work until we can locate an unambiguous download site
+# for the TCL source
+
+get tcl TCL:
+	 wget \
+	 http://downloads.sourceforge.net/tcl/tcl$(TVER)-src.tar.gz
+
+rename:
+	mv tcl$(TVER)-src.tar.gz TCL.$(TVER)-src.tar.gz
+	clear ; ls
+
+unpack unpak:	TCL.$(TVER)-src.tar.gz
+	unpak TCL.$(TVER)-src.tar.gz
+
+clean:
+	rm -rf tcl${TVER}


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list