| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.6 | jan.nijtmans | 2021-07-16 | 1 | -1/+1 |
|\ |
|
| * | Merge 8.5 | jan.nijtmans | 2021-07-16 | 1 | -2/+2 |
| |\ |
|
| | * | -eofchar should only be effective on input, not on output, since it could res... | jan.nijtmans | 2021-07-16 | 1 | -1/+1 |
|
|
| | * | comment clean-up | jan.nijtmans | 2021-07-16 | 1 | -1/+1 |
|
|
* | | | Rename MODULESCOPE TclGetLoadedPackagesEx() to TclGetLoadedLibraries() | jan.nijtmans | 2021-03-22 | 1 | -2/+2 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2021-03-19 | 1 | -12/+12 |
|\ \ \
| |/ / |
|
| * | | 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 |
|
|
* | | | Bugfix for TIP #587 implementation: Always use -eofchar "\032 {}" and _NOT_ -... | jan.nijtmans | 2021-01-15 | 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 | -1/+1 |
|
|
* | | | TIP #587 for Tcl 8.7 | jan.nijtmans | 2020-09-25 | 1 | -5/+2 |
|\ \ \ |
|
| * | | | Merge trunk. Use utf-8 explicitly when reading/writing script files | jan.nijtmans | 2020-09-22 | 1 | -5/+2 |
|
|
| * | | | Merge 8.7 | jan.nijtmans | 2020-09-14 | 1 | -4/+4 |
| |\ \ \
| |/ / /
|/| | | |
|
| * | | | Merge 8.7 | jan.nijtmans | 2020-09-11 | 1 | -1/+1 |
| |\ \ \ |
|
| * \ \ \ | Merge 8.7 | jan.nijtmans | 2020-09-01 | 1 | -216/+216 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge 8.7 | jan.nijtmans | 2020-08-30 | 1 | -39/+195 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2019-11-28 | 1 | -1/+1 |
| |\ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2018-10-08 | 1 | -26/+21 |
| |\ \ \ \ \ \ \ |
|
| * | | | | | | | | More tcl8 -> tcl9 renumbering, for example related to the installation of Tcl... | jan.nijtmans | 2017-11-06 | 1 | -1/+1 |
|
|
* | | | | | | | | | Prevent the usage of the term safe/unsafe child. Suggested by Keith Nash. Tha... | jan.nijtmans | 2020-09-14 | 1 | -4/+4 |
| |_|_|_|_|/ / /
|/| | | | | | | |
|
* | | | | | | | | Use $index<0 in stead of $index==-1 consistantly | jan.nijtmans | 2020-09-11 | 1 | -1/+1 |
| |_|_|_|/ / /
|/| | | | | | |
|
* | | | | | | | Merge 8.6 | jan.nijtmans | 2020-09-01 | 1 | -214/+214 |
|\ \ \ \ \ \ \
| | |_|_|_|/ /
| |/| | | | | |
|
* | | | | | | | Merge 8.6. More tests/tools updates. | jan.nijtmans | 2020-08-31 | 1 | -6/+6 |
|\ \ \ \ \ \ \
| |/ / / / / / |
|
| * | | | | | | opt package: Change comment. 0.4.7 -> 0.4.8. | jan.nijtmans | 2020-08-31 | 1 | -7/+7 |
|
|
* | | | | | | | Merge 8.6. More documentation updates | jan.nijtmans | 2020-08-31 | 1 | -1/+1 |
|\ \ \ \ \ \ \
| |/ / / / / /
| | | | | / /
| |_|_|_|/ /
|/| | | | | |
|
* | | | | | | Merge 8.6 | jan.nijtmans | 2020-08-29 | 1 | -39/+195 |
|\ \ \ \ \ \
| |/ / / / /
| | | | / /
| |_|_|/ /
|/| | | | |
|
| * | | | | 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 |
|
|
* | | | | | Give cookiejar en tcl::idna a 3-part version number. Use 0.2.0 for cookiejar ... | jan.nijtmans | 2019-11-28 | 1 | -1/+1 |
|\ \ \ \ \
| |/ / / /
| | | / /
| |_|/ /
|/| | | |
|
| * | | | Merge 8.5 (Update opt package from 0.4.6 to 0.4.7). | jan.nijtmans | 2019-11-28 | 1 | -1/+1 |
| |\ \ \
| | |/ /
| |/| /
| | |/ |
|