summaryrefslogtreecommitdiffstats
path: root/win/tclWinPort.h
Commit message (Expand)AuthorAgeFilesLines
* merge novemnovem_bug_3598300jan.nijtmans2014-05-021-9/+0
|\
| * merge trunk. 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
| | |\
| | | * Upgrade from Winsock 1.1 to Winsock 2.2, which is always available on Win2000...jan.nijtmans2014-04-161-9/+0
* | | | merge novemjan.nijtmans2014-02-181-12/+10
|\ \ \ \ | |/ / /
| * | | merge trunkjan.nijtmans2013-06-181-11/+5
| |\ \ \ | | |/ /
| | * | 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
| | |\ \ | | | |/
| | | * Don't use deprecated stricmp/strnicmp any more, but underscored variant for n...jan.nijtmans2013-06-141-5/+3
| * | | merge trunk (except for disabled MSVC warnings, see [48b92a6ab6])jan.nijtmans2013-06-121-4/+6
| |\ \ \ | | |/ /
| | * | Silence various warnings when doing a 64-bit build with MSVC: Those warnings ...jan.nijtmans2013-06-121-2/+7
| | |\ \ | | | |/
| | | * Silence various warnings when doing a 64-bit build with MSVC: Those warnings ...jan.nijtmans2013-06-121-4/+6
| | * | Improve compatibility detection for <time.h> and <sys/stat.h>: jan.nijtmans2013-06-111-2/+1
| | |\ \ | |/ / / | | | _
| | * Improve compatibility detection for <time.h> and <sys/stat.h>: jan.nijtmans2013-06-111-2/+1
* | | Make it work on mingw as welljan.nijtmans2013-01-211-0/+3
* | | win32/win64/cygwin follow-up: change Tcl_StatBuf from _stat32i64 to __stat64jan.nijtmans2013-01-191-6/+0
|/ /
* | Remove wrapper macro for ntohs(): unnecessary, because it doesn't require an ...jan.nijtmans2012-08-201-1/+0
|\ \ | |/
| * Remove wrapper macro for ntohs(): unnecessary, because it doesn't require an ...jan.nijtmans2012-08-201-1/+0
* | fix two minor blunders, introduced by [1fb35ca910]jan.nijtmans2012-08-061-1/+1
* | Reference to correct Bug #number. jan.nijtmans2012-08-061-1/+1
|\ \ | |/
| * Reference to correct Bug #numberjan.nijtmans2012-08-061-1/+1
| |\
* | \ [Bug 3511806] Compiler checks too earlyjan.nijtmans2012-03-301-6/+1
|\ \ \ | |/ /
| * | [Bug 3511806] Compiler checks too earlyjan.nijtmans2012-03-301-6/+1
| |\ \ | | |/
| | * [Bug 3288345] Wrong Tcl_StatBuf used on Cygwinjan.nijtmans2012-03-201-36/+3
* | | se lower numbers, preventing integer overflow in tclWinError.cjan.nijtmans2012-03-271-17/+25
* | | [Bug 3288345] Wrong Tcl_StatBuf used on Cygwinjan.nijtmans2012-03-151-43/+8
|\ \ \ | |/ /
| * | xjan.nijtmans2012-03-151-46/+9
* | | DWORD_PTR typedef after <windows.h>jan.nijtmans2012-03-071-6/+6
|\ \ \ | |/ /
| * | DWORD_PTR typedef after <windows.h>jan.nijtmans2012-03-071-4/+4
| |\ \ | | |/
| | * DWORD_PTR typedef after <windows.h>jan.nijtmans2012-03-071-6/+6
* | | Compatibility with older Visual Studio versionsjan.nijtmans2012-03-061-0/+6
|\ \ \ | |/ /
| * | Compatibility with older Visual Studio versionsjan.nijtmans2012-03-061-0/+6
| |\ \ | | |/
| | * Compatibility with older Visual Studio versionsjan.nijtmans2012-03-061-0/+6
* | | mingw doesn't have LABEL_SECURITY_INFORMATION definitionjan.nijtmans2012-02-031-0/+4
|\ \ \ | |/ /
| * | mingw doesn't have LABEL_SECURITY_INFORMATION definitionjan.nijtmans2012-02-031-0/+4
| |\ \ | | |/
| | * mingw doesn't have LABEL_SECURITY_INFORMATION definitionjan.nijtmans2012-02-031-0/+4
* | | Bug-3474726 minGW Tcl_StatBuf not defined correctly in tcl.hjan.nijtmans2012-01-211-8/+2
|\ \ \ | |/ /
| * | Bug-3474726 minGW Tcl_StatBuf not defined correctly in tcl.hjan.nijtmans2012-01-211-8/+2
| |\ \ | | |/
| | * [Bug-3474726] minGW Tcl_StatBuf not defined correctly in tcl.hjan.nijtmans2012-01-191-8/+2
* | | [Bug 2935503] Windows: file mtime sets wrong time (VS2005+ only)jan.nijtmans2011-11-221-0/+5
|\ \ \ | |/ /
| * | [Bug 2935503] Windows: file mtime sets wrong time (VS2005+ only)jan.nijtmans2011-11-221-0/+5
| |\ \ | | |/
* | | [Bug 3407070] tclPosixStr.c won't build with EOVERFLOW==E2BIGjan.nijtmans2011-09-121-4/+4
|\ \ \ | |/ /
| * | [Bug 3407070] tclPosixStr.c won't build with EOVERFLOW==E2BIGjan.nijtmans2011-09-121-116/+82
| |\ \ | | |/
| | * Make compilable in Visual Studio againjan.nijtmans2011-09-121-0/+7
| | * [Bug 3407070] tclPosixStr.c won't build with EOVERFLOW==E2BIGjan.nijtmans2011-09-121-116/+75
* | | mingw64 compiler warnings. Reverse the detection of struct _stat32i64, jan.nijtmans2011-08-151-1/+1
|\ \ \ | |/ /
| * | mingw64 compiler warnings. Reverse the detection of struct _stat32i64, jan.nijtmans2011-08-151-1/+1
| |\ \ | | |/
| | * [Bug 3388350] mingw64 compiler warnings. jan.nijtmans2011-08-151-1/+1
| * | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-151-1/+1
| |\ \ | | |/
| | * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-151-1/+1