summaryrefslogtreecommitdiffstats
path: root/generic/tclIOUtil.c
Commit message (Expand)AuthorAgeFilesLines
...
| | * Merged fixes for Tcl Bug #839519 and Tcl Bug #861515.vasiljevic2003-12-171-11/+14
| | * fix to 'cd' infinite recursion bug on Windowsvincentdarley2003-11-201-5/+12
| | * * generic/tclIOUtil.c (FsListMounts, FsAddMountsToGlobResult): Newandreas_kupries2003-10-221-2/+153
| | * filesystem bug fixes: volumerelative normalization, file join inconsistencyvincentdarley2003-10-061-34/+58
| | * backporting of filesystem tests, docsvincentdarley2003-10-031-11/+79
| | * Backported fix from HEAD for Bug 788780vasiljevic2003-09-011-3/+3
| | * * generic/tclIOUtil.c: correct MT-safety issues with filesystemhobbs2003-07-181-179/+237
| | * 2003-07-16 Mumit Khan <khan@nanotech.wisc.edu>hobbs2003-07-171-1/+21
| | * * generic/tclFileName.c (Tcl_GlobObjCmd): [Bug 771840]dgp2003-07-161-19/+1
| | * * generic/tclIOUtil.c: add decl for FsThrExitProc to suppresshobbs2003-05-131-2/+2
| | * * generic/tclIOUtil.c: ensure cd is thread-safe.hobbs2003-05-111-68/+102
| | * filesystem fixes backportedvincentdarley2003-04-141-1921/+2046
| | * Fixes for three filesystem problemsvincentdarley2003-03-181-1/+3
| * | Backport blkcnt_t detection/usage.stwo2010-09-061-1/+5
| * | [Bug 942170]: Detect the st_blocks field of 'struct stat' correctly.dkf2009-12-281-25/+18
| * | Fixed [Bug 2269431]: load of shared objectsnijtmans2008-11-141-11/+5
* | | * generic/tclOOMethod.c (ProcedureMethodCompiledVarConnect):hobbs2010-09-221-2/+2
* | | [Patch #2994165] Change signature of Tcl_FSGetNativePath and TclpDeleteFilenijtmans2010-08-141-2/+2
* | | [Bug 2992292]: tclIOUtil.c assignment type mismatch compiler warningnijtmans2010-04-271-4/+4
* | | Move TCHAR fallback typedef from tcl.h to tclPlatDecls.h (as suggested by dgp)nijtmans2010-04-221-2/+2
* | | Minor changes to enforce Engineering Manual style rules.dkf2010-04-041-65/+74
* | | Add missing "const" in signature,nijtmans2010-04-021-2/+2
* | | * generic/tclIOUtil.c (Tcl_LoadFile): Corrections to previous commitdkf2010-04-021-2/+1
* | | * generic/tcl.decls: [TIP #357]: First round of changesKevin B Kenny2010-04-021-71/+239
* | | 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