summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Tcl_UntraceVar() -> Tcl_UntraceVar2() and similar changes. jan.nijtmans2019-09-026-7/+10
* Merge core-8-6-branch. nmake bug fix [889065786b] for extension stubs.apnadkarni2019-08-291-3/+3
|\
| * Bug fix 889065786b. Add stubs related flags when compiling extension stubs.apnadkarni2019-08-291-3/+3
* | Fix one version-check in rules.vc (Thanks to Ashok P. Nadkarni for noticing t...jan.nijtmans2019-08-291-1/+1
|\ \ | |/
| * Starting with Tcl 8.7, TCL_THREADS is 1 by default. Adapt rules.vc for that.jan.nijtmans2019-08-291-5/+5
* | Merge 8.6jan.nijtmans2019-08-2820-54/+60
|\ \ | |/
| * Add /* FALLTHRU */ markers in various places (silencing possible GCC warnings...jan.nijtmans2019-08-2823-61/+67
* | merge 8.6sebres2019-08-273-16/+116
|\ \ | |/
| * closes [fa6bf38d07]: integrate bug-fa6bf38d07-v2sebres2019-08-273-16/+116
| |\
| | * small amend: be sure checkInterp is set if entering back the code marked as T...sebres2019-08-271-2/+2
| | * simplification, use the same "fixed" (and faster) code for INST_EVAL_STKsebres2019-08-271-11/+6
| | * fixes [fa6bf38d07]: command invocation (NRE callback to TEBCResume) caused by...sebres2019-08-271-9/+20
| | * more test casessebres2019-08-271-1/+42
| | * added tests covering bug [fa6bf38d07]sebres2019-08-272-4/+57
* | | Merge 8.6jan.nijtmans2019-08-272-2/+2
|\ \ \ | |/ /
| * | Merge 8.5jan.nijtmans2019-08-271-1/+1
| |\ \
| | * | One more knownMsvcBug marker (seen in Travis). Properly export ::tcltest::tes...jan.nijtmans2019-08-272-1/+2
| | * | Backport two knownMsvcBug markers, which hit us (again) on Travis.jan.nijtmans2019-08-271-7/+9
* | | | Merge 8.6jan.nijtmans2019-08-261-4/+5
|\ \ \ \ | |/ / /
| * | | Fix [3947fcf7]: Current .gitattributes settings might not allow switching bra...jan.nijtmans2019-08-261-4/+6
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * Fix [3947fcf7]: Current .gitattributes settings might not allow switching bra...jan.nijtmans2019-08-261-4/+6
| | |\
| | | * Attempt to fix [3947fcf7]: Current .gitattributes settings might not allow sw...jan.nijtmans2019-08-231-4/+5
* | | | Merge 8.6jan.nijtmans2019-08-266-8/+14
|\ \ \ \ | |/ / /
| * | | Merge 8.5jan.nijtmans2019-08-264-6/+12
| |\ \ \ | | |/ /
| | * | If tcltest's removeFile fails for a non-expected reason (e.g. Windows keeps t...jan.nijtmans2019-08-263-4/+9
| | * | One more "knownMsvcBug" marker, for a test-case which failed (incidentally) i...jan.nijtmans2019-08-261-2/+3
| * | | Correct NUL encoding in documentationandy2019-08-241-1/+1
* | | | Merge 8.6jan.nijtmans2019-08-2311-17/+75
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Fix [8566dc22f9]: various spelling fixes in commentsjan.nijtmans2019-08-227-8/+8
| |\ \ | | |/
| | * Fix [8566dc22f9]: various spelling fixes in commentsjan.nijtmans2019-08-227-8/+8
| * | Add native Windows builds using GCC (mingw-w64) to travis.jan.nijtmans2019-08-221-1/+28
| |\ \
| | * \ Merge 8.6jan.nijtmans2019-08-202-25/+33
| | |\ \
| | * | | Forgot "choko install make"jan.nijtmans2019-08-121-0/+6
| | * | | Test windows native buildjan.nijtmans2019-08-121-1/+13
| * | | | merge-markjan.nijtmans2019-08-200-0/+0
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| | * | Backport some "knownMsvcBug" markers from 8.6: Those indicate test-cases the ...jan.nijtmans2019-08-202-90/+91
* | | | merge 8.6sebres2019-08-201-10/+10
|\ \ \ \ | |/ / /
| * | | merge 8.5sebres2019-08-201-10/+10
| |\ \ \ | | |/ /
| | * | win/Makefile.in: small amend normalizing test-dependenciessebres2019-08-201-7/+7
| | * | Prevent misleading message:jan.nijtmans2019-08-201-2/+2
* | | | merge 8.6: conflicts resolved, fix mingw build, closes [40d5ff2a0e], etcsebres2019-08-191-18/+26
|\ \ \ \ | |/ / /
| * | | merge 8.5: restore merge point, fix mingw build, closes [40d5ff2a0e], etcsebres2019-08-191-19/+27
| |\ \ \ | | |/ /
| | * | win/Makefile.in: partially cherry-picked 8.6th version (and normalized to be ...sebres2019-08-191-117/+126
* | | | Make zipfsFilesystem static (as the name - not starting with Tcl - suggests)....jan.nijtmans2019-08-151-4/+2
* | | | Merge 8.6jan.nijtmans2019-08-151-1/+1
|\ \ \ \ | |/ / /
| * | | Fix [6de8494984]: Tcl_CreateCommandChannel() documentation bugjan.nijtmans2019-08-151-1/+1
| | |/ | |/|
* | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-08-1543-485/+486
|\ \ \
| * \ \ Merge 8.7jan.nijtmans2019-08-1458-270/+464
| |\ \ \
| * | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-1763-558/+559
* | | | | Minor simplification in test-suite: Because "teststringobj maxchars" has the ...jan.nijtmans2019-08-143-20/+14
| |/ / / |/| | |