Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Use $index<0 in stead of $index==-1 consistantly | jan.nijtmans | 2020-09-11 | 4 | -7/+7 | |
| | | | ||||||
| * | | TIP #581: Last possible master/slave -> parent/child changes, without ↵ | jan.nijtmans | 2020-09-05 | 1 | -169/+169 | |
| | | | | | | | | | | | | affecting anything serious | |||||
| * | | Many more internal master/slave -> parent/child renamings | jan.nijtmans | 2020-09-01 | 1 | -6/+6 | |
| | | | ||||||
| * | | opt package: Change comment. 0.4.7 -> 0.4.8. | jan.nijtmans | 2020-08-31 | 6 | -15/+15 | |
| | | | | | | | | | More Master -> Parent and Slave -> Child changes in (internal) library and test-cases | |||||
| * | | Merge 8.6 | kjnash | 2020-08-28 | 2 | -14/+72 | |
| |\ \ | ||||||
| | * | | Fix for http bug c2dc1da315. Add tests. Add detail about -handler to ↵ | kjnash | 2020-08-24 | 2 | -3/+45 | |
| | | | | | | | | | | | | | | | | http(n). Bump version to 2.9.5. | |||||
| | * | | Bugfixes to the earlier fix of bug cb0373bb33, which broke HTTP/1.0 ↵ | kjnash | 2020-08-12 | 2 | -13/+29 | |
| | | | | | | | | | | | | | | | | transactions in which the server indicates neither a Content-Length nor that it will close the socket on completion ("Connection: close"). The HTTP/1.1 rule is that the response header "Connection", if absent, must default to "keep-alive"; but this rule does not apply to HTTP/1.0. Add test http11-3.4 and bump version to 2.9.4. | |||||
| * | | | 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 | |
| | | | | ||||||
| * | | | Merge 8.6 | kjnash | 2020-08-11 | 3 | -14/+37 | |
| |\ \ \ | | |/ / | ||||||
| * | | | Improvements to removal of stale package data - bugfix for 1f63efa537 and ↵ | kjnash | 2020-07-23 | 1 | -27/+13 | |
| | | | | | | | | | | | | | | | | 319e438f7f | |||||
| * | | | In ::safe::interpFindInAccessPath, ::safe::interpAddToAccessPath, add a ↵ | kjnash | 2020-07-21 | 1 | -1/+7 | |
| | | | | | | | | | | | | | | | | check that the interpreter belongs to the Safe Base. Add comments on why this is not done for ::safe::interpDelete. | |||||
| * | | | Adapt Safe Base for interpreter names with namespace separators. Add a test ↵ | kjnash | 2020-07-21 | 1 | -18/+74 | |
| | | | | | | | | | | | | | | | | and revise safe(n). Fixes bug [693851]. | |||||
| * | | | Use suitable -errorcode in safe::AliasSource if file does not exist or is ↵ | kjnash | 2020-07-21 | 1 | -2/+5 | |
| | | | | | | | | | | | | | | | | unreadable. Fixes bug f3ba57600d. | |||||
| * | | | Remove an old fix for ~ expansion in safe::AliasGlob that is now fixed by ↵ | kjnash | 2020-07-18 | 1 | -2/+6 | |
| | | | | | | | | | | | | | | | | other means | |||||
| * | | | 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 | |
| | | | | ||||||
| * | | | Update comments about safe interpreters in library/tm.tcl and ↵ | kjnash | 2020-07-18 | 2 | -8/+13 | |
| | | | | | | | | | | | | | | | | library/package.tcl so they agree with code | |||||
| * | | | 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 ↵ | kjnash | 2020-07-15 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | | indeterminate order of glob matches. Audit use of glob and tcl::tm in modified tests for cases with multiple matches. Simplify test comparison patterns. | |||||
| * | | | Bugfix in library/safe.tcl - AliasGlob passes -join to glob inappropriately; ↵ | kjnash | 2020-07-15 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | | | pass new test safe-13.7a | |||||
| * | | | Bugfix in library/safe.tcl - when deleting a safe interpreter, delete its ↵ | kjnash | 2020-07-15 | 1 | -0/+11 | |
| | | | | | | | | | | | | | | | | sub-interpreters cleanly; pass revised test safe-7.3 | |||||
| * | | | Merge 8.6 | kjnash | 2020-07-14 | 1 | -2/+2 | |
| |\ \ \ | ||||||
| * | | | | Bugfix in library/safe.tcl - when auto_reset, also reload module data; pass ↵ | kjnash | 2020-07-13 | 1 | -2/+19 | |
| | | | | | | | | | | | | | | | | | | | | test safe-9.24 | |||||
| * | | | | Bugfix in library/tm.tcl - in a safe interp ::tcl::tm::UnknownHandler should ↵ | kjnash | 2020-07-13 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | | | | | | | always use the freshest "package ifneeded"; pass test safe-9.23 | |||||
| * | | | | Bugfix in library/safe.tcl - interpConfigure use revised value of ↵ | kjnash | 2020-07-13 | 1 | -0/+8 | |
| | | | | | | | | | | | | | | | | | | | | tcl::tm::list; pass tests safe-9.21, safe-9.22 | |||||
| * | | | | Bugfix in library/safe.tcl - only add tm roots to tcl::tm::list; pass test ↵ | kjnash | 2020-07-13 | 1 | -1/+14 | |
| | | | | | | | | | | | | | | | | | | | | safe-9.20 | |||||
| * | | | | Bugfix in library/safe.tcl - remove impossible error message in ↵ | kjnash | 2020-07-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | safe::interpFindInAccessPath; pass test safe-9.12 | |||||
| * | | | | Bugfix in library/safe.tcl - when auto_reset, also reload pkgIndex.tcl data; ↵ | kjnash | 2020-07-13 | 1 | -0/+8 | |
| | | | | | | | | | | | | | | | | | | | | pass tests safe-9.10, safe-9.11 | |||||
| * | | | | Bugfix in library/safe.tcl for doreset (auto_reset); pass test safe-9.9 | kjnash | 2020-07-13 | 1 | -2/+2 | |
| | | | | | ||||||
* | | | | | merge 8.6 | dgp | 2020-07-27 | 2 | -6/+29 | |
|\ \ \ \ \ | | |_|/ / | |/| | | | ||||||
| * | | | | Merge 8.6 | jan.nijtmans | 2020-07-25 | 1 | -9/+9 | |
| |\ \ \ \ | ||||||
| * | | | | | Fix for bug cb0373bb33. In HTTP/1.1 the response header "Connection", if ↵ | kjnash | 2020-07-24 | 2 | -6/+29 | |
| |/ / / / | | | | | | | | | | | | | | | | absent, must default to "keep-alive". Add test http11-1.13 and bump version to 2.9.3. | |||||
* | | | | | merge 8.6 | dgp | 2020-07-23 | 2 | -9/+13 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Merge 8.5. | jan.nijtmans | 2020-07-20 | 1 | -8/+8 | |
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/| | Mark testcases io-50.* nonPortable: they fail too often in travis builds. | |||||
| | * | | Backport changes in tcltest package from higher Tcl versions. | jan.nijtmans | 2020-07-20 | 2 | -13/+24 | |
| | | | | | | | | | | | | | | | | Rename (internal, undocumented) tcltest::loadIntoSlaveInterpreter into tcltest::loadIntoChildInterpreter tcltest 2.5.1 -> 2.5.3 | |||||
| | * | | Make sure that files like _FOSSIL_ or .flsckout are never committed to a GIT ↵ | jan.nijtmans | 2020-06-22 | 1 | -0/+0 | |
| | | | | | | | | | | | | | | | | repository | |||||
| | * | | (cherry-pick): Update TZ info to tzdata2020a. | jan.nijtmans | 2020-06-06 | 7 | -588/+277 | |
| | | | | ||||||
| * | | | (cherry-pick): Bugfix in library/tm.tcl - in a safe interp ↵ | jan.nijtmans | 2020-07-14 | 1 | -1/+5 | |
| | |/ | |/| | | | | | | | ::tcl::tm::UnknownHandler should always use the freshest "package ifneeded" | |||||
* | | | Bump to 8.6.11 for release. | dgp | 2020-07-06 | 1 | -1/+1 | |
|/ / | ||||||
* | | In tcl_startOfPreviousWord, don't bother doing a regexp when $start <= 0. | jan.nijtmans | 2020-07-03 | 1 | -2/+4 | |
| | | ||||||
* | | Fix for ticket 41c9857bdd | kjnash | 2020-06-23 | 1 | -20/+25 | |
| | | ||||||
* | | library/reg/pkgIndex.tcl should not be executable | jan.nijtmans | 2020-06-22 | 1 | -0/+0 | |
| | | ||||||
* | | Bump http version to 2.9.2 | kjnash | 2020-06-19 | 2 | -2/+2 | |
| | | ||||||
* | | Merge 8.6 | kjnash | 2020-06-19 | 32 | -790/+683 | |
|\ \ | ||||||
| * | | Update TZ info to tzdata2020a. | José Ignacio Marín | 2020-06-06 | 7 | -588/+277 | |
| | | | ||||||
| * | | tcltest.tcl: Only adapt "filesMade" variable if the file to be removed is ↵ | jan.nijtmans | 2020-03-30 | 2 | -3/+4 | |
| | | | | | | | | | | | | | | | actually found. tcltest 2.5.2 -> 2.5.3 | |||||
| * | | Merge 8.5. Mainly add Unicode 13 new plane 3 characters to the internal ↵ | jan.nijtmans | 2020-03-17 | 1 | -1/+1 | |
| |\ \ | | |/ | | | | | | | Unicode tables. Not used in 8.6 yet. |