summaryrefslogtreecommitdiffstats
path: root/generic/tclIOUtil.c
Commit message (Expand)AuthorAgeFilesLines
* Remove dead/unused portability-related #defines and unused conditional code.jenglish2008-02-271-7/+2
* Reconcile coding style issues between branchesdgp2008-01-231-10/+8
* * generic/tclIOUtil.c (FsAddMountsToGlobResult): fix the tailhobbs2007-12-141-6/+7
* merge stable branch onto HEADdgp2007-12-131-1/+1
* [Patch 1830038]: Increased usage of macros to detect and take advantage of ob...Miguel Sofer2007-11-111-2/+2
* Fix [Bug 1773127]dkf2007-08-151-13/+21
* * generic/tclIOUtil.c (Tcl_FSChdir): Changed the memory managementKevin B Kenny2007-04-251-3/+6
* Replaced commas in varargs with string concatenation where possible [Patch 15...Kevin B Kenny2007-04-201-3/+3
* Handle creation of Tcl_Objs from constant strings better (easier to use, moredkf2007-04-101-4/+8
* fix warningsdas2007-03-161-1/+3
* * generic/tclIOUtil.c (Tcl_Stat): Reimplement workaroundmdejong2007-03-161-17/+20
* various "const" additions, in line with TIP #27nijtmans2007-02-201-60/+60
* (Tcl_FSEvalFileEx): safe incr of objPtr refhobbs2007-02-191-1/+2
* * generic/tclBasic.c: TIP #280 implementation.andreas_kupries2006-11-281-1/+4
* TIP#270 IMPLEMENTATIONdgp2006-11-151-2/+2
* * generic/tclBasic.c: Further revised TclAppendPrintToObj() anddgp2006-11-021-2/+2
* * generic/tclBasic.c: Refactored and renamed the routinesdgp2006-10-311-3/+4
* 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