summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | 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.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
* | | | Remove last traces of strtod() function, since it isn't used in Tcl any more.jan.nijtmans2019-07-162-19/+11
* | | | 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
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Leave out travis tests for MSVC, until test-cases are fixed.jan.nijtmans2019-07-121-3172/+2925
| | |/ /
| * | | Add CI (Travis) builds and testing for Windows, both with MSVC and GCC.dkf2019-07-101-3112/+3279
| |\ \ \ | | |/ /
| | * | Updated win/configure to use current version of autoconfdkf2019-07-071-2925/+3172
| | |/
* | | Code cleanup, like TCHAR -> WCHAR and TEXT("xxx") -> L"xxx", since we alway...jan.nijtmans2019-06-2910-35/+33
* | | Merge 8.6jan.nijtmans2019-06-261-0/+0
|\ \ \ | |/ /
| * | UNEXEC win/tclWinFile.cjan.nijtmans2019-06-261-0/+0
| * | Merge 8.5jan.nijtmans2019-06-262-10/+10
| |\ \ | | |/
| | * Remove EXECUTE flag for tclWinFile.c. More eol-spacing cleanup (keeping tes...jan.nijtmans2019-06-262-1/+0
| * | restore userenv, used in 8.6sebres2019-06-251-0/+1
| * | merge 8.5sebres2019-06-251-1/+0
| |\ \ | | |/
| | * nmakehlp: fixed const qualifiersebres2019-06-251-1/+1
| | * fixed build with MSVC 6.0sebres2019-06-251-1/+0
* | | Change int constants into char constants. Hopefully this eliminates C4305 war...jan.nijtmans2019-06-251-1/+1
* | | Merge 8.6jan.nijtmans2019-06-251-3/+5
|\ \ \ | |/ /
| * | Squelch C4244 warning on any MSVC compiler.jan.nijtmans2019-06-251-3/+5
* | | Merge 8.6jan.nijtmans2019-05-312-10/+4
|\ \ \ | |/ /
| * | Rename mp_get_bit to s_mp_get_bit, rename mp_tc_div_2d to mp_signed_rsh, remo...jan.nijtmans2019-05-312-10/+4
* | | Implement TIP 431: [file tempdir]dkf2019-05-251-0/+115
|\ \ \
| * \ \ merge core-8-branchdkf2019-05-172-267/+501
| |\ \ \ | |/ / / |/| | |
| * | | Fix crashing bug in tempdir name creationfvogel2019-05-131-1/+1
| * | | Let branch compile with MSVC 2008fvogel2019-05-131-3/+2