summaryrefslogtreecommitdiffstats
path: root/win/tclWinPort.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't use deprecated stricmp/strnicmp any more, but underscored variant for n...jan.nijtmans2013-06-141-5/+3
* 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
* Remove wrapper macro for ntohs(): unnecessary, because it doesn't require an ...jan.nijtmans2012-08-201-1/+0
* Reference to correct Bug #numberjan.nijtmans2012-08-061-1/+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
* | xjan.nijtmans2012-03-151-46/+9
* | 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
* | 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-191-8/+2
* | [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-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
|\ \ | |/
| * [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
* | [Bug 3372130] Fix hypot math function with MSVC10jan.nijtmans2011-07-211-1/+3
|\ \ | |/
| * oops, leftover end commentjan.nijtmans2011-07-211-1/+1
| * [Bug 3372130] Fix hypot math function with MSVC10jan.nijtmans2011-07-211-1/+3
* | [Bug 3288345]: Bring cygwin Tcl_StatBuf a little closer to realityjan2011-04-211-3/+9
|\ \ | |/
| * [Bug 3288345]: Bring cygwin Tcl_StatBuf a little closer to realityjan2011-04-211-3/+9
* | fix for [Bug 3288345]: Wrong Tcl_StatBuf used on MinGW.jan.nijtmans2011-04-211-0/+19
|\ \ | |/
| * fix for [Bug 3288345]: Wrong Tcl_StatBufused on MinGW.jan.nijtmans2011-04-211-0/+19
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
|\ \ | |/
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| * * win/tclWinPipe.c: Applied patch #1267871 by Matt Newman whichpatthoyts2005-11-041-5/+5
| * * win/tclWinPort.h: define USE_PUTENV_FOR_UNSET 1hobbs2005-10-051-2/+3
* | [Bug 2991415]: tclport.h #included before limits.hnijtmans2010-05-251-8/+2
* | Fix [Patch 2986105]: conditionally defining strcasecmp/strncasecmpnijtmans2010-04-191-20/+24
* | Various CYGWIN-related fixesnijtmans2010-01-311-20/+25
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | * generic/tclCmdMZ.c: Correct [string is (wide)integer] failuredgp2007-10-111-8/+1
* | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-20/+1
* | * win/tclWinPort.h: Applied patch #1267871 by Matt Newman forpatthoyts2005-11-041-5/+5
* | Applied patch #1096916 to support building with MSVC 8.patthoyts2005-11-031-1/+12
* | * tests/env.test (env-6.1):hobbs2005-10-051-2/+3
* | Implementation of TIP#241 from Joe Mistachkindkf2005-06-011-1/+8
* | * generic/tcl.h: Moved the preprocessor logicdavygrvy2004-11-031-4/+1
* | * win/tclWinInt.h:davygrvy2004-11-031-11/+6
* | * win/tclWinPipe.c:davygrvy2004-05-301-2/+14