| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate all usage of WIN32 and __WIN32__ macros: Some compilers (e.g. Clang... | jan.nijtmans | 2014-02-10 | 1 | -2/+2 |
|
|
* | Starting with Windows 8 DSK, GetVersionExA is deprecated | jan.nijtmans | 2013-11-20 | 1 | -3/+3 |
|\ |
|
| * | Starting with Windows 8 DSK, GetVersionExA is deprecated | jan.nijtmans | 2013-11-20 | 1 | -3/+3 |
|
|
* | | Fix compilation with latest MinGW-w64 version 3.0: Conflict on EXCEPTION_REGI... | jan.nijtmans | 2013-10-02 | 1 | -23/+6 |
|\ \
| |/ |
|
| * | Fix compilation with latest MinGW-w64 version 3.0: Conflict on EXCEPTION_REGI... | jan.nijtmans | 2013-10-02 | 1 | -29/+12 |
|
|
* | | Eliminate a lot of dead code (for Windows 95/98/ME only). | jan.nijtmans | 2013-06-19 | 1 | -22/+6 |
|
|
* | | Remove tclWinProcs, as it is no longer being used | jan.nijtmans | 2011-10-05 | 1 | -80/+0 |
|
|
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -6/+6 |
|
|
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | 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-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 |
|
|
| | * | Fix missing comma in last commit | andreas_kupries | 2010-11-08 | 1 | -2/+2 |
|
|
| | * | Backported from 8.6 (see 2010-08-04). | andreas_kupries | 2010-11-03 | 1 | -3/+3 |
|
|
| | * | * generic/tclIOUtil.c: Cleaned up some code flagged by a | dgp | 2006-10-17 | 1 | -4/+4 |
|
|
| | * | backport of some file readable/writable fixes from HEAD | vincentdarley | 2006-03-10 | 1 | -1/+42 |
|
|
| | * | * win/tclWin32Dll.c: Backported Anton Kovalenko's patch #1256872 | patthoyts | 2005-11-03 | 1 | -1/+5 |
|
|
| | * | Correct crash in stack.test on gcc/win32 | Kevin B Kenny | 2005-06-06 | 1 | -298/+242 |
|
|
| | * | * win/tclWin32Dll.c (TclWinCPUID): need _asm for WIN64 (Itanium), | hobbs | 2004-09-01 | 1 | -3/+3 |
|
|
| | * | backport of recent fs fixes from cvs head | vincentdarley | 2004-07-02 | 1 | -1/+9 |
|
|
| | * | * win/tclWin32Dll.c (DllMain, _except_dllmain_detach_handler, | mdejong | 2004-06-21 | 1 | -23/+120 |
|
|
| | * | * generic/tcl.h: Corrected Tcl_WideInt declarations so that the mingw
| Kevin B Kenny | 2004-06-05 | 1 | -1/+150 |
|
|
| | * | * win/tclWin32Dll.c: Structured Exception Handling added around | davygrvy | 2004-05-06 | 1 | -3/+82 |
|
|
| | * | filesystem fixes backported | vincentdarley | 2003-04-14 | 1 | -3/+190 |
|
|
| * | | handle --enable-64bit=ia64 for gcc. BACKPORT. | nijtmans | 2011-01-17 | 1 | -6/+44 |
|
|
| * | | fix gcc warnings: unused variable 'registration' | nijtmans | 2010-11-19 | 1 | -3/+3 |
|
|
| * | | * win/tclWin32Dll.c: #ifdef protections to permit builds with | dgp | 2010-09-08 | 1 | -3/+7 |
|
|
| * | | * win/tclWin32Dll.c (asciiProcs, unicodeProcs): | hobbs | 2010-08-04 | 1 | -3/+3 |
|
|
| * | | Handle the GetUserName API call appropriately for wide/narrow versions. [Bug ... | patthoyts | 2009-07-01 | 1 | -3/+5 |
|
|
* | | | VS 2005 64-bit does not have intrin.h, and does not need it. | nijtmans | 2011-01-12 | 1 | -2/+2 |
|
|
* | | | [Patch 3059922]: fixes for mingw64 - gcc4.5.1 tdm64-1: completed for all envi... | nijtmans | 2010-12-21 | 1 | -3/+18 |
|
|
* | | | [Patch 3124554]: fixes for mingw64 - gcc4.5.1 tdm64-1: | nijtmans | 2010-12-19 | 1 | -5/+36 |
|
|
* | | | fix gcc warnings: unused variable 'registration' | nijtmans | 2010-11-19 | 1 | -2/+2 |
|
|
* | | | [FRQ 491789]: "setargv() doesn't support a unicode cmdline" implemented for T... | nijtmans | 2010-11-04 | 1 | -3/+3 |
|
|
* | | | Eliminate many tclWinProcs-> indirect calls, which are no longer needed. | nijtmans | 2010-10-12 | 1 | -11/+11 |
|
|
* | | | Allow all Win2000+ API entries in Tcl | nijtmans | 2010-09-14 | 1 | -109/+55 |
|
|
* | | | Partly revert yesterday's change, to make it work on VC++ 6.0 again. | nijtmans | 2010-09-10 | 1 | -22/+74 |
|
|
* | | | mingw should always link with -ladvapi32 | nijtmans | 2010-09-09 | 1 | -230/+29 |
|
|
* | | | * win/tclWin32Dll.c (TclWinInit): hard-enforce Windows 9x as an | hobbs | 2010-08-04 | 1 | -7/+10 |
|
|
* | | | * win/tclWin32Dll.c (asciiProcs, unicodeProcs): | hobbs | 2010-08-04 | 1 | -3/+3 |
|
|
* | | | Remove unnecessary '&' decoration for function | nijtmans | 2010-03-11 | 1 | -3/+1 |
|
|
* | | | test that tclOO stubs are present in stub library | nijtmans | 2010-03-07 | 1 | -26/+26 |
|
|
* | | | reverted earlier rename from tcl*Stubs to | nijtmans | 2010-02-15 | 1 | -34/+88 |
|
|
* | | | eliminate TclWinResetInterfaceEncodings, because | nijtmans | 2009-08-02 | 1 | -14/+14 |
|
|
* | | | Handle the GetUserName API call appropriately for wide/narrow versions. [Bug ... | patthoyts | 2009-07-01 | 1 | -3/+5 |
|
|
* | | | Style improvements - invoking callbacks without visual junk. | dkf | 2008-10-26 | 1 | -3/+3 |
|
|
* | | | * doc/Exit.3: do not call Tcl_Finalize implicitly | hobbs | 2008-08-01 | 1 | -103/+4 |
|
|
* | | | NRE implementation [Patch 2017110] | Miguel Sofer | 2008-07-13 | 1 | -83/+1 |
|
|
* | | | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -111/+108 |
|/ / |
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | Prefer UINT_PTR to DWORD_PTR when casting pointers to integer types for great... | patthoyts | 2007-11-15 | 1 | -6/+6 |
|
|