summaryrefslogtreecommitdiffstats
path: root/generic/tclIOUtil.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary '&' decoration for functionnijtmans2010-03-111-29/+29
* Code Audit results:dkf2010-03-051-2/+2
* Pure whitespace changes, changing to follow Engineering Manual style.dkf2010-02-241-3/+3
* Do not assume that all unix systems have the POSIX blkcnt_t type, since OpenBSDdkf2010-02-161-1/+5
* [Bug 942170]: Detect the st_blocks field of 'struct stat' correctly.dkf2009-12-281-20/+12
* Eliminate various gcc warnings (in -Wextra mode)nijtmans2009-11-181-1/+2
* * generic/tclBinary.c: Removed unused variables.dgp2009-07-161-4/+1
* - eliminate some unnessary type castsnijtmans2009-02-101-10/+10
* Formatting improvements (comments, whitespace)dkf2009-01-061-28/+32
* Make [source] NRE-aware to enable [yield]. [Bug 2412068]dkf2009-01-051-3/+133
* TIP #336 IMPLEMENTATIONdgp2008-12-021-2/+2
* rename static function FSUnloadTempFile tonijtmans2008-11-131-11/+5
* * doc/FileSystem.3: CONSTified Tcl_FSFileAttrStringsProcnijtmans2008-10-051-5/+5
* remove outdated commentdgp2008-09-301-14/+1
* Stylistic improvements (consistent function separation standards, etc.) anddkf2008-09-271-324/+320
* * doc/FileSystem.3: CONSTified many functions using Tcl_FileSystemnijtmans2008-07-281-82/+82
* More elimination of pre-C89-isms.dkf2008-05-021-364/+353
* Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-2/+2
* * generic/tclIOUtil.c: Removed all code delimited bydgp2008-04-211-491/+1
* 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