summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | 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
| | | |/
* | | | Rename UTF-related functions to "WChar" and "Char16" variants, more intuitive...jan.nijtmans2019-07-119-49/+49
* | | | Merge 8.7, and a few tweaks: Only provide Tcl_WinUtfToTChar on Tcl 8.x, not o...jan.nijtmans2019-07-071-1/+1
|\ \ \ \ | |/ / /
* | | | Improvement: always export both 16-bit and 32-bit UTF functionjan.nijtmans2019-07-058-47/+47
* | | | Merge 8.7jan.nijtmans2019-06-2910-35/+33
|\ \ \ \ | |/ / /
| * | | Code cleanup, like TCHAR -> WCHAR and TEXT("xxx") -> L"xxx", since we alway...jan.nijtmans2019-06-2910-35/+33
* | | | Code cleanup for Tcl_WinUtfToTChar/Tcl_WinTCharToUtf. Tested with Tk now.jan.nijtmans2019-06-271-4/+1
* | | | Add compatibility macro's for Tcl_WinUtfToTChar/Tcl_WinTCharToUtfjan.nijtmans2019-06-261-1/+2
* | | | Merge tip-547jan.nijtmans2019-06-262-4/+6
|\ \ \ \
| * \ \ \ Merge 8.7jan.nijtmans2019-06-262-4/+6
| |\ \ \ \ | | |/ / /
| | * | | 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
* | | | TIP #548: Deprecate Tcl_WinUtfToTChar() and Tcl_WinTCharToUtf() and provide m...jan.nijtmans2019-06-0310-188/+263
|/ / /
* | | 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
| * | | Implementation of [file tempdir]; hand-tested on OSX...dkf2019-04-301-6/+21
| * | | Windows implementation of TclpCreateTemporaryDirectorydkf2019-04-301-0/+101
* | | | merge 8.6dgp2019-05-032-267/+501
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Minor code style cleanup.dkf2019-04-232-267/+501
| * | integrate sebres-8-6-tommath-1-1 - cherry-picking of several optimizations an...sebres2019-04-012-0/+8
| |\ \
| | * | partial cherry pick of [e8e92eb381d689ab]: One more libtommath function, mp_t...sebres2019-02-042-0/+2
| | * | partial cherry pick of [c5c83014d6]: Many simplifications in tclExecute.c, no...sebres2019-02-042-0/+6
* | | | Merge 8.7, and fix build problem on Windowsjan.nijtmans2019-04-0716-389/+609
|\ \ \ \
| * | | | Modify testbytestring such that is only produces pure byte-arrays, if not it ...jan.nijtmans2019-04-011-1/+1
| * | | | Merge 8.6jan.nijtmans2019-03-282-2/+0
| |\ \ \ \ | | |/ / /
| | * | | Turn KARATSUBA_MUL_CUTOFF (insize libtommath) et al into a #define in stead o...jan.nijtmans2019-03-282-2/+0
| | * | | Eliminate all usage of mp_iszero/mp_iseven/mp_isodd/mp_isneg from libtommath:...jan.nijtmans2019-03-252-0/+4
| * | | | Change TCHAR -> WCHAR in many places, since that's what it is since Windows NTjan.nijtmans2019-03-119-161/+152
| * | | | Improve parsing of -xchar option for serial channels: Allow full 8-bit range ...jan.nijtmans2019-03-111-8/+8
| * | | | re-implemente changes in win/tclWinFile.c (handling -DTCL_UTF_MAX=6) using 3 ...jan.nijtmans2019-03-105-119/+29
| * | | | Make -DTCL_UTF_MAX=6-build work on win32. Add travis builds to prove it.jan.nijtmans2019-03-081-16/+16
| |\ \ \ \
| | * | | | Fixes for TCL_UTF_MAX=6, (gcc compiler warnings). Also make everything work o...jan.nijtmans2019-03-071-16/+16