| Commit message (Expand) | Author | Age | Files | Lines |
* | Better place to put vsnprintf switch, so it is usable by all *.c files. | jan.nijtmans | 2013-06-18 | 1 | -6/+0 |
|
|
* | MSVC 6.0 does not have the %I modifier | jan.nijtmans | 2012-07-08 | 1 | -0/+6 |
|\ |
|
| * | add TCL_I_MODIFIER and use it in the correct places | jan.nijtmans | 2012-07-08 | 1 | -0/+6 |
|
|
* | | Remove tclWinProcs, as it is no longer being used | jan.nijtmans | 2011-10-05 | 1 | -86/+0 |
|
|
* | | MSVC 6 does not have the %I modifier in sprintf | jan.nijtmans | 2011-03-07 | 1 | -0/+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 |
|
|
| | * | Backported from 8.6 (see 2010-08-04). | andreas_kupries | 2010-11-03 | 1 | -2/+2 |
|
|
| | * | backport of some file readable/writable fixes from HEAD | vincentdarley | 2006-03-10 | 1 | -1/+27 |
|
|
| | * | * win/tclWin32Dll.c: Backported Anton Kovalenko's patch #1256872 | patthoyts | 2005-11-03 | 1 | -1/+15 |
|
|
| | * | * win/tclWin32Dll.c (TclpCheckStackSpace):
| Kevin B Kenny | 2004-05-03 | 1 | -2/+2 |
|
|
| | * | define WIN32_CE platform info | hobbs | 2004-03-21 | 1 | -1/+5 |
|
|
| | * | filesystem fixes backported | vincentdarley | 2003-04-14 | 1 | -2/+7 |
|
|
| * | | * win/tclWin32Dll.c (asciiProcs, unicodeProcs): | hobbs | 2010-08-04 | 1 | -2/+2 |
|
|
| * | | Handle the GetUserName API call appropriately for wide/narrow versions. [Bug ... | patthoyts | 2009-07-01 | 1 | -1/+2 |
|
|
* | | | Eliminate many tclWinProcs-> indirect calls, which are no longer needed. | nijtmans | 2010-10-12 | 1 | -2/+2 |
|
|
* | | | mingw should always link with -ladvapi32 | nijtmans | 2010-09-09 | 1 | -5/+3 |
|
|
* | | | * win/tclWin32Dll.c (asciiProcs, unicodeProcs): | hobbs | 2010-08-04 | 1 | -2/+2 |
|
|
* | | | test that tclOO stubs are present in stub library | nijtmans | 2010-03-07 | 1 | -12/+12 |
|
|
* | | | reverted earlier rename from tcl*Stubs to | nijtmans | 2010-02-15 | 1 | -58/+26 |
|
|
* | | | Follow-up to [2010-01-29] commit: | nijtmans | 2010-02-05 | 1 | -2/+2 |
|
|
* | | | eliminate TclWinResetInterfaceEncodings, because | nijtmans | 2009-08-02 | 1 | -19/+18 |
|
|
* | | | Handle the GetUserName API call appropriately for wide/narrow versions. [Bug ... | patthoyts | 2009-07-01 | 1 | -1/+2 |
|
|
* | | | More elimination of pre-C89-isms. | dkf | 2008-05-02 | 1 | -35/+35 |
|/ / |
|
* | | * win/tclWin32Dll.c: Applied patch #1256872 to provide unicode | patthoyts | 2005-11-03 | 1 | -1/+18 |
|
|
* | | * win/tclWinInt.h: | davygrvy | 2004-11-03 | 1 | -33/+25 |
|
|
* | | Second part of fix for Bug 926106 | Kevin B Kenny | 2004-11-01 | 1 | -2/+2 |
|
|
* | | * win/tclWin32Dll.c (TclpCheckStackSpace):
| Kevin B Kenny | 2004-05-03 | 1 | -2/+2 |
|
|
* | | Patch 922727 committed. Implements three changes: | dgp | 2004-04-06 | 1 | -12/+15 |
|
|
* | | filesystem optimisation -- Three main issues accomplished: (1) cleaned up var... | vincentdarley | 2004-01-21 | 1 | -1/+2 |
|
|
* | | filesystem bug fixes | vincentdarley | 2003-10-13 | 1 | -1/+26 |
|
|
* | | * win/tclWinInt.h (VER_PLATFORM_WIN32_CE): conditionally define. | hobbs | 2003-04-18 | 1 | -1/+5 |
|
|
* | | fix 5 small filesystem bugs, and some typos | vincentdarley | 2003-04-11 | 1 | -2/+7 |
|/ |
|
* | finalization and test fixes | vincentdarley | 2003-02-04 | 1 | -2/+3 |
|
|
* | WinTcl crash on exit fix | vincentdarley | 2003-01-10 | 1 | -1/+2 |
|
|
* | non-ascii chars in file mtime fix | vincentdarley | 2003-01-09 | 1 | -1/+4 |
|
|
* | comments added | vincentdarley | 2002-10-29 | 1 | -1/+8 |
|
|
* | vfs, winfs testsuite | vincentdarley | 2002-06-13 | 1 | -1/+3 |
|
|
* | fs clarification and windows fixes | vincentdarley | 2002-06-12 | 1 | -2/+10 |
|
|
* | * generic/tclAlloc.c: | hobbs | 2002-04-23 | 1 | -1/+8 |
|
|
* | win/tclWinInt.h: moved undef of TCL_STORAGE_CLASS. [Bug #478579] | hobbs | 2002-03-22 | 1 | -3/+3 |
|
|
* | win fs fixes | vincentdarley | 2001-10-29 | 1 | -1/+4 |
|
|
* | * generic/tclInt.decls: Also added 'TclWinFlushDirtyChannels' to | andreas_kupries | 2001-09-10 | 1 | -3/+1 |
|
|
* | * All the changes below serve to fix bug [219148] which reports a | andreas_kupries | 2001-09-07 | 1 | -1/+3 |
|
|
* | Removed tclWinTCharEncoding (static variable in win/tclWin32Dll.c) | dkf | 2001-03-26 | 1 | -2/+1 |
|
|
* | Move functions declarations out of win/tclWinInt.h that are now in | redman | 1999-08-03 | 1 | -4/+1 |
|
|
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -6/+62 |
|
|
* | Merged stubs changes into mainline for 8.0 | stanton | 1999-03-10 | 1 | -4/+14 |
|
|
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
|
|