summaryrefslogtreecommitdiffstats
path: root/generic/tclIOUtil.c
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp,dgp2004-10-151-6/+6
* filesystem generic/platform code splittingvincentdarley2004-10-071-176/+14
* Simplify the guts of [glob]; maybe mortals can comprehend it now?dkf2004-10-061-110/+96
* fix to small filesystem bugsvincentdarley2004-09-271-77/+102
* two bugs fixed in filesystem docs and testsvincentdarley2004-08-311-147/+153
* cd infinite loop bug fixedvincentdarley2004-07-171-18/+37
* cd fix in vfsvincentdarley2004-07-111-12/+19
* Fixed Tcl_FSChdir not to forcefully update private cwd cached copy.vasiljevic2004-06-101-2/+16
* Partially corrected [Bug 932314]vasiljevic2004-06-091-5/+12
* fix to some compiler warningsvincentdarley2004-05-081-2/+2
* vfs glob root volume fixvincentdarley2004-05-071-11/+60
* fix to two filesystem bugs: more consistent file separator proc and correct T...vincentdarley2004-04-231-4/+11
* fix to comment (bug 931148)vincentdarley2004-04-071-4/+4
* Patch 922727 committed. Implements three changes:dgp2004-04-061-3/+1
* cross-filesystem boundary glob fixvincentdarley2004-04-011-2/+19
* fix to glob with volume relative paths, bug 898238vincentdarley2004-03-301-3/+10
* Removed support for Mac OS Classic platform [Patch 918142]das2004-03-171-21/+14
* filesystem fixes for '-force' consistency and picky compilersvincentdarley2004-01-291-5/+17
* file normalize bug fixes for .. and .vincentdarley2004-01-231-7/+34
* filesystem optimisation -- Three main issues accomplished: (1) cleaned up var...vincentdarley2004-01-211-70/+258
* TclFinalizeFilesystem fixvincentdarley2004-01-091-3/+3
* All uses of 'panic' (the macro) changeddavygrvy2003-12-241-4/+4
* Fixed 2 memory (object) leaks; Tcl Bug #839519vasiljevic2003-12-171-2/+4
* compilation warningvincentdarley2003-11-071-3/+10
* loadHandle vs clientData cleanupvincentdarley2003-11-031-16/+104
* * generic/tclBasic.c (TclAppendObjToErrorInfo): New internal routinedgp2003-10-141-5/+13
* filesystem bug fixesvincentdarley2003-10-131-6/+171
* Exported symbol name police (thanks GPS for spotting this!)dkf2003-10-101-8/+8
* Symbols which are visible outside a single compilation unit must havedkf2003-09-291-10/+10
* * doc/FileSystem.3: Implementation ofdgp2003-09-051-3/+26
* Applied changes from 8.4.4 regarding the Bug #753315vasiljevic2003-08-231-150/+167
* * generic/tclIOUtil.c: ensure cd is thread-safe.hobbs2003-05-131-69/+103
* remove duplicate function definitionvincentdarley2003-04-151-121/+1
* shared filesystem functionvincentdarley2003-04-141-5/+5
* fix 5 small filesystem bugs, and some typosvincentdarley2003-04-111-2084/+434
* Mac OS Classic specific fixes:core_8_4_2das2003-03-031-1/+13
* * generic/tclIOUtil.c (MakeFsPathFromRelative): removed dead codehobbs2003-02-271-6/+2
* * generic/tclIOUtil.c (Tcl_FSJoinPath, Tcl_FSGetNormalizedPath):hobbs2003-02-111-79/+91
* * tests/fileSystem.test: added test 8.3hobbs2003-02-111-73/+78
* further fs cleanupvincentdarley2003-02-101-43/+8
* filesystem speed up round 2vincentdarley2003-02-101-109/+571
* finalization and test fixesvincentdarley2003-02-041-86/+131
* filesystem bug fix and new testvincentdarley2003-01-281-2/+10
* WinTcl crash on exit fixvincentdarley2003-01-101-1/+10
* non-ascii chars in file mtime fixvincentdarley2003-01-091-30/+2
* * generic/tclIOUtil.c (TclFinalizeFilesystem): reset statics tohobbs2002-12-061-2/+13
* filesystem cleanup fix, virtual filesystem load fixvincentdarley2002-12-041-12/+15
* * generic/tclIOUtil.c (SetFsPathFromAny): Objects should only havedkf2002-08-161-19/+7
* removed load-related clientData, made filesystem staticvincentdarley2002-07-221-3/+7
* removed load-related clientData, made filesystem staticvincentdarley2002-07-221-13/+26