summaryrefslogtreecommitdiffstats
path: root/win/tclWinPort.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Patch 922727 committed. Implements three changes:dgp2004-04-061-26/+1
* | * win/configure: Regen.mdejong2004-03-051-1/+8
* | Added Open Watcom strictness about how the char type needs to bedavygrvy2003-08-271-1/+4
* | Added a block for OpenWatcom adjustments that fixes the same issue Modavygrvy2003-08-271-1/+10
|/
* * 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