summaryrefslogtreecommitdiffstats
path: root/generic/tclIOUtil.c
Commit message (Expand)AuthorAgeFilesLines
* fixed [ 1548263 ] NULL return from Tcl_FSGetNormalizedPath segvcoldstore2006-08-291-11/+13
* * generic/tclIOUtil.c: Revisions to complete the thread finalizationdgp2006-08-211-1/+3
* * generic/tclIOUtil.c: Changed default configuration todgp2006-06-211-3/+5
* typo in commentdas2006-03-281-2/+2
* nativeFilesystemRecord comparisonsvincentdarley2006-03-281-6/+6
* * generic/tclIOUtil.c (TclGetOpenMode): Added the flag O_APPEND toandreas_kupries2006-03-161-2/+6
* * generic/tclIO.c: Made several routines tolerant ofdgp2006-02-151-2/+4
* * generic/tclIOUtil.c: workaround gcc warning "comparison is alwaysdas2005-12-151-1/+12
* * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-3/+3
* Think-o fixesdkf2005-11-011-3/+3
* ANSIfy. Also converted some deeply nested code to a less nested form for easi...dkf2005-11-011-865/+884
* * generic/tclStringObj.c: Bug fixes: ObjPrintfVA needed todgp2005-09-141-13/+7
* allow NULL interp in Tcl_FSMatchInDirectoryvincentdarley2005-08-311-2/+3
* 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