| Commit message (Expand) | Author | Age | Files | Lines |
* | Prevent the usage of the term safe/unsafe child. Suggested by Keith Nash. Tha... | jan.nijtmans | 2020-09-14 | 1 | -2/+2 |
|
|
* | Use $index<0 in stead of $index==-1 consistantly | jan.nijtmans | 2020-09-11 | 1 | -1/+1 |
|
|
* | TIP #581: Last possible master/slave -> parent/child changes, without affecti... | jan.nijtmans | 2020-09-05 | 1 | -169/+169 |
|
|
* | opt package: Change comment. 0.4.7 -> 0.4.8. | jan.nijtmans | 2020-08-31 | 1 | -7/+7 |
|
|
* | Update safe.test for new error message. | kjnash | 2020-08-28 | 1 | -1/+1 |
|
|
* | Provide error message if failed load does not. | kjnash | 2020-08-27 | 1 | -0/+7 |
|
|
* | Improvements to removal of stale package data - bugfix for 1f63efa537 and 319... | kjnash | 2020-07-23 | 1 | -27/+13 |
|
|
* | In ::safe::interpFindInAccessPath, ::safe::interpAddToAccessPath, add a check... | kjnash | 2020-07-21 | 1 | -1/+7 |
|
|
* | Adapt Safe Base for interpreter names with namespace separators. Add a test ... | kjnash | 2020-07-21 | 1 | -18/+74 |
|
|
* | Use suitable -errorcode in safe::AliasSource if file does not exist or is unr... | kjnash | 2020-07-21 | 1 | -2/+5 |
|
|
* | Remove an old fix for ~ expansion in safe::AliasGlob that is now fixed by oth... | kjnash | 2020-07-18 | 1 | -2/+6 |
|
|
* | Simplify case analysis in safe::AliasGlob | kjnash | 2020-07-18 | 1 | -0/+7 |
|
|
* | Add explanatory comments to safe::AliasGlob | kjnash | 2020-07-18 | 1 | -2/+31 |
|
|
* | Bugfix argument combination -- and -directory in ::safe::AliasGlob. | kjnash | 2020-07-18 | 1 | -1/+5 |
|
|
* | Remove unused code for *.tm from ::safe::AliasGlob. | kjnash | 2020-07-18 | 1 | -2/+1 |
|
|
* | Remove code block in ::safe::AliasGlob that no longer serves a useful purpose. | kjnash | 2020-07-18 | 1 | -7/+0 |
|
|
* | Bugfix tests/safe.test. Harden tests safe-9.20 to safe-9.24 against indeterm... | kjnash | 2020-07-15 | 1 | -2/+3 |
|
|
* | Bugfix in library/safe.tcl - AliasGlob passes -join to glob inappropriately; ... | kjnash | 2020-07-15 | 1 | -1/+5 |
|
|
* | Bugfix in library/safe.tcl - when deleting a safe interpreter, delete its sub... | kjnash | 2020-07-15 | 1 | -0/+11 |
|
|
* | Bugfix in library/safe.tcl - when auto_reset, also reload module data; pass t... | kjnash | 2020-07-13 | 1 | -2/+19 |
|
|
* | Bugfix in library/safe.tcl - interpConfigure use revised value of tcl::tm::li... | kjnash | 2020-07-13 | 1 | -0/+8 |
|
|
* | Bugfix in library/safe.tcl - only add tm roots to tcl::tm::list; pass test sa... | kjnash | 2020-07-13 | 1 | -1/+14 |
|
|
* | Bugfix in library/safe.tcl - remove impossible error message in safe::interpF... | kjnash | 2020-07-13 | 1 | -1/+1 |
|
|
* | Bugfix in library/safe.tcl - when auto_reset, also reload pkgIndex.tcl data; ... | kjnash | 2020-07-13 | 1 | -0/+8 |
|
|
* | Bugfix in library/safe.tcl for doreset (auto_reset); pass test safe-9.9 | kjnash | 2020-07-13 | 1 | -2/+2 |
|
|
* | Merge 8.5 (Update opt package from 0.4.6 to 0.4.7). | jan.nijtmans | 2019-11-28 | 1 | -1/+1 |
|\ |
|
| * | Fix [738bc50e93]: auto_execok doesn't recognise mklink on windows. Remove som... | jan.nijtmans | 2015-09-30 | 1 | -9/+9 |
|
|
* | | Whitespace reduction in Tcl scripts. No functional change. | jan.nijtmans | 2015-09-01 | 1 | -2/+2 |
|
|
* | | fix subtle problem with safe [file] that caused Tk test failure | dkf | 2012-05-31 | 1 | -7/+11 |
|
|
* | | [Bug 3529949]: Defang 'file dirname ~' etc in safe interps | dkf | 2012-05-28 | 1 | -1/+15 |
|
|
* | | [Bug 2964715]: fixes to globbing in safe interpreters | dkf | 2012-05-17 | 1 | -20/+30 |
|\ \
| |/ |
|
| * | [Bug 2964715]: fixes to globbing in safe interpreters | dkf | 2012-05-17 | 1 | -17/+30 |
|
|
* | | [Bug 3445787]: Improve the compatibility of safe interpreters' version of | dkf | 2012-05-16 | 1 | -44/+29 |
|
|
* | | 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/auto.tcl: Updates to the Tcl script library to make | dgp | 2005-07-22 | 1 | -14/+14 |
|
|
| | * | Fix [Bug 981733]; bizarre resolver brokenness strikes again! | dkf | 2004-06-29 | 1 | -2/+6 |
|
|
| | * | * library/safe.tcl (FileInAccessPath): normalize paths before | hobbs | 2003-07-16 | 1 | -2/+10 |
|
|
| * | | Improved handling of non-standard module path lists, empty path lists in part... | stwo | 2010-11-02 | 1 | -4/+4 |
|
|
| * | | * library/safe.tcl (::safe::AliasGlob): Fixed another problem, the | andreas_kupries | 2010-09-02 | 1 | -2/+2 |
|
|
| * | | * library/safe.tcl (::safe::AliasGlob): Moved the command | andreas_kupries | 2010-09-02 | 1 | -2/+2 |
|
|
| * | | [Bug 2923613]: Make the safer [source] handle a [return] at the end of the file | dkf | 2009-12-30 | 1 | -6/+8 |
|
|
| * | | [Bug 2913625]: Stop information about paths from leaking through [info script] | dkf | 2009-12-23 | 1 | -9/+38 |
|
|
| * | | Upgrade to Safe Base's handling of [glob] to be more permissive with the | dkf | 2009-12-16 | 1 | -25/+77 |
|
|
| * | | * library/safe.tcl: Backport of the streamlined safe base from | andreas_kupries | 2009-12-09 | 1 | -872/+850 |
|
|
| * | | 2009-11-03 Andreas Kupries <andreask@activestate.com> | dgp | 2009-11-04 | 1 | -2/+22 |
|
|
| * | | * library/tm.tcl: Modified the handling of Tcl Modules and of the | andreas_kupries | 2008-06-25 | 1 | -12/+138 |
|
|
* | | | Improved handling of non-standard module path lists, empty path lists in part... | stwo | 2010-11-02 | 1 | -4/+4 |
|
|
* | | | * library/safe.tcl (::safe::AliasGlob): Fixed another problem, the | andreas_kupries | 2010-09-02 | 1 | -2/+2 |
|
|