summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | Fix [5591e4a820]: @TCL_EXE@ not properly generated in 8.5 branch. Added @runs...jan.nijtmans2019-09-021-1/+2
| * | | | | | | Tcl_UntraceVar() -> Tcl_UntraceVar2() and similar changes. jan.nijtmans2019-09-021-0/+1
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | 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-281-0/+1
| |\ \ \ \ \ | | |/ / / / | | | | | / | | |_|_|/ | |/| | |
| | * | | Add /* FALLTHRU */ markers in various places (silencing possible GCC warnings...jan.nijtmans2019-08-281-0/+1
| * | | | Merge 8.6jan.nijtmans2019-08-232-2/+2
| |\ \ \ \ | | |/ / /
| | * | | Fix [8566dc22f9]: various spelling fixes in commentsjan.nijtmans2019-08-222-2/+2
| | |\ \ \ | | | |/ /
| | | * | Fix [8566dc22f9]: various spelling fixes in commentsjan.nijtmans2019-08-222-2/+2
| * | | | 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
* | | | | Forgot some changes from tip-548jan.nijtmans2019-08-123-4/+4
* | | | | Merge branch tip-548. No longer define addtional stub-entries for functions t...jan.nijtmans2019-08-128-47/+47
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | "utfmax" build should be with TCL_UTF_MAX=6jan.nijtmans2019-08-121-4/+4
| * | | | Use *WChar* in stead of *Char16* functions on Windows, always. It's actually ...jan.nijtmans2019-08-038-47/+47
* | | | | Merge tip-548jan.nijtmans2019-08-023-46/+67
|\ \ \ \ \ | |/ / / /
| * | | | Oops, wrong checkjan.nijtmans2019-08-022-2/+2
| * | | | Merge core-8-branch. Use tclWinDde.c and tclWinReg.c to show how the *WChar* ...jan.nijtmans2019-08-022-38/+59
| |\ \ \ \ | | |/ / /
| * | | | Merge 8.7jan.nijtmans2019-08-023-22/+22
| |\ \ \ \ | | |/ / /
| | * | | Merge 8.6jan.nijtmans2019-08-021-1/+1
| | |\ \ \ | | | |/ /
| | | * | Add one more knownMsvcBug marker, for a test-case which sometimes fails in Tr...jan.nijtmans2019-08-021-1/+1
| * | | | Merge 8.7. Some formatting.jan.nijtmans2019-08-022-7/+7
| |\ \ \ \ | | |/ / /
* | | | | Merge tip-548jan.nijtmans2019-08-011-5/+5
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.7. Documentation improvements and code cleanup. Approaching finish.jan.nijtmans2019-08-012-8/+1
| |\ \ \ \ | | |/ / /
* | | | | Merge tip-548jan.nijtmans2019-08-0117-79/+214
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.7jan.nijtmans2019-08-015-18/+30
| |\ \ \ \ | | |/ / /
| | * | | Merge 8.6jan.nijtmans2019-07-313-4/+15
| | |\ \ \ | | | |/ /
| | | * | Merge 8.5jan.nijtmans2019-07-301-3/+3
| | | |\ \ | | | | |/
| | | | * Fix this Travis build problems on Win32: [https://travis-ci.org/tcltk/tcl/job...jan.nijtmans2019-07-261-3/+3
| | | | * close forksebres2019-07-121-3172/+2925
| | | | |\
| | * | | | Eliminate more usage of C++-specific keywords in C-code.jan.nijtmans2019-07-252-14/+15
| | * | | | Merge 8.6jan.nijtmans2019-07-241-1/+1
| | |\ \ \ \ | | | |/ / /
| | | * | | Fix Travis Static/Debug builds on Windows. Als group Clang builds together.jan.nijtmans2019-07-241-1/+1
| * | | | | Merge 8.7jan.nijtmans2019-07-172-19/+11
| |\ \ \ \ \ | | |/ / / /
| | * | | | Remove last traces of strtod() function, since it isn't used in Tcl any more.jan.nijtmans2019-07-162-19/+11
| * | | | | Merge 8.7jan.nijtmans2019-07-136-12/+149
| |\ \ \ \ \ | | |/ / / /
| | * | | | merge 8.6, integrate branch bug-4718b41c56, rebuild win/configure, conflicts ...sebres2019-07-126-12/+149
| | |\ \ \ \ | | | |/ / /
| | | * | | integrate branch bug-4718b41c56, revert/rebuild win/configure (2.69 in tcl8.6...sebres2019-07-126-3114/+3419
| | | |\ \ \ | | | | |/ /
| | | | * | integrate branch bug-4718b41c56, closes [4718b41c56]sebres2019-07-126-4/+75
| | | | |\ \
| | | | | * | little tweaks, makeing it possible to use either _USE_64BIT_TIME_T or __MINGW...jan.nijtmans2019-07-101-10/+7
| | | | | * | win/x86: compat fix, 64-bit time_t for 32-build is optional now (via configur...sebres2019-07-105-7/+53
| | | | | * | fixes [4718b41c56] for windows x86 (mingw / MSVC versions with CRT supporting...sebres2019-07-082-3/+31
| | | * | | | Merge 8.5jan.nijtmans2019-07-121-3279/+3112
| | | |\ \ \ \ | | | | | |_|/ | | | | |/| |