summaryrefslogtreecommitdiffstats
path: root/win/tclWinPort.h
Commit message (Expand)AuthorAgeFilesLines
* [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
* | | Fix tcl8.6b2/win/tclWinPort.h:122:10: error: redefinition of 'struct __stati6...jan.nijtmans2011-08-121-1/+1
* | | [Bug 3372130] Fix hypot math function with MSVC10jan.nijtmans2011-07-211-1/+3
|\ \ \ | |/ /
| * | [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
* | | fix for [Bug 3288345]: use _stat32i64 for CYGWIN toojan.nijtmans2011-04-271-0/+3
|\ \ \ | |/ /
* | | [Bug 3288345]: Bring cygwin Tcl_StatBuf a little bit closer to realityjan2011-04-211-3/+9
|\ \ \ | |/ /
| * | [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_StatBufused on MinGW.jan.nijtmans2011-04-211-0/+19
|\ \ \ | |/ /
| * | 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
* | | fix for [Bug 3280043]: win2k: unresolved DLL importsjan.nijtmans2011-04-081-0/+3
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ \ | |/ /
| * | 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
* | | [Bug #3110161]: Extensions using TCHAR don't compile on VS2005 SP1nijtmans2010-11-161-1/+5
* | | * doc/socket.n: Document the changes to the [socket] and rmax2010-09-281-3/+4
* | | Allow all Win2000+ API entries in Tclnijtmans2010-09-141-1/+14
* | | mingw should always link with -ladvapi32nijtmans2010-09-091-29/+20
* | | [Bug 3019634] errno.h and tclWinPort.h have conflicting definitions.nijtmans2010-06-241-92/+115
* | | Unnecessary type casts, See Tcl [Patch #2997087]nijtmans2010-05-111-6/+1
* | | Remove unused @MAN2TCLFLAGS@nijtmans2010-04-281-6/+2
* | | Move inclusion of <tchar.h> from tclPlatDecls.hnijtmans2010-04-151-1/+13
* | | Fix [Patch 2986105]: conditionally defining strcasecmp/strncasecmpnijtmans2010-04-131-27/+27
* | | Revert [2009-12-21] change in tcl.h, in steadnijtmans2010-01-221-3/+1
* | | Fix TCL_LL_MODIFIER for Cygwinnijtmans2010-01-131-13/+17
* | | Various CYGWIN-related fixes. In the win32 configure script, CYGWIN is still ...nijtmans2009-12-211-1/+4
* | | Feature Request 2814786: remove TclpPanicnijtmans2009-07-221-12/+6
|/ /
* | 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