summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | 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
| * | | | | Merge 8.7jan.nijtmans2019-08-152-5/+3
| |\ \ \ \ \ | | |/ / / /
| | * | | | Make zipfsFilesystem static (as the name - not starting with Tcl - suggests)....jan.nijtmans2019-08-151-4/+2
* | | | | | Merge tip-548jan.nijtmans2019-08-1563-527/+526
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 8.7jan.nijtmans2019-08-1560-544/+541
| |\ \ \ \ \ | | |/ / / /
| | * | | | 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
| | | |/ / / | | |/| | |
| | * | | | Remove "register" keyword in various places. Also add some type-casts to help...jan.nijtmans2019-08-1414-37/+39
| * | | | | Merge 8.7jan.nijtmans2019-08-134-24/+26
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 8.6jan.nijtmans2019-08-132-3/+5
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | Mark 3 testcases as knownMsvcBug. See: [e484a8407cb9ec45]: pipe: time-related...jan.nijtmans2019-08-112-3/+5
| | * | | | Make dateMeridian variable type MERIDIAN (an enum) in stead of int.jan.nijtmans2019-08-122-21/+21
| * | | | | "utfmax" build should be with TCL_UTF_MAX=6jan.nijtmans2019-08-121-4/+4
* | | | | | Merge tip-548jan.nijtmans2019-08-114-8/+8
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 8.7jan.nijtmans2019-08-111-2/+2
| |\ \ \ \ \ | | |/ / / /
| | * | | | Two places where "char *" is actually better than "void *", since that's the ...jan.nijtmans2019-08-041-2/+2
| * | | | | Merge 8.7jan.nijtmans2019-08-042-5/+5
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 8.6jan.nijtmans2019-08-042-5/+5
| | |\ \ \ \ | | | |/ / /
| | | * | | One more test which - apparently - cannot be thrusted when run in the Travis ...jan.nijtmans2019-08-041-1/+1
| | | * | | Increase some timeout's a little, hoping this reduces the chance on Travis te...jan.nijtmans2019-08-031-4/+4
| * | | | | Use *WChar* in stead of *Char16* functions on Windows, always. It's actually ...jan.nijtmans2019-08-0311-50/+50
* | | | | | Merge tip-548 (since using the *WChar* functions leads to less type-casts in ...jan.nijtmans2019-08-0342-326/+455
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Spread out definitions of Tcl_*WChar* functions over multiple lines, making i...jan.nijtmans2019-08-021-6/+18
| * | | | | Oops, wrong checkjan.nijtmans2019-08-022-2/+2
| * | | | | Merge 8.7jan.nijtmans2019-08-021-1/+2
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 8.6jan.nijtmans2019-08-021-1/+2
| | |\ \ \ \ | | | |/ / /
| | | * | | One more knownMsvcBug marker, for a test which sometimes fails on Travis.jan.nijtmans2019-08-021-1/+2
| * | | | | Merge core-8-branch. Use tclWinDde.c and tclWinReg.c to show how the *WChar* ...jan.nijtmans2019-08-026-46/+65
| |\ \ \ \ \ | | |/ / / /