| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | | 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 |
|
|
* | | * generic/tclBasic.c: | Miguel Sofer | 2007-11-10 | 1 | -3/+3 |
|
|
* | | minor code cleanup in TclpGetCStackParams; hoist a couple of structs from TSD... | Kevin B Kenny | 2007-11-10 | 1 | -15/+11 |
|
|
* | | 2007-11-10 Kevin Kenny <kennykb@acm.org> | Kevin B Kenny | 2007-11-10 | 1 | -158/+40 |
|
|
* | | * generic/tclBasic.c: | Miguel Sofer | 2007-11-10 | 1 | -6/+90 |
|
|
* | | ANSIfy | dkf | 2005-11-04 | 1 | -118/+119 |
|
|
* | | * win/tclWin32Dll.c: Applied patch #1256872 to provide unicode | patthoyts | 2005-11-03 | 1 | -3/+13 |
|
|
* | | Getting more systematic about style | dkf | 2005-07-24 | 1 | -584/+636 |
|
|
* | | Correct crash in stack.test on gcc/win32; fix compile errors in tclObj.c on h... | Kevin B Kenny | 2005-06-06 | 1 | -13/+2 |
|
|
* | | restore MSVC buildability of tclWin32Dll.c | Kevin B Kenny | 2005-05-16 | 1 | -1/+7 |
|
|
* | | * generic/tclInt.decls: | das | 2005-05-14 | 1 | -24/+1 |
|
|
* | | further rework of SEH | Kevin B Kenny | 2005-05-13 | 1 | -169/+182 |
|
|
* | | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -448/+387 |
|
|
* | | Second part of fix for Bug 926106 | Kevin B Kenny | 2004-11-01 | 1 | -3/+3 |
|
|
* | | * win/tclWin32Dll.c (TclWinCPUID): need _asm for WIN64 (Itanium), | hobbs | 2004-09-01 | 1 | -3/+3 |
|
|
* | | fix to compilation error with VC++ 5.2 | vincentdarley | 2004-06-29 | 1 | -2/+10 |
|
|
* | | * 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 |
|
|
* | | (DllMain): Added DisableThreadLibraryCalls() for the DLL_PROCESS_ATTACH | davygrvy | 2004-04-24 | 1 | -1/+2 |
|
|
* | | Removed my mistake of adding an exit handler to TclWinInit. | davygrvy | 2004-04-23 | 1 | -30/+1 |
|
|
* | | Added an exit handler in tclWinInit() so tclWinTCharEncoding could be freed | davygrvy | 2004-04-20 | 1 | -1/+30 |
|
|
* | | filesystem optimisation -- Three main issues accomplished: (1) cleaned up var... | vincentdarley | 2004-01-21 | 1 | -1/+6 |
|
|
* | | * win/tclWin32Dll.c (DllMain): Add HAVE_NO_SEH | mdejong | 2003-12-26 | 1 | -1/+69 |
|
|
* | | All uses of 'panic' (the macro) changed | davygrvy | 2003-12-24 | 1 | -5/+5 |
|
|
* | | Structured Exception Handling added around Tcl_Finalize called from | davygrvy | 2003-12-21 | 1 | -3/+14 |
|
|
* | | filesystem bug fixes | vincentdarley | 2003-10-13 | 1 | -1/+36 |
|
|
* | | Symbols which are visible outside a single compilation unit must have | dkf | 2003-09-29 | 1 | -4/+4 |
|
|
* | | filesystem fixes -- see ChangeLog | vincentdarley | 2003-06-23 | 1 | -7/+15 |
|
|
* | | fix 5 small filesystem bugs, and some typos | vincentdarley | 2003-04-11 | 1 | -3/+190 |
|/ |
|
* | finalization and test fixes | vincentdarley | 2003-02-04 | 1 | -4/+29 |
|
|