summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* merge 8.7dgp2020-09-15345-5667/+8663
|\
| * one more testdgp2020-09-151-0/+3
| |\
| | * Add test for [string replace] troubles.dgp2020-09-151-0/+3
| * | 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.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-25/+26
| |\ \ \
| | * | | Implementation of TIP #585 - Promote the INDEX_TEMP_TABLE flag of Tcl_GetInde...fvogel2020-09-026-25/+26
| * | | | 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.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
| * | | | 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
| |\ \ \ \ | | |/ / /
| | * | | Don't use sizeof() for structs containing a flexible array as last element. L...jan.nijtmans2020-09-103-13/+13
| * | | | Merge 8.6jan.nijtmans2020-09-091-14/+9
| |\ \ \ \ | | |/ / /
| | * | | Rename safe-stock86.test to safe-stock.testjan.nijtmans2020-09-091-11/+6
| * | | | Merge-markjan.nijtmans2020-09-070-0/+0
| |\ \ \ \ | | |/ / /
| | * | | Fix "make install" on MacOSX: interp: make-manpage-section: ignoring .VS "TIP...jan.nijtmans2020-09-071-1/+1
| * | | | Merge-markjan.nijtmans2020-09-070-0/+0
| |\ \ \ \ | | |/ / /
| | * | | Backport genStubs.tcl from 8.7. This adds support for MP_WUR, not actually us...jan.nijtmans2020-09-071-0/+10
| * | | | Re-apply fix for [c1a376375e0e6488], as the build-problems originated elsewherejan.nijtmans2020-09-068-48/+78
| |\ \ \ \
| | * \ \ \ New bug-c1a376375e0e6488 branch with (up to now) failing solutions. Please ma...jan.nijtmans2020-09-051-96/+0
| | |\ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Backout [c1a376375e0e6488]: imported namespace ensemble command name distorte...jan.nijtmans2020-09-059-174/+48
| |/ / / /
| * | | | Merge-markjan.nijtmans2020-09-050-0/+0
| |\ \ \ \ | | |/ / /
| | * | | TIP #581: Last possible master/slave -> parent/child changes, without affecti...jan.nijtmans2020-09-058-279/+279
| * | | | Merge 8.6jan.nijtmans2020-09-04156-234/+288
| |\ \ \ \ | | |/ / /
| | * | | Let all test-cases load the "tcltest" package the same way. Depend on tcltest...jan.nijtmans2020-09-04145-293/+332
| * | | | Merge 8.6jan.nijtmans2020-09-044-93/+93
| |\ \ \ \ | | |/ / / | | | / / | | |/ / | |/| |
| | * | TIP #581: Mainly documentation and some testcasesjan.nijtmans2020-09-0412-312/+311
| * | | Merge 8.6jan.nijtmans2020-09-023-12/+14
| |\ \ \ | | |/ /
| | * | Merge 8.5 jan.nijtmans2020-09-023-8/+10
| | |\ \
| | | * | Upgrade Travis build from xcode 11.5 to 11.7jan.nijtmans2020-09-021-4/+4
| * | | | Fix windows debug build, broken by previous commitjan.nijtmans2020-09-021-1/+1
| * | | | Merge bug-c1a376375e0e6488pooryorick2020-09-029-48/+174
| |\ \ \ \
| | * | | | Fix for [c1a376375e0e6488], imported namespace ensemble command name distortedpooryorick2020-09-019-48/+174
| |/ / / /
| * | | | Merge 8.6jan.nijtmans2020-09-0150-1322/+1321
| |\ \ \ \ | | |/ / /