summaryrefslogtreecommitdiffstats
path: root/library/safe.tcl
Commit message (Expand)AuthorAgeFilesLines
* Now that all Tcl source files are UTF-8 by default, we can use the ©-sign wh...jan.nijtmans2020-11-231-1/+1
* TIP #587 for Tcl 8.7jan.nijtmans2020-09-251-5/+2
|\
| * Merge trunk. Use utf-8 explicitly when reading/writing script filesjan.nijtmans2020-09-221-5/+2
| * Merge 8.7jan.nijtmans2020-09-141-4/+4
| |\ | |/ |/|
| * Merge 8.7jan.nijtmans2020-09-111-1/+1
| |\
| * \ Merge 8.7jan.nijtmans2020-09-011-216/+216
| |\ \
| * \ \ Merge 8.7jan.nijtmans2020-08-301-39/+195
| |\ \ \
| * \ \ \ Merge 8.7jan.nijtmans2019-11-281-1/+1
| |\ \ \ \
| * \ \ \ \ Merge 8.7jan.nijtmans2018-10-081-26/+21
| |\ \ \ \ \
| * | | | | | More tcl8 -> tcl9 renumbering, for example related to the installation of Tcl...jan.nijtmans2017-11-061-1/+1
* | | | | | | Prevent the usage of the term safe/unsafe child. Suggested by Keith Nash. Tha...jan.nijtmans2020-09-141-4/+4
| |_|_|_|_|/ |/| | | | |
* | | | | | Use $index<0 in stead of $index==-1 consistantlyjan.nijtmans2020-09-111-1/+1
| |_|_|_|/ |/| | | |
* | | | | Merge 8.6jan.nijtmans2020-09-011-214/+214
|\ \ \ \ \
* \ \ \ \ \ Merge 8.6. More tests/tools updates.jan.nijtmans2020-08-311-6/+6
|\ \ \ \ \ \ | |/ / / / /
| * | | | | opt package: Change comment. 0.4.7 -> 0.4.8.jan.nijtmans2020-08-311-7/+7
* | | | | | Merge 8.6. More documentation updatesjan.nijtmans2020-08-311-1/+1
|\ \ \ \ \ \ | |/ / / / / | | | | | / | |_|_|_|/ |/| | | |
* | | | | Merge 8.6jan.nijtmans2020-08-291-39/+195
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | Update safe.test for new error message.kjnash2020-08-281-1/+1
| * | | Provide error message if failed load does not.kjnash2020-08-271-0/+7
| * | | Improvements to removal of stale package data - bugfix for 1f63efa537 and 319...kjnash2020-07-231-27/+13
| * | | In ::safe::interpFindInAccessPath, ::safe::interpAddToAccessPath, add a check...kjnash2020-07-211-1/+7
| * | | Adapt Safe Base for interpreter names with namespace separators. Add a test ...kjnash2020-07-211-18/+74
| * | | Use suitable -errorcode in safe::AliasSource if file does not exist or is unr...kjnash2020-07-211-2/+5
| * | | Remove an old fix for ~ expansion in safe::AliasGlob that is now fixed by oth...kjnash2020-07-181-2/+6
| * | | Simplify case analysis in safe::AliasGlobkjnash2020-07-181-0/+7
| * | | Add explanatory comments to safe::AliasGlobkjnash2020-07-181-2/+31
| * | | Bugfix argument combination -- and -directory in ::safe::AliasGlob.kjnash2020-07-181-1/+5
| * | | Remove unused code for *.tm from ::safe::AliasGlob.kjnash2020-07-181-2/+1
| * | | Remove code block in ::safe::AliasGlob that no longer serves a useful purpose.kjnash2020-07-181-7/+0
| * | | Bugfix tests/safe.test. Harden tests safe-9.20 to safe-9.24 against indeterm...kjnash2020-07-151-2/+3
| * | | Bugfix in library/safe.tcl - AliasGlob passes -join to glob inappropriately; ...kjnash2020-07-151-1/+5
| * | | Bugfix in library/safe.tcl - when deleting a safe interpreter, delete its sub...kjnash2020-07-151-0/+11
| * | | Bugfix in library/safe.tcl - when auto_reset, also reload module data; pass t...kjnash2020-07-131-2/+19
| * | | Bugfix in library/safe.tcl - interpConfigure use revised value of tcl::tm::li...kjnash2020-07-131-0/+8
| * | | Bugfix in library/safe.tcl - only add tm roots to tcl::tm::list; pass test sa...kjnash2020-07-131-1/+14
| * | | Bugfix in library/safe.tcl - remove impossible error message in safe::interpF...kjnash2020-07-131-1/+1
| * | | Bugfix in library/safe.tcl - when auto_reset, also reload pkgIndex.tcl data; ...kjnash2020-07-131-0/+8
| * | | Bugfix in library/safe.tcl for doreset (auto_reset); pass test safe-9.9kjnash2020-07-131-2/+2
* | | | Give cookiejar en tcl::idna a 3-part version number. Use 0.2.0 for cookiejar ...jan.nijtmans2019-11-281-1/+1
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Merge 8.5 (Update opt package from 0.4.6 to 0.4.7).jan.nijtmans2019-11-281-1/+1
| |\ \ | | |/ | |/|
| | * Fix [738bc50e93]: auto_execok doesn't recognise mklink on windows. Remove som...jan.nijtmans2015-09-301-9/+9
* | | Centralise the de-fanging of standard ensembles in safe interpreters. Doing i...dkf2018-10-071-26/+21
|/ /
* | Whitespace reduction in Tcl scripts. No functional change.jan.nijtmans2015-09-011-2/+2
* | fix subtle problem with safe [file] that caused Tk test failuredkf2012-05-311-7/+11
* | [Bug 3529949]: Defang 'file dirname ~' etc in safe interpsdkf2012-05-281-1/+15
* | [Bug 2964715]: fixes to globbing in safe interpretersdkf2012-05-171-20/+30
|\ \ | |/
| * [Bug 2964715]: fixes to globbing in safe interpretersdkf2012-05-171-17/+30
* | [Bug 3445787]: Improve the compatibility of safe interpreters' version ofdkf2012-05-161-44/+29
* | 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
| |\