| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | * win/tclWinFile.c (TclpObjNormalizePath): Corrected Tcl_Obj leak. | dgp | 2009-03-18 | 1 | -2/+11 |
|
|
| * | | * win/tclWinFile.c: (WinSymLinkDirectory): Fixed a problem that | Kevin B Kenny | 2008-04-05 | 1 | -17/+17 |
|
|
* | | | Fix various gcc-4.5.2 64-bit warning messages, | nijtmans | 2011-01-25 | 1 | -3/+3 |
|
|
* | | | Use _vsnprintf in stead of vsnprintf, because MSVC 6 doesn't have it. Reporte... | nijtmans | 2011-01-12 | 1 | -2/+2 |
|
|
* | | | [Patch 3124554]: Move WishPanic from Tk to Tcl | nijtmans | 2010-12-16 | 1 | -14/+12 |
|
|
* | | | Restore abort() in Tcl_Panic() as it was before. | nijtmans | 2010-12-15 | 1 | -2/+9 |
|
|
* | | | Use gcc's __builtin_trap(), when available, to enter the debugger after a panic. | nijtmans | 2010-12-13 | 1 | -4/+49 |
|
|
* | | | [FRQ 2965056]: Windows build with -DUNICODE | nijtmans | 2010-11-03 | 1 | -7/+9 |
|
|
* | | | Eliminate many tclWinProcs-> indirect calls, which are no longer needed. | nijtmans | 2010-10-12 | 1 | -111/+72 |
|
|
* | | | [FRQ 2965056]: Windows build with -DUNICODE | nijtmans | 2010-10-11 | 1 | -83/+53 |
|
|
* | | | Fix declaration after statement. | nijtmans | 2010-09-21 | 1 | -2/+3 |
|
|
* | | | Eliminate tclWinProcs->useWide everywhere, since the value is always "1" on p...dogeen_assembler_split | nijtmans | 2010-09-20 | 1 | -102/+24 |
|
|
* | | | Oops, didn't mean to check in this file. | nijtmans | 2010-09-18 | 1 | -15/+7 |
|
|
* | | | [Bug 3069278]: breakage on head Windows triggered | nijtmans | 2010-09-18 | 1 | -8/+14 |
|
|
* | | | * win/tclWinFile.c: remove define of FINDEX_INFO_LEVELS as all | hobbs | 2010-09-16 | 1 | -23/+1 |
|
|
* | | | [Freq 2965056]: Windows build with -DUNICODE | nijtmans | 2010-08-30 | 1 | -7/+7 |
|
|
* | | | Move TCHAR fallback typedef from tcl.h to tclPlatDecls.h (as suggested by dgp) | nijtmans | 2010-04-22 | 1 | -30/+30 |
|
|
* | | | Fix [Patch 2986105]: conditionally defining strcasecmp/strncasecmp | nijtmans | 2010-04-13 | 1 | -4/+4 |
|
|
* | | | test that tclOO stubs are present in stub library | nijtmans | 2010-03-07 | 1 | -16/+12 |
|
|
* | | | Eliminate all internal Tcl_WinUtfToTChar | nijtmans | 2010-02-15 | 1 | -10/+10 |
|
|
* | | | reverted earlier rename from tcl*Stubs to | nijtmans | 2010-02-15 | 1 | -6/+6 |
|
|
* | | | Fix TCL_LL_MODIFIER for Cygwin | nijtmans | 2010-01-13 | 1 | -3/+3 |
|
|
* | | | Various CYGWIN-related fixes. In the win32 configure script, CYGWIN is still ... | nijtmans | 2009-12-21 | 1 | -9/+9 |
|
|
* | | | Fix gcc warning: ignoring return value of ‘write’, | nijtmans | 2009-12-16 | 1 | -3/+3 |
|
|
* | | | [Bug 2893771] Teach [file stat] to handle locked files. | patthoyts | 2009-11-24 | 1 | -12/+34 |
|
|
* | | | * win/tclWinFile.c (TclpObjNormalizePath): Corrected Tcl_Obj leak. | dgp | 2009-03-18 | 1 | -2/+12 |
|
|
* | | | Style improvements - invoking callbacks without visual junk. | dkf | 2008-10-26 | 1 | -57/+59 |
|
|
* | | | * win/tclWinFile.c: (WinSymLinkDirectory): Fixed a problem that | Kevin B Kenny | 2008-04-05 | 1 | -17/+17 |
|/ / |
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | * generic/tclBasic.c: Removed dead code, including the | dgp | 2007-06-28 | 1 | -79/+1 |
|
|
* | | More type-pun warning squelches | dkf | 2007-05-05 | 1 | -224/+231 |
|
|
* | | Eliminate use of (VOID*) casts when calling memset or memcpy. | dkf | 2007-04-17 | 1 | -3/+3 |
|
|
* | | Bug #1479814. Handle extended paths on Windows NT and above. | patthoyts | 2007-02-20 | 1 | -1/+8 |
|
|
* | | win/tclWinFile.c: alfredd supplied patch to fix Bug 1575837 | coldstore | 2006-10-13 | 1 | -4/+4 |
|
|
* | | win/tclWinFile.c: corrected erroneous attempt to protect against NULL return ... | coldstore | 2006-10-13 | 1 | -5/+9 |
|
|
* | | Handle possible missing define | patthoyts | 2006-10-01 | 1 | -4/+7 |
|
|
* | | bug #1420432 - file mtime fails for directories on windows | patthoyts | 2006-10-01 | 1 | -4/+14 |
|
|
* | | fixed [ 1548263 ] NULL return from Tcl_FSGetNormalizedPath segv | coldstore | 2006-08-29 | 1 | -6/+10 |
|
|
* | | 90% fix of file writable issues on Windows | vincentdarley | 2006-03-14 | 1 | -3/+3 |
|
|
* | | remove previous patch for 'file writable' | vincentdarley | 2006-03-10 | 1 | -163/+31 |
|
|
* | | fix to file writable in certain XP directories | vincentdarley | 2006-03-09 | 1 | -2/+153 |
|
|
* | | fix to sharing violation | vincentdarley | 2006-01-12 | 1 | -2/+3 |
|
|
* | | Export stubs for libtommath; fix mingw compiler warnings | Kevin B Kenny | 2005-12-13 | 1 | -6/+7 |
|
|
* | | ANSIfy | dkf | 2005-11-04 | 1 | -3/+3 |
|
|
* | | Convert to using ANSI decls/definitions and using the (ANSI) assumption that ... | dkf | 2005-10-31 | 1 | -150/+171 |
|
|
* | | fix to glob memory leak and file stat ino/nlink on windows | vincentdarley | 2005-10-23 | 1 | -136/+145 |
|
|
* | | allow NULL interp in Tcl_FSMatchInDirectory | vincentdarley | 2005-08-31 | 1 | -5/+7 |
|
|
* | | Getting more systematic about style | dkf | 2005-07-24 | 1 | -1017/+1327 |
|
|
* | | * win/tclWinFile.c: Potential buffer overflow. [Bug 1225571] | dgp | 2005-06-22 | 1 | -3/+3 |
|
|
* | | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -1/+1 |
|
|