summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Collapse)AuthorAgeFilesLines
* Update "platform" package to handle macOS Big Sur with arm processor.jan.nijtmans2020-12-111-2/+11
|\ | | | | Also handle that Catalina and higher no longer support 32-bit applications
| * Update "platform" package for Big Sur:jan.nijtmans2020-12-111-11/+34
| | | | | | | | | | 1) Catalina was the last platform supporting 32-bit applications 2) macOS is no longer 10 but 11 3) New "arm" processor
* | Update "platform" package to handle Big Sur version numbering. Also remove ↵jan.nijtmans2020-12-101-10/+24
| | | | | | | | special case for cygwin/msys2, just make it more generic
* | Merge 8.5 (syncing "tcltest" package). Use more uppercase hex representationsjan.nijtmans2020-12-041-5/+18
|\ \ | |/
| * Backport "tcltest" package from 8.7. No changes when running on 8.5 or 8.6jan.nijtmans2020-12-041-7/+20
| |
* | Extend "platform" package for msys2 -> platform 1.0.15jan.nijtmans2020-12-032-2/+5
|\ \ | |/
| * Extend "platform" package for msys2 -> platform 1.0.15jan.nijtmans2020-12-032-2/+5
| |
| * Add github actions build. Use Titlecase in Tcl_StaticPackagejan.nijtmans2020-11-182-4/+4
| |
| * Update TZ info to tzdata2020d.jan.nijtmans2020-10-2913-239/+426
| |
* | Don't use "Copyright <year> _by_" any more. This results in more ↵jan.nijtmans2020-11-205-9/+9
| | | | | | | | consistant copyright statements in the (html) documentation
* | Merge jn-module-names. Sorry Don, but this is 100% compatible!jan.nijtmans2020-11-062-4/+4
| |
* | Update TZ info to tzdata2020d.José Ignacio Marín2020-10-262-188/+188
| |
* | Fix [48898ab5f6a0d957]: Too few is better than not enough? (Inconsistent ↵jan.nijtmans2020-10-261-2/+2
| | | | | | | | error messages)
* | Update TZ info to tzdata2020c.José Ignacio Marín2020-10-201-1/+1
| |
* | Update TZ info to tzdata2020b.José Ignacio Marín2020-10-1010-50/+237
| |
* | (slightly) better error-message for invalid http -headers option. This works ↵jan.nijtmans2020-09-301-5/+3
| | | | | | | | for plain 8.6 too
* | Ticket [0063cbcada]: check http::geturl -headers parameter to be a dict.oehhar2020-09-291-2/+4
| |
* | When sourcing script files (even when simulating that through open|read), ↵jan.nijtmans2020-09-252-0/+3
|\ \ | |/ | | | | | | always set -eofchar \032 just like the source command does. Possible security issue: this could make it possible to evaluate hidden content at the end of pkgIndex files.
| * When sourcing script files (even when simulating that through open|read), ↵jan.nijtmans2020-09-252-0/+3
| | | | | | | | | | always set -eofchar \032 just like the source command does. Possible security issue: this could make it possible to evaluate hidden content at the end of pkgIndex files.
* | Merge 8.5jan.nijtmans2020-09-201-2/+2
|\ \ | |/
| * Backport many (formatting) changes in tools/*. Nothing functional.jan.nijtmans2020-09-201-2/+2
| | | | | | testest.tcl: Use more uppercase hex.
* | 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 ↵jan.nijtmans2020-09-161-5/+14
| |/ |/| | | | | non-singleproc case
* | Prevent the usage of the term safe/unsafe child. Suggested by Keith Nash. ↵jan.nijtmans2020-09-142-3/+3
| | | | | | | | | | Thanks! More usage of $index<0 in stead of $index==-1 consistantly
* | Use $index<0 in stead of $index==-1 consistantlyjan.nijtmans2020-09-114-7/+7
| |
* | TIP #581: Last possible master/slave -> parent/child changes, without ↵jan.nijtmans2020-09-051-169/+169
| | | | | | | | affecting anything serious
* | Many more internal master/slave -> parent/child renamingsjan.nijtmans2020-09-011-6/+6
| |
* | opt package: Change comment. 0.4.7 -> 0.4.8.jan.nijtmans2020-08-316-15/+15
| | | | | | More Master -> Parent and Slave -> Child changes in (internal) library and test-cases
* | Merge 8.6kjnash2020-08-282-14/+72
|\ \
| * | Fix for http bug c2dc1da315. Add tests. Add detail about -handler to ↵kjnash2020-08-242-3/+45
| | | | | | | | | | | | http(n). Bump version to 2.9.5.
| * | Bugfixes to the earlier fix of bug cb0373bb33, which broke HTTP/1.0 ↵kjnash2020-08-122-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.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
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-07-251-9/+9
| |\ \
| * | | Fix for bug cb0373bb33. In HTTP/1.1 the response header "Connection", if ↵kjnash2020-07-242-6/+29
| |/ / | | | | | | | | | absent, must default to "keep-alive". Add test http11-1.13 and bump version to 2.9.3.
| * | Merge 8.5.jan.nijtmans2020-07-201-8/+8
| |\ \ | | |/ | | | Mark testcases io-50.* nonPortable: they fail too often in travis builds.
* | | Improvements to removal of stale package data - bugfix for 1f63efa537 and ↵kjnash2020-07-231-27/+13
| | | | | | | | | | | | 319e438f7f
* | | In ::safe::interpFindInAccessPath, ::safe::interpAddToAccessPath, add a ↵kjnash2020-07-211-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 ↵kjnash2020-07-211-18/+74
| | | | | | | | | | | | and revise safe(n). Fixes bug [693851].
* | | Use suitable -errorcode in safe::AliasSource if file does not exist or is ↵kjnash2020-07-211-2/+5
| | | | | | | | | | | | unreadable. Fixes bug f3ba57600d.
* | | Remove an old fix for ~ expansion in safe::AliasGlob that is now fixed by ↵kjnash2020-07-181-2/+6
| | | | | | | | | | | | other means
* | | 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 ↵kjnash2020-07-182-8/+13
| | | | | | | | | | | | library/package.tcl so they agree with code
* | | 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 ↵kjnash2020-07-151-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.