summaryrefslogtreecommitdiffstats
path: root/library/package.tcl
Commit message (Expand)AuthorAgeFilesLines
* Whitespace reduction in Tcl scripts. No functional change.nijtmans@users.sourceforge.net2015-09-011-1/+1
* For [package] etc., select modernizations from Patrick Fradin.dgp@users.sourceforge.net2013-01-301-19/+7
|\
| * For [package] etc., select modernizations from Patrick Fradin.dgp@users.sourceforge.net2013-01-301-17/+5
* | 3480599 Make [source] and [load] order of multi-file package happen in sorted...dgp@users.sourceforge.net2012-01-271-1/+1
|\ \ | |/
| * 3480599 Make [source] and [load] order of multi-file package happen in sorteddgp@users.sourceforge.net2012-01-271-1/+1
* | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp@users.sourceforge.net2011-03-021-2/+0
|\ \ | |/
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp@users.sourceforge.net2011-03-021-2/+0
| |\
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp@users.sourceforge.net2011-03-011-2/+0
| | * * library/package.tcl: Removed [file readable] testing fromdgp@users.sourceforge.net2008-07-031-13/+34
| | * * generic/tcl.decls: Implemented TIP #268, conditionally.akupries@shaw.ca2006-09-221-30/+78
| | * * library/auto.tcl: Updates to the Tcl script library to makedgp@users.sourceforge.net2005-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 ondgp@users.sourceforge.net2003-07-111-3/+7
| * | * library/package.tcl: Removed [file readable] testing fromdgp@users.sourceforge.net2008-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].donal.k.fellows@manchester.ac.uk2009-07-261-128/+124
* | | * library/package.tcl: Removed [file readable] testing fromdgp@users.sourceforge.net2008-07-031-11/+29
|/ /
* | * doc/ParseCmd.3, doc/Tcl.n, doc/eval.n, doc/exec.n:hobbs2006-11-031-4/+4
* | TIP#268 IMPLEMENTATIONakupries@shaw.ca2006-09-221-4/+4
* | * library/auto.tcl: Updates to the Tcl script library to makedgp@users.sourceforge.net2005-07-231-13/+13
* | * library/package.tcl (pkg_mkIndex): Updated [pkg_mkIndex] todgp@users.sourceforge.net2004-08-021-20/+11
* | * tests/safe.test (safe-2.1): Disabled senseless test. [Bug 999612]dgp@users.sourceforge.net2004-07-301-2/+2
* | * library/package.tcl: [::pkg::create] is now an alias. Testdgp@users.sourceforge.net2004-07-291-9/+2
* | * library/package.tcl: Moved private commanddgp@users.sourceforge.net2004-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 recognitiondgp@users.sourceforge.net2003-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 ondgp@users.sourceforge.net2003-07-111-3/+7
|/
* * doc/pkgMkIndex.n: Modified [pkg_mkIndex] to use -nocase matchingdgp@users.sourceforge.net2003-02-251-2/+2
* * library/package.tcl (tclPkgUnknown): Minor performance tweaksdgp@users.sourceforge.net2003-02-211-13/+48
* * library/auto.tcl: Converted the Mac-specific [package unknown]dgp@users.sourceforge.net2002-10-281-51/+102
* * library/auto.tcl (tcl_findLibrary):das2002-10-221-1/+20
* * Fixed leak of slave interp in [pkg_mkIndex].dgp@users.sourceforge.net2002-05-311-2/+2
* * Corrected documentation and usage message of [pkg_mkIndex].dgp@users.sourceforge.net2001-07-211-2/+2
* * library/package.tcl (pkg_mkIndex): Added patch from Vincedgp@users.sourceforge.net2001-03-141-1/+22
* [glob] uses -directory instead of unsafe [file join] to stop problemsdonal.k.fellows@manchester.ac.uk2000-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
* * tests/pkgMkIndex.test:ericm2000-01-271-33/+43
* 1999-08-18 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-191-18/+15
* Resynced with mainline.rjohnson1999-04-211-1/+1
* fixed bug 1497 for 8.1: tclPkgUnknown should test for read privssurles1999-04-201-3/+5