| Commit message (Expand) | Author | Age | Files | Lines |
* | When using Tcl_SetObjLength() calls to grow and shrink the objPtr->bytes buffer, | dgp | 2012-05-21 | 1 | -1/+1 |
|
|
* | make some more internal tables const | jan.nijtmans | 2012-04-23 | 1 | -0/+1 |
|
|
* | tclStubInit.c: move up #undef, so it is clear that this | jan.nijtmans | 2012-04-04 | 1 | -20/+0 |
|
|
* | oops, that's no utf-8 BOM ;-( | jan.nijtmans | 2012-02-29 | 1 | -1/+1 |
|
|
* | [Bug 3466099] BOM in Unicode | jan.nijtmans | 2012-02-29 | 1 | -4/+18 |
|\ |
|
| * | [Bug 3466099] BOM in Unicode | jan.nijtmans | 2012-02-19 | 1 | -4/+12 |
|/ |
|
* | [Bug 2935503]: Windows: file mtime sets wrong time | jan.nijtmans | 2011-11-22 | 1 | -0/+5 |
|
|
* | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 1 | -0/+1 |
|
|
* | fix for [Bug 3288345]: Wrong Tcl_StatBuf used on MinGW. Follow-up: get it rig... | jan | 2011-04-20 | 1 | -1/+1 |
|
|
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
* | * generic/tclPathObj.c: Fixed mistaken logic in TclFSGetPathType() | dgp | 2009-02-20 | 1 | -1/+10 |
|
|
* | * generic/tclIOUtil.c (Tcl_FSGetNormalizedPath): Added another | dgp | 2008-12-04 | 1 | -11/+78 |
|
|
* | * generic/tclIOUtil.c: Plug memory leak in latest commit. Thanks | dgp | 2008-06-28 | 1 | -3/+8 |
|
|
* | formatting | dgp | 2008-06-23 | 1 | -2/+2 |
|
|
* | * generic/tclIOUtil.c: Fixed bug in Tcl_GetTranslatedPath() when | dgp | 2008-06-23 | 1 | -2/+11 |
|
|
* | * generic/tclIOUtil.c (TclGetOpenMode): Only set the O_APPEND flag | hobbs | 2007-12-14 | 1 | -2/+6 |
|
|
* | (Tcl_FSEvalFile): safe incr of objPtr ref | hobbs | 2007-02-19 | 1 | -1/+2 |
|
|
* | * generic/tclBasic.c: TIP #280 implementation, conditional on the define TCL... | andreas_kupries | 2006-11-28 | 1 | -1/+7 |
|
|
* | * generic/tclIOUtil.c: Cleaned up some code flagged by a | dgp | 2006-10-17 | 1 | -12/+11 |
|
|
* | * win/tclWinFCmd.c: [Bug 1548263] Added test for NULL return | hobbs | 2006-08-30 | 1 | -3/+8 |
|
|
* | * generic/tclIOUtil.c: Revisions to complete the thread finalization | dgp | 2006-08-21 | 1 | -1/+3 |
|
|
* | * generic/tclIOUtil.c: fix to nativeFilesystemRecord comparisons | das | 2006-03-28 | 1 | -6/+6 |
|
|
* | typo in comment | das | 2006-03-28 | 1 | -2/+2 |
|
|
* | * generic/tclIOUtil.c (TclGetOpenMode): Added the flag O_APPEND to | andreas_kupries | 2006-03-16 | 1 | -2/+6 |
|
|
* | * generic/tclIO.c: Made several routines tolerant of | dgp | 2006-02-15 | 1 | -2/+4 |
|
|
* | Fixed potential overwriting of already freed memory | vasiljevic | 2006-01-12 | 1 | -3/+7 |
|
|
* | * generic/tclIOUtil.c: workaround gcc warning "comparison is always | das | 2005-12-15 | 1 | -1/+12 |
|
|
* | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -2/+2 |
|
|
* | * generic/tclIOUtil.c (TclFSNormalizeAbsolutePath): make static | hobbs | 2005-10-05 | 1 | -2/+2 |
|
|
* | * generic/tclIOUtil.c (TclLoadFile): | das | 2005-05-24 | 1 | -1/+51 |
|
|
* | filesystem, glob, tilde fix | vincentdarley | 2004-12-02 | 1 | -4/+26 |
|
|
* | backport file join fix | vincentdarley | 2004-11-23 | 1 | -3/+13 |
|
|
* | Partialy fixed Bug #932314 | vasiljevic | 2004-06-10 | 1 | -6/+14 |
|
|
* | * generic/tclIOUtil.c (Tcl_FSChdir): Work-around crash condition | hobbs | 2004-05-04 | 1 | -1/+48 |
|
|
* | reverted file norm .. fixes because 8.5 had much more extensive changes acros... | hobbs | 2004-02-18 | 1 | -222/+85 |
|
|
* | * generic/tclIOUtil.c: backport of rewrite of generic file | hobbs | 2004-02-18 | 1 | -85/+222 |
|
|
* | vfs code tclfinalizefilesystem fix | vincentdarley | 2004-01-09 | 1 | -3/+3 |
|
|
* | Merged fixes for Tcl Bug #839519 and Tcl Bug #861515. | vasiljevic | 2003-12-17 | 1 | -11/+14 |
|
|
* | fix to 'cd' infinite recursion bug on Windows | vincentdarley | 2003-11-20 | 1 | -5/+12 |
|
|
* | * generic/tclIOUtil.c (FsListMounts, FsAddMountsToGlobResult): New | andreas_kupries | 2003-10-22 | 1 | -2/+153 |
|
|
* | filesystem bug fixes: volumerelative normalization, file join inconsistency | vincentdarley | 2003-10-06 | 1 | -34/+58 |
|
|
* | backporting of filesystem tests, docs | vincentdarley | 2003-10-03 | 1 | -11/+79 |
|
|
* | Backported fix from HEAD for Bug 788780 | vasiljevic | 2003-09-01 | 1 | -3/+3 |
|
|
* | * generic/tclIOUtil.c: correct MT-safety issues with filesystem | hobbs | 2003-07-18 | 1 | -179/+237 |
|
|
* | 2003-07-16 Mumit Khan <khan@nanotech.wisc.edu> | hobbs | 2003-07-17 | 1 | -1/+21 |
|
|
* | * generic/tclFileName.c (Tcl_GlobObjCmd): [Bug 771840] | dgp | 2003-07-16 | 1 | -19/+1 |
|
|
* | * generic/tclIOUtil.c: add decl for FsThrExitProc to suppress | hobbs | 2003-05-13 | 1 | -2/+2 |
|
|
* | * generic/tclIOUtil.c: ensure cd is thread-safe. | hobbs | 2003-05-11 | 1 | -68/+102 |
|
|
* | filesystem fixes backported | vincentdarley | 2003-04-14 | 1 | -1921/+2046 |
|
|
* | Fixes for three filesystem problems | vincentdarley | 2003-03-18 | 1 | -1/+3 |
|
|