summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | Merge 8.5jan.nijtmans2020-09-201-2/+2
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | | | | | | | | / | | | |_|_|_|_|/ | | |/| | | | |
| | | * | | | | Backport many (formatting) changes in tools/*. Nothing functional.jan.nijtmans2020-09-201-2/+2
* | | | | | | | Merge 8.7jan.nijtmans2020-09-174-9/+18
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Change version number of http package from 2.9.5 -> 2.10.0a1, since it's diff...jan.nijtmans2020-09-173-4/+4
| |\ \ \ \ \ \ \ | | |/ / / / / /
| * | | | | | | Merge 8.6jan.nijtmans2020-09-171-5/+14
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Fix [835c93c000]: TIP #525 only implemented for non-singleproc casejan.nijtmans2020-09-171-5/+14
| | |\ \ \ \ \ \ | | | |/ / / / / | | | | | | | / | | | |_|_|_|/ | | |/| | | |
| | | * | | | Fix [835c93c000]: TIP #525 only implemented for non-singleproc casejan.nijtmans2020-09-171-8/+17
| | | |\ \ \ \
| | | | * | | | Proposed solution for [835c93c000]: TIP #525 only implemented for non-singlep...jan.nijtmans2020-09-161-5/+14
| | | |/ / / / | | |/| | | |
| | * | | | | Prevent the usage of the term safe/unsafe child. Suggested by Keith Nash. Tha...jan.nijtmans2020-09-142-3/+3
| | * | | | | Use $index<0 in stead of $index==-1 consistantlyjan.nijtmans2020-09-114-7/+7
| | * | | | | TIP #581: Last possible master/slave -> parent/child changes, without affecti...jan.nijtmans2020-09-051-169/+169
* | | | | | | Merge 8.7jan.nijtmans2020-09-142-5/+5
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Prevent the usage of the term safe/unsafe child. Suggested by Keith Nash. Tha...jan.nijtmans2020-09-142-5/+5
* | | | | | | Merge 8.7jan.nijtmans2020-09-114-7/+7
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Use $index<0 in stead of $index==-1 consistantlyjan.nijtmans2020-09-114-7/+7
* | | | | | | Merge 8.7jan.nijtmans2020-09-017-225/+225
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge 8.6jan.nijtmans2020-09-011-214/+214
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Many more internal master/slave -> parent/child renamingsjan.nijtmans2020-09-011-6/+6
| * | | | | | Merge 8.6. More tests/tools updates.jan.nijtmans2020-08-317-15/+15
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | opt package: Change comment. 0.4.7 -> 0.4.8.jan.nijtmans2020-08-316-15/+15
| * | | | | | Merge 8.6. More documentation updatesjan.nijtmans2020-08-311-1/+1
| |\ \ \ \ \ \ | | |/ / / / /
* | | | | | | Merge 8.7jan.nijtmans2020-08-306-62/+281
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge 8.6jan.nijtmans2020-08-296-62/+281
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge 8.6kjnash2020-08-282-14/+72
| | |\ \ \ \ \
| | | * | | | | Fix for http bug c2dc1da315. Add tests. Add detail about -handler to http(n...kjnash2020-08-242-3/+45
| | | * | | | | Bugfixes to the earlier fix of bug cb0373bb33, which broke HTTP/1.0 transacti...kjnash2020-08-122-13/+29
| | | | |_|_|/ | | | |/| | |
| | * | | | | 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
| | * | | | | Merge 8.6kjnash2020-08-113-14/+37
| | |\ \ \ \ \ | | | |/ / / /
| | * | | | | 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
| | * | | | | Update comments about safe interpreters in library/tm.tcl and library/package...kjnash2020-07-182-8/+13
| | * | | | | 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
| | * | | | | Merge 8.6kjnash2020-07-141-2/+2
| | |\ \ \ \ \
| | * | | | | | Bugfix in library/safe.tcl - when auto_reset, also reload module data; pass t...kjnash2020-07-131-2/+19
| | * | | | | | Bugfix in library/tm.tcl - in a safe interp ::tcl::tm::UnknownHandler should ...kjnash2020-07-131-1/+5
| | * | | | | | 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