summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* merge 8.7dgp2020-09-192-11/+51
|\
| * merge mark (safety)dgp2020-09-190-0/+0
| |\
| | * Fix for [b9ecf3ce98], [uplevel] unnecessarily generates string representation.pooryorick2020-09-192-11/+51
| * | Fix for [b9ecf3ce98], [uplevel] unnecessarily generates string representation.pooryorick2020-09-192-11/+51
* | | Fix gcc warnings, compiling on 32-bit Linuxjan.nijtmans2020-09-182-5/+5
* | | New macro TclNewIndexObj() which does the same as TclNewWideIntObjFromSize() ...jan.nijtmans2020-09-188-47/+63
* | | Merge 8.7jan.nijtmans2020-09-1747-222/+259
|\ \ \ | |/ /
| * | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-1750-269/+318
* | | Merge 8.7jan.nijtmans2020-09-1712-29/+38
|\ \ \ | |/ /
| * | Change version number of http package from 2.9.5 -> 2.10.0a1, since it's diff...jan.nijtmans2020-09-1711-24/+24
| |\ \ | | |/
| | * Tcl 8.6 should not be tested with "package prefer latest" any more: All inclu...jan.nijtmans2020-09-171-1/+0
| * | 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
| | | |/ | | |/|
* | | | Merge 8.7jan.nijtmans2020-09-162-1/+4
|\ \ \ \ | |/ / /
| * | | Little tweak to makeHeader.tcl, not depending on lsearch returning -1 any morejan.nijtmans2020-09-161-1/+1
| * | | one more testdgp2020-09-151-0/+3
| |\ \ \
| | * | | Add test for [string replace] troubles.dgp2020-09-151-0/+3
* | | | | Merge 8.7jan.nijtmans2020-09-155-18/+62
|\ \ \ \ \ | |/ / / /
| * | | | Fix [b5777d3d32]: Crash corner-case in TIP #502 implementationjan.nijtmans2020-09-155-18/+62
| |\ \ \ \ | | |/ / /
| | * | | Protect INST_STR_REPLACE toojan.nijtmans2020-09-041-0/+3
| | * | | Tests string-12.2[45].* and fixes to INST_STRING_RANGE.dgp2020-09-022-2/+24
| | * | | Fix for test lindex-18.0dgp2020-09-022-16/+21
| | * | | Test lindex-18.0 demonstrates same issue with INST_LIST_INDEXdgp2020-09-021-0/+8
| | * | | Different fix where existing protection tools for nesting bytecode executiondgp2020-09-021-0/+3
| | * | | Add test-case util-9.59, which demonstrates bug [b5777d3d32]jan.nijtmans2020-08-251-0/+3
* | | | | Merge 8.7jan.nijtmans2020-09-1419-49/+33
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.6jan.nijtmans2020-09-143-18/+2
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Unbreak winFCmd-1.38 testcase on Windowsjan.nijtmans2020-09-141-1/+1
| | * | | Add .bmp to .gitattributes. Simplify .fossil-settings/binary-globjan.nijtmans2020-09-142-7/+11
| | * | | Eliminate many "register" keywords (which do nothing with modern compilers)jan.nijtmans2020-09-1419-268/+268
| * | | | Merge 8.6jan.nijtmans2020-09-1412-20/+20
| |\ \ \ \ | | |/ / /
| | * | | Prevent the usage of the term safe/unsafe child. Suggested by Keith Nash. Tha...jan.nijtmans2020-09-1416-33/+33
| * | | | Prevent the usage of the term safe/unsafe child. Suggested by Keith Nash. Tha...jan.nijtmans2020-09-144-11/+11
* | | | | Merge implementation of TIP #585 (Promote the INDEX_TEMP_TABLE flag of Tcl_Ge...fvogel2020-09-136-24/+25
|\ \ \ \ \ | |/ / / /
| * | | | Merge implementation of TIP #585 (Promote the INDEX_TEMP_TABLE flag of Tcl_Ge...fvogel2020-09-136-25/+26
| |\ \ \ \
| | * | | | Implementation of TIP #585 - Promote the INDEX_TEMP_TABLE flag of Tcl_GetInde...fvogel2020-09-026-25/+26
* | | | | | More usage for TclNewWideIntObjFromSize(), TCL_IO_FAILURE -> TCL_INDEX_NONE w...jan.nijtmans2020-09-115-15/+11
* | | | | | Merge 8.7jan.nijtmans2020-09-112-4/+4
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 8.6jan.nijtmans2020-09-113-8/+8
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Folow-up to previous commit: ExecStack is a FLEXARRAY toojan.nijtmans2020-09-112-4/+4
* | | | | | Merge 8.7jan.nijtmans2020-09-1114-28/+36
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 8.6. Remove tests/safe-stock86.test for win builds too (GIT, what are y...jan.nijtmans2020-09-119-23/+31
| |\ \ \ \ \ | | |/ / / /
| | * | | | Fix [https://core.tcl-lang.org/tk/tktview?name=3bc0f44ef3|3bc0f44ef3]: UBSan ...jan.nijtmans2020-09-118-46/+52
| | * | | | Use $index<0 in stead of $index==-1 consistantlyjan.nijtmans2020-09-114-7/+7
| * | | | | Use $index<0 in stead of $index==-1 consistantlyjan.nijtmans2020-09-115-8/+8
* | | | | | Merge 8.7jan.nijtmans2020-09-105-13/+14
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Somehow GIT cannot remove tests/safe-stock86.test from (earlier) core-8-6-bra...jan.nijtmans2020-09-101-0/+1
| * | | | | Merge 8.6jan.nijtmans2020-09-105-15/+15
| |\ \ \ \ \ | | |/ / / /