| Commit message (Expand) | Author | Age | Files | Lines |
* | merge core-8-4-branch | jan.nijtmans | 2012-04-11 | 1 | -3/+3 |
|\ |
|
| * | tclStubInit.c: move up #undef, so it is clear that this | jan.nijtmans | 2012-04-04 | 1 | -3/+3 |
|
|
* | | tclpGetPid signature change (stub entry only, not for macro), | jan.nijtmans | 2012-04-06 | 1 | -0/+0 |
|/ |
|
* | [Bug 3288345] Wrong Tcl_StatBuf used on Cygwin | jan.nijtmans | 2012-03-20 | 1 | -60/+0 |
|
|
* | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2012-03-12 | 1 | -2/+2 |
|
|
* | 2974459,2879351,1951574,1852572,1661378,1613456 Revisions to the NativeAccess() | dgp | 2012-02-02 | 1 | -24/+46 |
|\ |
|
| * | merge to bugfix branch | dgp | 2012-01-24 | 1 | -4/+0 |
| |\ |
|
| * | | Contributed patch aiming to fix [file writable] problems on Windows & Samba. | dgp | 2012-01-11 | 1 | -20/+45 |
| |/ |
|
| * | [Bug 2935503] Windows: file mtime sets wrong time (VS2005+ only) | jan.nijtmans | 2011-11-22 | 1 | -3/+0 |
| |\
| |/
|/| |
|
| * | [Bug 2935503] Incorrect mode field returned by file stat command | jan.nijtmans | 2011-10-11 | 1 | -3/+3 |
| |\ |
|
| * | | Oops, tclWinFile.c was not supposed to be checked in | jan.nijtmans | 2011-08-15 | 1 | -3/+3 |
|
|
| * | | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-15 | 1 | -3/+3 |
| |\ \ |
|
| * \ \ | [Bug 3288345]: Bring cygwin Tcl_StatBuf a little closer to reality | jan | 2011-04-21 | 1 | -2/+3 |
| |\ \ \
| | |/ / |
|
| * | | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ \ \ |
|
| * | | | | Fix [Patch 2986105]: conditionally defining strcasecmp/strncasecmp | nijtmans | 2010-04-19 | 1 | -4/+4 |
|
|
| * | | | | Various CYGWIN-related fixes | nijtmans | 2010-01-31 | 1 | -16/+16 |
|
|
| * | | | | * 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 |
|
|
| * | | | | 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 |
|
|
| * | | | | fix to file norm, file pathtype on windows reserved filenames | vincentdarley | 2005-03-15 | 1 | -3/+80 |
|
|
| * | | | | * generic/tclUtil.c: Updated Tcl_GetNameOfExecutable() to | dgp | 2004-12-01 | 1 | -24/+5 |
|
|
| * | | | | Patch 976520 reworks several of the details involved with | dgp | 2004-11-30 | 1 | -9/+11 |
|
|
| * | | | | TclpUTime simplification | vincentdarley | 2004-11-02 | 1 | -25/+29 |
|
|
| * | | | | Second part of fix for Bug 926106 | Kevin B Kenny | 2004-11-01 | 1 | -23/+55 |
|
|
| * | | | | Fixed conversion between FILETIME and Tcl time -Bug 926106 | Kevin B Kenny | 2004-10-30 | 1 | -47/+29 |
|
|
| * | | | | filesystem generic/platform code splitting | vincentdarley | 2004-10-07 | 1 | -1/+264 |
|
|
| * | | | | fix to trailing slash documentation and to a filesystem 'file join' bug on wi... | vincentdarley | 2004-06-30 | 1 | -35/+91 |
|
|
| * | | | | * win/tclWinFile.c (TclpFindExecutable): when using | hobbs | 2004-06-02 | 1 | -4/+6 |
|
|
| * | | | | * win/tclWinFile.c (TclpMatchInDirectory): fix for an issue
| Kevin B Kenny | 2004-05-19 | 1 | -2/+3 |
|
|