summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Collapse)AuthorAgeFilesLines
* On Big Sur, distingish 11.0, 11.1 and 11.2. platform 1.0.16 -> 1.0.17jan.nijtmans2021-02-022-4/+8
|\
| * On Big Sur, distingish 11.0, 11.1 and 11.2. platform 1.0.16 -> 1.0.17jan.nijtmans2021-02-022-4/+8
| |
* | Use "in" operator in stead of "lsearch -exact" when possiblejan.nijtmans2021-01-282-2/+2
| |
* | Update to tzdata 2021ajan.nijtmans2021-01-251-0/+1
|\ \ | |/
| * Update to tzdata 2021ajan.nijtmans2021-01-251-0/+1
| |
* | Merge 8.5: Add 4 processor-types to Win32/Cygwin. "platform" -> 1.0.16jan.nijtmans2021-01-052-2/+3
|\ \ | |/
| * Add 4 processor-types to Win32/Cygwin. On Cygwin, don't bother ↵jan.nijtmans2021-01-052-2/+3
| | | | | | | | tcl_platform[os], since "Windows NT" is the only one supported. "platform" -> 1.0.16
| * (cherry-pick): Update TZ info to tzdata2020ejan.nijtmans2020-12-2325-433/+270
| |
* | merge 8.6dgp2020-12-2625-433/+270
|\ \
| * | Update TZ info to tzdata2020e.José Ignacio Marín2020-12-2325-433/+270
| | |
* | | merge 8.6dgp2020-12-111-2/+11
|\ \ \ | |/ /
| * | 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
* | | merge 8.6dgp2020-12-101-10/+24
|\ \ \ | |/ /
| * | 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.6dgp2020-12-077-16/+32
|\ \ \ | |/ /
| * | 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 8.6dgp2020-11-102-4/+4
|\ \ \ | |/ /
| * | Merge jn-module-names. Sorry Don, but this is 100% compatible!jan.nijtmans2020-11-062-4/+4
| | |
* | | merge 8.6dgp2020-10-273-190/+190
|\ \ \ | |/ /
| * | 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)
* | | merge 8.6dgp2020-10-211-1/+1
|\ \ \ | |/ /
| * | Update TZ info to tzdata2020c.José Ignacio Marín2020-10-201-1/+1
| | |
* | | merge 8.6dgp2020-10-1310-50/+237
|\ \ \ | |/ /
| * | Update TZ info to tzdata2020b.José Ignacio Marín2020-10-1010-50/+237
| | |
* | | merge 8.6dgp2020-09-301-5/+3
|\ \ \ | |/ /
| * | (slightly) better error-message for invalid http -headers option. This works ↵jan.nijtmans2020-09-301-5/+3
| | | | | | | | | | | | for plain 8.6 too
* | | merge 8.6dgp2020-09-301-2/+4
|\ \ \ | |/ /
| * | Ticket [0063cbcada]: check http::geturl -headers parameter to be a dict.oehhar2020-09-291-2/+4
| | |
* | | merge 8.6dgp2020-09-282-0/+3
|\ \ \ | |/ /
| * | 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.6dgp2020-09-201-2/+2
|\ \ \ | |/ /
| * | 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.
* | | merge 8.6dgp2020-09-191-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 ↵jan.nijtmans2020-09-161-5/+14
| | |/ | |/| | | | | | | non-singleproc case
* | | merge 8.6dgp2020-09-1511-227/+446
|\ \ \ | |/ /
| * | 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