summaryrefslogtreecommitdiffstats
path: root/library/package.tcl
Commit message (Expand)AuthorAgeFilesLines
* One more ::tcl::Pkg::source, for the Macjan.nijtmans2017-01-051-1/+1
* Merge trunk. Improve test-case. Bring back "source -nopkg", but only as undoc...jan.nijtmans2017-01-051-1/+1
|\
* | In stead of "source -nopkg" use a ::tcl::Pkg::source utility function.jan.nijtmans2017-01-041-1/+1
* | Complete implementation, tests and documentationjan.nijtmans2016-11-281-1/+1
|/
* Whitespace reduction in Tcl scripts. No functional change.jan.nijtmans2015-09-011-1/+1
* For [package] etc., select modernizations from Patrick Fradin.dgp2013-01-301-19/+7
|\
| * For [package] etc., select modernizations from Patrick Fradin.dgp2013-01-301-17/+5
* | 3480599 Make [source] and [load] order of multi-file package happen in sorted...dgp2012-01-271-1/+1
|\ \ | |/
| * 3480599 Make [source] and [load] order of multi-file package happen in sortedbug_3480599dgp2012-01-271-1/+1
* | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ | |/
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | * * library/package.tcl: Removed [file readable] testing fromdgp2008-07-031-13/+34
| | * * generic/tcl.decls: Implemented TIP #268, conditionally.andreas_kupries2006-09-221-30/+78
| | * * library/auto.tcl: Updates to the Tcl script library to makedgp2005-07-221-18/+19
| | * * library/package.tcl: Fixed a typo that broke pkg_mkIndex -verbose.rmax2003-07-241-2/+2
| | * * library/package.tcl: Corrected [pkg_mkIndex] bug reported ondgp2003-07-111-3/+7
| * | * library/package.tcl: Removed [file readable] testing fromdgp2008-07-031-11/+29
* | | Spacing and style fixesnijtmans2010-06-141-18/+18
* | | Eliminate "then" keywordnijtmans2009-11-181-19/+19
* | | Use [try] to replace obscurer uses of [catch].dkf2009-07-261-128/+124
* | | * library/package.tcl: Removed [file readable] testing fromdgp2008-07-031-11/+29
|/ /
* | * doc/ParseCmd.3, doc/Tcl.n, doc/eval.n, doc/exec.n:hobbs2006-11-031-4/+4
* | TIP#268 IMPLEMENTATIONandreas_kupries2006-09-221-4/+4
* | * library/auto.tcl: Updates to the Tcl script library to makedgp2005-07-231-13/+13
* | * library/package.tcl (pkg_mkIndex): Updated [pkg_mkIndex] todgp2004-08-021-20/+11
* | * tests/safe.test (safe-2.1): Disabled senseless test. [Bug 999612]dgp2004-07-301-2/+2
* | * library/package.tcl: [::pkg::create] is now an alias. Testdgp2004-07-291-9/+2
* | * library/package.tcl: Moved private commanddgp2004-07-281-12/+19
* | Removed support for Mac OS Classic platform [Patch 918142]das2004-03-171-92/+2
* | * doc/ParseCmd.3: Implementation of TIP 157. Adds recognitiondgp2003-11-141-4/+4
* | package unknown performance on MacOS and MacOS Xvincentdarley2003-09-241-11/+78
* | * library/package.tcl: Fixed a typo that broke pkg_mkIndex -verbose.rmax2003-07-241-2/+2
* | * library/package.tcl: Corrected [pkg_mkIndex] bug reported ondgp2003-07-111-3/+7
|/
* * doc/pkgMkIndex.n: Modified [pkg_mkIndex] to use -nocase matchingdgp2003-02-251-2/+2
* * library/package.tcl (tclPkgUnknown): Minor performance tweaksdgp2003-02-211-13/+48
* * library/auto.tcl: Converted the Mac-specific [package unknown]dgp2002-10-281-51/+102
* * library/auto.tcl (tcl_findLibrary):das2002-10-221-1/+20
* * Fixed leak of slave interp in [pkg_mkIndex].dgp2002-05-311-2/+2
* * Corrected documentation and usage message of [pkg_mkIndex].dgp2001-07-211-2/+2
* * library/package.tcl (pkg_mkIndex): Added patch from Vincedgp2001-03-141-1/+22
* [glob] uses -directory instead of unsafe [file join] to stop problemsdkf2000-11-241-4/+5
* * tests/pkgMkIndex.test: Added tests for pkg_compareExtension.ericm2000-07-191-6/+23
* 2000-04-22 Jim Ingham <jingham@cygnus.com> * library/package.tcl (t...jingham2000-04-231-2/+2
* * library/package.tcl: Applied patch from Bug: 2570; rather thanericm2000-03-061-4/+5
* * library/package.tcl (tclPkgUnknown): extended to allowhobbs2000-03-031-12/+33
* * tests/package.test:ericm2000-02-071-6/+6
* * tests/package.test:ericm2000-02-011-22/+148
* * tests/pkg/spacename.tcl:ericm2000-01-281-2/+3
* * tests/pkg/samename.tcl: test file for bug #1983ericm2000-01-271-25/+25