summaryrefslogtreecommitdiffstats
path: root/win/tclWinPort.h
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Merge 8.6jan.nijtmans2019-11-111-0/+3
| |\ \ \ \ \ | | |/ / / / | | | | / / | | |_|/ / | |/| | |
| | * | | Use <inttypes.h> header-file on windows when available, just as on UNIXjan.nijtmans2019-11-111-0/+3
| | |\ \ \ | | | | |/ | | | |/|
| | | * | On win32, include <inttypes.h> if available, just as on UNIX. jan.nijtmans2019-11-111-5/+11
* | | | | Merge 8.7jan.nijtmans2019-11-091-0/+1
|\ \ \ \ \ | |/ / / /
| * | | | Now that libtommath has mp_init_l/mp_init_ll/mp_init_ull, use those instead o...jan.nijtmans2019-11-091-0/+1
| | |_|/ | |/| |
* | | | Merge 8.7jan.nijtmans2019-10-291-0/+3
|\ \ \ \ | |/ / /
| * | | On Windows, use <stdint.h> header-file if available.jan.nijtmans2019-10-291-0/+3
| * | | Merge 8.6. Remove 3 duplicate build-entries in .travis.ymljan.nijtmans2019-09-071-5/+1
| |\ \ \ | | |/ /
| | * | Don't let Tcl compilation depend on USE_32BIT_TIME_T any more: Microsoft coul...jan.nijtmans2019-09-071-5/+1
| | |\ \ | | | |/
| | | * Don't let Tcl depend on USE_32BIT_TIME_T any more: If your compiler supports ...jan.nijtmans2019-09-061-5/+1
| * | | Merge 8.6jan.nijtmans2019-09-051-1/+1
| |\ \ \ | | |/ /
| | * | Fix [4718b41c56]: windows x86 & x64: file mtime overflows in modification dat...jan.nijtmans2019-09-051-1/+1
| * | | merge 8.6, integrate branch bug-4718b41c56, rebuild win/configure, conflicts ...sebres2019-07-121-1/+6
| |\ \ \ | | |/ /
| | * | integrate branch bug-4718b41c56, revert/rebuild win/configure (2.69 in tcl8.6...sebres2019-07-121-1/+6
| | |\ \ | | | |/
| | | * 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-101-4/+6
| | | * fixes [4718b41c56] for windows x86 (mingw / MSVC versions with CRT supporting...sebres2019-07-081-3/+8
| | | * squelch some warnings on higher Visual Studio versions: we are not going to b...jan.nijtmans2018-10-291-0/+2
* | | | previous commit should not have been a merge-mark ...jan.nijtmans2019-09-051-1/+1
* | | | Fix [4718b41c56d8c135] for win32. Now timestamps on Win32 can be > 19 january...jan.nijtmans2019-07-051-2/+1
* | | | Merge 8.7 (But without the TclWideMUInt type for VC++ 6.0, most likely too mu...jan.nijtmans2019-06-251-3/+5
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2019-06-251-3/+5
| |\ \ \ | | |/ /
| | * | Squelch C4244 warning on any MSVC compiler.jan.nijtmans2019-06-251-3/+5
* | | | Merge 8.7jan.nijtmans2019-03-111-9/+0
|\ \ \ \ | |/ / /
| * | | Change TCHAR -> WCHAR in many places, since that's what it is since Windows NTjan.nijtmans2019-03-111-9/+0
| * | | merge 8.6jan.nijtmans2018-05-141-0/+3
| |\ \ \ | | |/ /
| | * | merge 8.5jan.nijtmans2018-05-141-0/+3
| | |\ \ | | | |/
| | | * Unbreak build when HAVE_FTS is not set. jan.nijtmans2018-05-141-0/+3
| | * | Allow additional optional "interp" argument for testinterpresolver command. N...jan.nijtmans2016-09-051-1/+1
* | | | Formatting, PTR2INT range improvements, and remove some macro's only used on ...jan.nijtmans2018-10-211-2/+2
* | | | merge trunkjan.nijtmans2017-12-151-1/+1
|\ \ \ \ | |/ / /
* | | | re-base "novem-more-memory-API" to trunk. TIP not submitted yet, but upcoming.jan.nijtmans2017-11-161-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Merge trunkjan.nijtmans2017-05-011-3/+3
| |\ \ \ | |/ / / |/| | |
| * | | More internal use of size_t. Eliminate unused "isBin" argument from TclpSysAl...jan.nijtmans2016-12-011-1/+1
| * | | merge trunkjan.nijtmans2016-11-161-1/+1
| |\ \ \ | |/ / / |/| | |
| * | | merge trunkjan.nijtmans2016-08-301-1/+1
| |\ \ \
| * \ \ \ merge trunkdgp2016-07-091-0/+14
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge trunkjan.nijtmans2014-10-081-4/+4
| |\ \ \ \
| * \ \ \ \ merge trunk. jan.nijtmans2014-04-161-9/+0
| |\ \ \ \ \
| * \ \ \ \ \ merge trunkjan.nijtmans2013-06-181-11/+5
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merge trunk (except for disabled MSVC warnings, see [48b92a6ab6])jan.nijtmans2013-06-121-4/+6
| |\ \ \ \ \ \ \
* | | | | | | | | Use more "size_t" in stead of "int" internall. Also eliminate a lot of type-c...jan.nijtmans2016-11-161-1/+1
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | Don't ever allow UTF-8 sequences of more than 4 characters to be generated or...jan.nijtmans2016-08-301-1/+1
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Bugfix [ae61a67192]. file {stat, type, size} etc. support for built-in specia...ashok2016-07-091-0/+14
| |_|_|_|/ / |/| | | | |
* | | | | | Fix [59a2e78e54d3361c33b8cd6eef55d384d8abecd7|59a2e78e54] : tclWinTime.c does...jan.nijtmans2014-10-081-4/+4
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | / | | |_|_|/ | |/| | |
| * | | | Fix [59a2e78e54d3361c33b8cd6eef55d384d8abecd7|59a2e78e54] : tclWinTime.c does...jan.nijtmans2014-10-081-4/+4
* | | | | Upgrade from Winsock 1.1 to Winsock 2.2, which is always available on Win2000...jan.nijtmans2014-04-161-9/+0
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | Upgrade from Winsock 1.1 to Winsock 2.2, which is always available on Win2000...jan.nijtmans2014-04-161-9/+0
* | | | Fix [42b8083613]jan.nijtmans2013-06-171-8/+4
* | | | Don't use deprecated stricmp/strnicmp any more, but underscored variant for n...jan.nijtmans2013-06-141-5/+3
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |