summaryrefslogtreecommitdiffstats
path: root/win/tclWinPort.h
Commit message (Expand)AuthorAgeFilesLines
* [Bug 3288345] Wrong Tcl_StatBuf used on Cygwinjan.nijtmans2012-03-201-36/+3
* DWORD_PTR typedef after <windows.h>jan.nijtmans2012-03-071-6/+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
* [Bug-3474726] minGW Tcl_StatBuf not defined correctly in tcl.hjan.nijtmans2012-01-191-8/+2
* 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
* [Bug 3388350] mingw64 compiler warnings. jan.nijtmans2011-08-151-1/+1
* [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-151-1/+1
* 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
* 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-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
* * win/tclWinPort.h: Don't turn off winsock prototypes!davygrvy2002-11-271-6/+2
* * win/tclWinPort.h:davygrvy2002-11-271-1/+9
* 2002-09-18 Mumit Khan <khan@nanotech.wisc.edu>hobbs2002-09-271-5/+12
* * generic/tclEnv.c:davygrvy2002-08-281-1/+9
* * win/tclWinPort.h: The windows headers don't provide socklen_t,rmax2002-08-011-1/+4
* fs clarification and windows fixesvincentdarley2002-06-121-1/+13
* D'oh! Accidentally made this file uncompilable. Added some extradkf2002-05-281-59/+65
* Better handling of EOVERFLOW on Win32 systems (as EFBIG or EINVAL.)dkf2002-05-271-5/+7
* TIP#91 implementation; makes old style channels binary compatible withdkf2002-05-241-1/+7
* Const-ifying declarations of strtoll/strtoull and new compat code.dkf2002-02-221-5/+5
* TIP#72 implementation. See ChangeLog for details.dkf2002-02-151-1/+12
* Corrections to earlier TIP 27 changes.dgp2002-01-241-2/+2
* * win/tclWinChan.c:hobbs2001-10-151-2/+5
* * win/tclWinPort.h: #include <winsock2.h> needed to get moveddavygrvy2001-10-101-2/+3
* changed winsock.h include to winsock2.hhobbs2001-09-201-2/+2
* changed EDQUOT #define from 49 to 69. Borland had a clash as itdavygrvy2001-09-061-2/+2
* * win/tclWinPort.c: More Borland compatibility fixes.davygrvy2001-09-061-16/+25
* filesystemvincentdarley2001-08-301-2/+1
* * generic/tclPlatDecls.h:mdejong2001-08-021-1/+18
* * generic/tclPlatDecls.h: Define TCHAR by includingmdejong2001-07-191-18/+1
* * win/tclWinPort.h: Add Cygwin specific defines for environmdejong2001-07-171-1/+8
* * win/tclWinConsole.c:mdejong2001-07-161-3/+1
* * generic/tclInt.decls:dgp2001-06-171-1/+7
* 2000-11-16 Andreas Kupries <a.kupries@westend.com>andreas_kupries2000-11-161-2/+2
* * generic/tclInt.decls:hobbs2000-03-311-3/+6
* * win/tclWinTest.c: added testvolumetype command, as atime ishobbs1999-10-291-1/+2
* * Changed version to 8.2b2.redman1999-07-221-1/+10
* Improved socket driver, use WSAEventSelect on NTredman1999-04-221-2/+2
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-150/+221
* Merged stubs changes into mainline for 8.0stanton1999-03-101-42/+5
* merged tcl8.0.4 changes to fix Windows memory allocationstanton1998-09-301-6/+7
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
* EXPORT is now TCL_STORAGE_CLASSescoffon1998-08-041-4/+4
* - added setting of EXPORT to DLLEXPORT if we are building Tclescoffon1998-07-291-0/+9