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-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
* Renamed 'TclWinStat(...)' to 'TclpStat(...)' & 'TclWinAccess(...)' tosuresh1998-05-281-5/+3
* Initial revisionrjohnson1998-03-261-0/+399