| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | [Bug #3110161]: Extensions using TCHAR don't compile on VS2005 SP1 | nijtmans | 2010-11-16 | 1 | -1/+5 |
|
|
* | | | * doc/socket.n: Document the changes to the [socket] and
| rmax | 2010-09-28 | 1 | -3/+4 |
|
|
* | | | Allow all Win2000+ API entries in Tcl | nijtmans | 2010-09-14 | 1 | -1/+14 |
|
|
* | | | mingw should always link with -ladvapi32 | nijtmans | 2010-09-09 | 1 | -29/+20 |
|
|
* | | | [Bug 3019634] errno.h and tclWinPort.h have conflicting definitions. | nijtmans | 2010-06-24 | 1 | -92/+115 |
|
|
* | | | Unnecessary type casts, See Tcl [Patch #2997087] | nijtmans | 2010-05-11 | 1 | -6/+1 |
|
|
* | | | Remove unused @MAN2TCLFLAGS@ | nijtmans | 2010-04-28 | 1 | -6/+2 |
|
|
* | | | Move inclusion of <tchar.h> from tclPlatDecls.h | nijtmans | 2010-04-15 | 1 | -1/+13 |
|
|
* | | | Fix [Patch 2986105]: conditionally defining strcasecmp/strncasecmp | nijtmans | 2010-04-13 | 1 | -27/+27 |
|
|
* | | | Revert [2009-12-21] change in tcl.h, in stead | nijtmans | 2010-01-22 | 1 | -3/+1 |
|
|
* | | | Fix TCL_LL_MODIFIER for Cygwin | nijtmans | 2010-01-13 | 1 | -13/+17 |
|
|
* | | | Various CYGWIN-related fixes. In the win32 configure script, CYGWIN is still ... | nijtmans | 2009-12-21 | 1 | -1/+4 |
|
|
* | | | Feature Request 2814786: remove TclpPanic | nijtmans | 2009-07-22 | 1 | -12/+6 |
|/ / |
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | * generic/tclCmdMZ.c: Correct [string is (wide)integer] failure | dgp | 2007-10-11 | 1 | -8/+1 |
|
|
* | | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -20/+1 |
|
|
* | | * win/tclWinPort.h: Applied patch #1267871 by Matt Newman for | patthoyts | 2005-11-04 | 1 | -5/+5 |
|
|
* | | Applied patch #1096916 to support building with MSVC 8. | patthoyts | 2005-11-03 | 1 | -1/+12 |
|
|
* | | * tests/env.test (env-6.1): | hobbs | 2005-10-05 | 1 | -2/+3 |
|
|
* | | Implementation of TIP#241 from Joe Mistachkin | dkf | 2005-06-01 | 1 | -1/+8 |
|
|
* | | * generic/tcl.h: Moved the preprocessor logic | davygrvy | 2004-11-03 | 1 | -4/+1 |
|
|
* | | * win/tclWinInt.h: | davygrvy | 2004-11-03 | 1 | -11/+6 |
|
|
* | | * win/tclWinPipe.c: | davygrvy | 2004-05-30 | 1 | -2/+14 |
|
|
* | | Patch 922727 committed. Implements three changes: | dgp | 2004-04-06 | 1 | -26/+1 |
|
|
* | | * win/configure: Regen. | mdejong | 2004-03-05 | 1 | -1/+8 |
|
|
* | | Added Open Watcom strictness about how the char type needs to be | davygrvy | 2003-08-27 | 1 | -1/+4 |
|
|
* | | Added a block for OpenWatcom adjustments that fixes the same issue Mo | davygrvy | 2003-08-27 | 1 | -1/+10 |
|/ |
|
* | * win/tclWinPort.h: Don't turn off winsock prototypes! | davygrvy | 2002-11-27 | 1 | -6/+2 |
|
|
* | * win/tclWinPort.h: | davygrvy | 2002-11-27 | 1 | -1/+9 |
|
|
* | 2002-09-18 Mumit Khan <khan@nanotech.wisc.edu> | hobbs | 2002-09-27 | 1 | -5/+12 |
|
|
* | * generic/tclEnv.c: | davygrvy | 2002-08-28 | 1 | -1/+9 |
|
|
* | * win/tclWinPort.h: The windows headers don't provide socklen_t, | rmax | 2002-08-01 | 1 | -1/+4 |
|
|
* | fs clarification and windows fixes | vincentdarley | 2002-06-12 | 1 | -1/+13 |
|
|
* | D'oh! Accidentally made this file uncompilable. Added some extra | dkf | 2002-05-28 | 1 | -59/+65 |
|
|
* | Better handling of EOVERFLOW on Win32 systems (as EFBIG or EINVAL.) | dkf | 2002-05-27 | 1 | -5/+7 |
|
|
* | TIP#91 implementation; makes old style channels binary compatible with | dkf | 2002-05-24 | 1 | -1/+7 |
|
|
* | Const-ifying declarations of strtoll/strtoull and new compat code. | dkf | 2002-02-22 | 1 | -5/+5 |
|
|
* | TIP#72 implementation. See ChangeLog for details. | dkf | 2002-02-15 | 1 | -1/+12 |
|
|
* | Corrections to earlier TIP 27 changes. | dgp | 2002-01-24 | 1 | -2/+2 |
|
|
* | * win/tclWinChan.c: | hobbs | 2001-10-15 | 1 | -2/+5 |
|
|
* | * win/tclWinPort.h: #include <winsock2.h> needed to get moved | davygrvy | 2001-10-10 | 1 | -2/+3 |
|
|
* | changed winsock.h include to winsock2.h | hobbs | 2001-09-20 | 1 | -2/+2 |
|
|
* | changed EDQUOT #define from 49 to 69. Borland had a clash as it | davygrvy | 2001-09-06 | 1 | -2/+2 |
|
|
* | * win/tclWinPort.c: More Borland compatibility fixes. | davygrvy | 2001-09-06 | 1 | -16/+25 |
|
|
* | filesystem | vincentdarley | 2001-08-30 | 1 | -2/+1 |
|
|
* | * generic/tclPlatDecls.h: | mdejong | 2001-08-02 | 1 | -1/+18 |
|
|
* | * generic/tclPlatDecls.h: Define TCHAR by including | mdejong | 2001-07-19 | 1 | -18/+1 |
|
|
* | * win/tclWinPort.h: Add Cygwin specific defines for environ | mdejong | 2001-07-17 | 1 | -1/+8 |
|
|
* | * win/tclWinConsole.c: | mdejong | 2001-07-16 | 1 | -3/+1 |
|
|
* | * generic/tclInt.decls: | dgp | 2001-06-17 | 1 | -1/+7 |
|
|