| Commit message (Expand) | Author | Age | Files | Lines |
* | Slight tweak to previous commit: Move definition of __USE_MINGW_ANSI_STDIO to... | jan.nijtmans | 2020-10-29 | 1 | -4/+0 |
|
|
* | (cherry-pick): Fix [c975939973]: Usage of gnu_printf in latest mingw-w64. | jan.nijtmans | 2020-10-22 | 1 | -0/+4 |
|
|
* | (cherry-pick): Fix [014ade1d44]: Misleading error message when using "-path" ... | jan.nijtmans | 2020-10-09 | 1 | -3/+3 |
|
|
* | Update .travis.yml: remove deprecated "sudo" and rename "matrix" to "jobs" | jan.nijtmans | 2020-08-12 | 1 | -1/+3 |
|
|
* | Only use OPTS=msvcrt in combination with "static", otherwise it's a NOOP. Di... | jan.nijtmans | 2019-12-16 | 1 | -0/+1 |
|
|
* | On win32, include <inttypes.h> if available, just as on UNIX. | jan.nijtmans | 2019-11-11 | 1 | -5/+11 |
|
|
* | Don't let Tcl depend on USE_32BIT_TIME_T any more: If your compiler supports ... | jan.nijtmans | 2019-09-06 | 1 | -5/+1 |
|
|
* | little tweaks, makeing it possible to use either _USE_64BIT_TIME_T or __MINGW... | jan.nijtmans | 2019-07-10 | 1 | -10/+7 |
|
|
* | win/x86: compat fix, 64-bit time_t for 32-build is optional now (via configur... | sebres | 2019-07-10 | 1 | -4/+6 |
|
|
* | fixes [4718b41c56] for windows x86 (mingw / MSVC versions with CRT supporting... | sebres | 2019-07-08 | 1 | -3/+8 |
|
|
* | squelch some warnings on higher Visual Studio versions: we are not going to b... | jan.nijtmans | 2018-10-29 | 1 | -0/+2 |
|
|
* | Unbreak build when HAVE_FTS is not set.
| jan.nijtmans | 2018-05-14 | 1 | -0/+3 |
|
|
* | Fix [59a2e78e54d3361c33b8cd6eef55d384d8abecd7|59a2e78e54] : tclWinTime.c does... | jan.nijtmans | 2014-10-08 | 1 | -4/+4 |
|
|
* | Upgrade from Winsock 1.1 to Winsock 2.2, which is always available on Win2000... | jan.nijtmans | 2014-04-16 | 1 | -9/+0 |
|
|
* | Don't use deprecated stricmp/strnicmp any more, but underscored variant for n... | jan.nijtmans | 2013-06-14 | 1 | -5/+3 |
|
|
* | Silence various warnings when doing a 64-bit build with MSVC: Those warnings ... | jan.nijtmans | 2013-06-12 | 1 | -4/+6 |
|
|
* | Improve compatibility detection for <time.h> and <sys/stat.h>: | jan.nijtmans | 2013-06-11 | 1 | -2/+1 |
|
|
* | Remove wrapper macro for ntohs(): unnecessary, because it doesn't require an ... | jan.nijtmans | 2012-08-20 | 1 | -1/+0 |
|
|
* | Reference to correct Bug #number | jan.nijtmans | 2012-08-06 | 1 | -1/+1 |
|\ |
|
* \ | [Bug 3511806] Compiler checks too early | jan.nijtmans | 2012-03-30 | 1 | -6/+1 |
|\ \
| |/ |
|
| * | [Bug 3288345] Wrong Tcl_StatBuf used on Cygwin | jan.nijtmans | 2012-03-20 | 1 | -36/+3 |
|
|
* | | x | jan.nijtmans | 2012-03-15 | 1 | -46/+9 |
|
|
* | | DWORD_PTR typedef after <windows.h> | jan.nijtmans | 2012-03-07 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | DWORD_PTR typedef after <windows.h> | jan.nijtmans | 2012-03-07 | 1 | -6/+6 |
|
|
* | | Compatibility with older Visual Studio versions | jan.nijtmans | 2012-03-06 | 1 | -0/+6 |
|\ \
| |/ |
|
| * | Compatibility with older Visual Studio versions | jan.nijtmans | 2012-03-06 | 1 | -0/+6 |
|
|
* | | mingw doesn't have LABEL_SECURITY_INFORMATION definition | jan.nijtmans | 2012-02-03 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | mingw doesn't have LABEL_SECURITY_INFORMATION definition | jan.nijtmans | 2012-02-03 | 1 | -0/+4 |
|
|
* | | Bug-3474726 minGW Tcl_StatBuf not defined correctly in tcl.h | jan.nijtmans | 2012-01-21 | 1 | -8/+2 |
|\ \
| |/ |
|
| * | [Bug-3474726] minGW Tcl_StatBuf not defined correctly in tcl.h | jan.nijtmans | 2012-01-19 | 1 | -8/+2 |
|
|
* | | [Bug 2935503] Windows: file mtime sets wrong time (VS2005+ only) | jan.nijtmans | 2011-11-22 | 1 | -0/+5 |
|\ \
| |/ |
|
* | | [Bug 3407070] tclPosixStr.c won't build with EOVERFLOW==E2BIG | jan.nijtmans | 2011-09-12 | 1 | -116/+82 |
|\ \
| |/ |
|
| * | Make compilable in Visual Studio again | jan.nijtmans | 2011-09-12 | 1 | -0/+7 |
|
|
| * | [Bug 3407070] tclPosixStr.c won't build with EOVERFLOW==E2BIG | jan.nijtmans | 2011-09-12 | 1 | -116/+75 |
|
|
* | | 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 |
|
|