| Commit message (Expand) | Author | Age | Files | Lines |
* | mingw64 compiler warnings. Reverse the detection of struct _stat32i64,
| jan.nijtmans | 2011-08-15 | 1 | -1/+1 |
|\ |
|
| * | [Bug 3388350] mingw64 compiler warnings.
| jan.nijtmans | 2011-08-15 | 1 | -1/+1 |
|
|
* | | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-15 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-15 | 1 | -1/+1 |
|
|
* | | [Bug 3372130] Fix hypot math function with MSVC10 | jan.nijtmans | 2011-07-21 | 1 | -1/+3 |
|\ \
| |/ |
|
| * | oops, leftover end comment | jan.nijtmans | 2011-07-21 | 1 | -1/+1 |
|
|
| * | [Bug 3372130] Fix hypot math function with MSVC10 | jan.nijtmans | 2011-07-21 | 1 | -1/+3 |
|
|
* | | [Bug 3288345]: Bring cygwin Tcl_StatBuf a little closer to reality | jan | 2011-04-21 | 1 | -3/+9 |
|\ \
| |/ |
|
| * | [Bug 3288345]: Bring cygwin Tcl_StatBuf a little closer to reality | jan | 2011-04-21 | 1 | -3/+9 |
|
|
* | | fix for [Bug 3288345]: Wrong Tcl_StatBuf used on MinGW. | jan.nijtmans | 2011-04-21 | 1 | -0/+19 |
|\ \
| |/ |
|
| * | fix for [Bug 3288345]: Wrong Tcl_StatBufused on MinGW. | jan.nijtmans | 2011-04-21 | 1 | -0/+19 |
|
|
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| * | * win/tclWinPipe.c: Applied patch #1267871 by Matt Newman which | patthoyts | 2005-11-04 | 1 | -5/+5 |
|
|
| * | * win/tclWinPort.h: define USE_PUTENV_FOR_UNSET 1 | hobbs | 2005-10-05 | 1 | -2/+3 |
|
|
* | | [Bug 2991415]: tclport.h #included before limits.h | nijtmans | 2010-05-25 | 1 | -8/+2 |
|
|
* | | Fix [Patch 2986105]: conditionally defining strcasecmp/strncasecmp | nijtmans | 2010-04-19 | 1 | -20/+24 |
|
|
* | | Various CYGWIN-related fixes | nijtmans | 2010-01-31 | 1 | -20/+25 |
|
|
* | | 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 |
|
|