summaryrefslogtreecommitdiffstats
path: root/library/safe.tcl
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | Rename command ::safe::SetAutoPathSync to ::safe::setAutoPathSync and add to ...kjnash2020-07-091-7/+7
| | * | | | | | | | | | | | Add code for -autoPath option in Safe Base.kjnash2020-07-091-18/+132
| | * | | | | | | | | | | | Apply patch for new features other than -autoPathkjnash2020-07-091-18/+109
| | |/ / / / / / / / / / /
* | | | | | | | | | | | | Merge 8.7jan.nijtmans2022-10-171-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / /
| * | | | | | | | | | | | More octal -> hex usagejan.nijtmans2022-10-171-1/+1
* | | | | | | | | | | | | Merge 8.7jan.nijtmans2022-09-211-2/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / /
* | | | | | | | | | | | | Remove code that was ifdef'ed outapnadkarni2022-08-071-5/+0
* | | | | | | | | | | | | Start on TIP-602 implementation. Work in progressapnadkarni2022-07-081-0/+2
* | | | | | | | | | | | | Merge 8.7jan.nijtmans2021-07-161-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / /
| * | | | | | | | | | | | Merge 8.6jan.nijtmans2021-07-161-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | / | | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | |
| | * | | | | | | | | | Merge 8.5jan.nijtmans2021-07-161-2/+2
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | -eofchar should only be effective on input, not on output, since it could res...jan.nijtmans2021-07-161-1/+1
| | | * | | | | | | | | | comment clean-upjan.nijtmans2021-07-161-1/+1
* | | | | | | | | | | | | Merge 8.7jan.nijtmans2021-03-221-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / /
| * | | | | | | | | | | | Rename MODULESCOPE TclGetLoadedPackagesEx() to TclGetLoadedLibraries()jan.nijtmans2021-03-221-2/+2
* | | | | | | | | | | | | Merge 8.7jan.nijtmans2021-03-191-12/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / /
| * | | | | | | | | | | | Merge 8.6jan.nijtmans2021-03-191-12/+12
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / /
| | * | | | | | | | | | | Prevent the usage of the term safe/unsafe child. Suggested by Keith Nash. Tha...jan.nijtmans2020-09-141-2/+2
| | * | | | | | | | | | | Use $index<0 in stead of $index==-1 consistantlyjan.nijtmans2020-09-111-1/+1
| | * | | | | | | | | | | TIP #581: Last possible master/slave -> parent/child changes, without affecti...jan.nijtmans2020-09-051-169/+169
* | | | | | | | | | | | | Merge 8.7jan.nijtmans2021-01-151-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / /
| * | | | | | | | | | | | Bugfix for TIP #587 implementation: Always use -eofchar "\032 {}" and _NOT_ -...jan.nijtmans2021-01-151-1/+1
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
* | | | | | | | | | | | Merge 8.7jan.nijtmans2020-11-231-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / /
| * | | | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / /
| * | | | | | | | | | | Prevent the usage of the term safe/unsafe child. Suggested by Keith Nash. Tha...jan.nijtmans2020-09-141-4/+4
* | | | | | | | | | | | Merge 8.7jan.nijtmans2020-09-111-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / /
| * | | | | | | | | | | Use $index<0 in stead of $index==-1 consistantlyjan.nijtmans2020-09-111-1/+1
* | | | | | | | | | | | Merge 8.7jan.nijtmans2020-09-011-216/+216
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / /
| * | | | | | | | | | | 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.7jan.nijtmans2020-08-301-39/+195
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | 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