summaryrefslogtreecommitdiffstats
path: root/library/package.tcl
Commit message (Expand)AuthorAgeFilesLines
* Correct spelling errors in comments and documentation, but also a non-comment...pooryorick2023-04-121-3/+3
|\
| * Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-3/+3
| * TIP #587 follow-up: Looks like -encoding utf-8 still was missing in some pla...jan.nijtmans2020-12-281-1/+1
* | Extract TIP #637 implementation from "novem" branchjan.nijtmans2022-10-121-0/+3
* | Merge 8.7jan.nijtmans2020-11-231-2/+2
|\ \ | |/
| * Now that all Tcl source files are UTF-8 by default, we can use the ©-sign wh...jan.nijtmans2020-11-231-2/+2
* | Merge trunk. Use utf-8 explicitly when reading/writing script filesjan.nijtmans2020-09-221-0/+1
|\ \ | |/
| * When writing script files (like pkgIndex.tcl), always use -translation lf, s...jan.nijtmans2020-09-221-0/+1
|/
* Merge 8.6. More tests/tools updates.jan.nijtmans2020-08-311-1/+1
|\
| * opt package: Change comment. 0.4.7 -> 0.4.8.jan.nijtmans2020-08-311-1/+1
* | Merge 8.6jan.nijtmans2020-08-291-3/+7
|\ \ | |/
| * Update comments about safe interpreters in library/tm.tcl and library/package...kjnash2020-07-181-3/+7
* | Slightly better than previous commit: In case of a version conflict, ignore p...jan.nijtmans2018-11-251-6/+15
* | If a pkgIndex file is encountered which produces an error, continue. This sho...jan.nijtmans2018-11-241-3/+6
* | 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 sorteddgp2012-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