summaryrefslogtreecommitdiffstats
path: root/library/tclIndex
Commit message (Collapse)AuthorAgeFilesLines
* * library/tclIndex: Added 'tcl::tm::path' to the tclIndex. Thisandreas_kupries2007-10-021-0/+1
| | | | fixes [SF Bug 1806422] reported by Don Porter.
* * library/init.tcl: Use auto-loading to bring in Tcl Moduledgp2005-04-151-0/+6
| | | | | | * library/tclIndex: support as needed. This reduces startup * library/tm.tcl: time by delaying this initialization to a later time.
* * library/package.tcl: Moved private commanddgp2004-07-281-1/+0
| | | | | | * library/tclIndex: [pkg_compareExtension] into ::tcl::Pkg. * tests/pkg_mkIndex.test: Also moved implementation of [::pkg::create] to [::tcl::Pkg::Create].
* Removed support for Mac OS Classic platform [Patch 918142]das2004-03-171-1/+0
|
* * library/auto.tcl: Converted the Mac-specific [package unknown]dgp2002-10-281-1/+2
| | | | | | * library/init.tcl: behavior to use a chaining mechanism to extend * library/package.tcl: the default [tclPkgUnknown]. [Bug 627660] * library/tclIndex: [Patch 624509] (steffen)
* * tests/package.test:ericm2000-02-071-1/+1
| | | | | * library/tclIndex: * library/package.tcl: Renamed ::package namespace to ::pkg.
* * tests/package.test:ericm2000-02-011-0/+1
| | | | | | | | | | | | | | | | | * library/tclIndex: * library/package.tcl: Added ::package namespace and ::package::create function. * library/init.tcl: Fixed problem with auto_load and determining if commands were loaded. * library/auto.tcl: "Fixed" issues with $ in files to be auto indexed. * doc/Package.n: New man page for package::create function. * doc/pkgMkIndex.n: Added additional information. * doc/library.n: Added additional qualification regarding auto_mkindex.
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-0/+58
|
* *** empty log message ***welch1998-07-241-14/+7
|
* Initial revisionrjohnson1998-03-261-0/+30