summaryrefslogtreecommitdiffstats
path: root/generic/tclIOUtil.c
Commit message (Expand)AuthorAgeFilesLines
* Ugh; convert unfortunate tab back to a spacedkf2005-07-171-2/+2
* Getting more systematic about styledkf2005-07-171-1561/+1663
* * generic/tclIOUtil.c (TclLoadFile):das2005-05-231-1/+53
* Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
* TIP#183 IMPLEMENTATION [Patch 577093]dgp2005-04-271-22/+81
* Force clenaup of the interp result in TclLoadFile(). Some implementationsvasiljevic2005-04-161-5/+12
* D'oh!dkf2005-01-141-2/+2
* Stop reliance on absolute attribute indexes with helper function [Bug 1100671]dkf2005-01-141-4/+84
* * generic/tclIOUtil.c (TclFSEpochOk): There were two code pathsdgp2004-11-171-8/+2
* * 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