| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct spelling errors in comments and documentation, but also a non-comment
| pooryorick | 2023-04-12 | 1 | -3/+3 |
|
|
* | TIP #587 follow-up: Looks like -encoding utf-8 still was missing in some pla... | jan.nijtmans | 2020-12-28 | 1 | -1/+1 |
|
|
* | Now that all Tcl source files are UTF-8 by default, we can use the ©-sign wh... | jan.nijtmans | 2020-11-23 | 1 | -2/+2 |
|
|
* | When writing script files (like pkgIndex.tcl), always use -translation lf, s... | jan.nijtmans | 2020-09-22 | 1 | -0/+1 |
|
|
* | Merge 8.6. More tests/tools updates. | jan.nijtmans | 2020-08-31 | 1 | -1/+1 |
|\ |
|
| * | opt package: Change comment. 0.4.7 -> 0.4.8. | jan.nijtmans | 2020-08-31 | 1 | -1/+1 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-08-29 | 1 | -3/+7 |
|\ \
| |/ |
|
| * | Update comments about safe interpreters in library/tm.tcl and library/package... | kjnash | 2020-07-18 | 1 | -3/+7 |
|
|
* | | Slightly better than previous commit: In case of a version conflict, ignore p... | jan.nijtmans | 2018-11-25 | 1 | -6/+15 |
|
|
* | | If a pkgIndex file is encountered which produces an error, continue. This sho... | jan.nijtmans | 2018-11-24 | 1 | -3/+6 |
|
|
* | | One more ::tcl::Pkg::source, for the Mac | jan.nijtmans | 2017-01-05 | 1 | -1/+1 |
|
|
* | | Merge trunk. Improve test-case. Bring back "source -nopkg", but only as undoc... | jan.nijtmans | 2017-01-05 | 1 | -1/+1 |
|\ \
| |/ |
|
* | | In stead of "source -nopkg" use a ::tcl::Pkg::source utility function. | jan.nijtmans | 2017-01-04 | 1 | -1/+1 |
|
|
* | | Complete implementation, tests and documentation | jan.nijtmans | 2016-11-28 | 1 | -1/+1 |
|/ |
|
* | Whitespace reduction in Tcl scripts. No functional change. | jan.nijtmans | 2015-09-01 | 1 | -1/+1 |
|
|
* | For [package] etc., select modernizations from Patrick Fradin. | dgp | 2013-01-30 | 1 | -19/+7 |
|\ |
|
| * | For [package] etc., select modernizations from Patrick Fradin. | dgp | 2013-01-30 | 1 | -17/+5 |
|
|
* | | 3480599 Make [source] and [load] order of multi-file package happen in sorted... | dgp | 2012-01-27 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | 3480599 Make [source] and [load] order of multi-file package happen in sorted | dgp | 2012-01-27 | 1 | -1/+1 |
|
|
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| | * | * library/package.tcl: Removed [file readable] testing from | dgp | 2008-07-03 | 1 | -13/+34 |
|
|
| | * | * generic/tcl.decls: Implemented TIP #268, conditionally. | andreas_kupries | 2006-09-22 | 1 | -30/+78 |
|
|
| | * | * library/auto.tcl: Updates to the Tcl script library to make | dgp | 2005-07-22 | 1 | -18/+19 |
|
|
| | * | * library/package.tcl: Fixed a typo that broke pkg_mkIndex -verbose. | rmax | 2003-07-24 | 1 | -2/+2 |
|
|
| | * | * library/package.tcl: Corrected [pkg_mkIndex] bug reported on | dgp | 2003-07-11 | 1 | -3/+7 |
|
|
| * | | * library/package.tcl: Removed [file readable] testing from | dgp | 2008-07-03 | 1 | -11/+29 |
|
|
* | | | Spacing and style fixes | nijtmans | 2010-06-14 | 1 | -18/+18 |
|
|
* | | | Eliminate "then" keyword | nijtmans | 2009-11-18 | 1 | -19/+19 |
|
|
* | | | Use [try] to replace obscurer uses of [catch]. | dkf | 2009-07-26 | 1 | -128/+124 |
|
|
* | | | * library/package.tcl: Removed [file readable] testing from | dgp | 2008-07-03 | 1 | -11/+29 |
|/ / |
|
* | | * doc/ParseCmd.3, doc/Tcl.n, doc/eval.n, doc/exec.n: | hobbs | 2006-11-03 | 1 | -4/+4 |
|
|
* | | TIP#268 IMPLEMENTATION | andreas_kupries | 2006-09-22 | 1 | -4/+4 |
|
|
* | | * library/auto.tcl: Updates to the Tcl script library to make | dgp | 2005-07-23 | 1 | -13/+13 |
|
|
* | | * library/package.tcl (pkg_mkIndex): Updated [pkg_mkIndex] to | dgp | 2004-08-02 | 1 | -20/+11 |
|
|
* | | * tests/safe.test (safe-2.1): Disabled senseless test. [Bug 999612] | dgp | 2004-07-30 | 1 | -2/+2 |
|
|
* | | * library/package.tcl: [::pkg::create] is now an alias. Test | dgp | 2004-07-29 | 1 | -9/+2 |
|
|
* | | * library/package.tcl: Moved private command | dgp | 2004-07-28 | 1 | -12/+19 |
|
|
* | | Removed support for Mac OS Classic platform [Patch 918142] | das | 2004-03-17 | 1 | -92/+2 |
|
|
* | | * doc/ParseCmd.3: Implementation of TIP 157. Adds recognition | dgp | 2003-11-14 | 1 | -4/+4 |
|
|
* | | package unknown performance on MacOS and MacOS X | vincentdarley | 2003-09-24 | 1 | -11/+78 |
|
|
* | | * library/package.tcl: Fixed a typo that broke pkg_mkIndex -verbose. | rmax | 2003-07-24 | 1 | -2/+2 |
|
|
* | | * library/package.tcl: Corrected [pkg_mkIndex] bug reported on | dgp | 2003-07-11 | 1 | -3/+7 |
|/ |
|
* | * doc/pkgMkIndex.n: Modified [pkg_mkIndex] to use -nocase matching | dgp | 2003-02-25 | 1 | -2/+2 |
|
|
* | * library/package.tcl (tclPkgUnknown): Minor performance tweaks | dgp | 2003-02-21 | 1 | -13/+48 |
|
|
* | * library/auto.tcl: Converted the Mac-specific [package unknown] | dgp | 2002-10-28 | 1 | -51/+102 |
|
|
* | * library/auto.tcl (tcl_findLibrary): | das | 2002-10-22 | 1 | -1/+20 |
|
|
* | * Fixed leak of slave interp in [pkg_mkIndex]. | dgp | 2002-05-31 | 1 | -2/+2 |
|
|
* | * Corrected documentation and usage message of [pkg_mkIndex]. | dgp | 2001-07-21 | 1 | -2/+2 |
|
|