summaryrefslogtreecommitdiffstats
path: root/generic/tclIOUtil.c
Commit message (Expand)AuthorAgeFilesLines
* Updated to use Tcl_StatBuf instead of 'struct stat'dkf2001-09-271-37/+34
* Now builds on Solaris8/SPARC with both SunPro CC *and* GCC.dkf2001-09-261-17/+20
* Woo hoo! Builds on one platform (Solaris8/SPARC with SunPro CC)dkf2001-09-251-18/+18
* Lots more type changes. Added Tcl_AllocStatBuf()...dkf2001-09-251-7/+7
* channel-copy-fixvincentdarley2001-09-081-19/+16
* fsvincentdarley2001-09-061-11/+74
* minor fs, vfs fixesvincentdarley2001-09-041-52/+186
* filesystemvincentdarley2001-08-301-83/+62
* corrected minor compiler warningshobbs2001-08-231-3/+3
* fs updatevincentdarley2001-08-231-131/+615
* vfs-related fixesvincentdarley2001-08-111-1/+2
* * generic/tclIOUtil.c (Tcl_FSMatchInDirectory): correctedhobbs2001-08-021-21/+23
* Changes from TIP#17 "Redo Tcl's filesystem"vincentdarley2001-07-311-86/+3358
* * tests/info.test:hobbs2000-05-271-2/+4
* * doc/source.n:hobbs2000-05-111-1/+7
* * generic/tclIOUtil.c: changed Tcl_Alloc to ckallochobbs1999-11-101-4/+4
* Resynced with mainline.rjohnson1999-04-211-1/+1
* changes make Tcl_Access and Tcl_Stat public.hershey1999-04-171-2/+2
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-72/+76
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
* Added some ^L page breaks.suresh1998-06-121-3/+3
* Some code clean up to removed unnecesary pointer definitions.suresh1998-06-121-66/+103
* Changed call references of 'stat(...)' to 'TclStat(...)' & 'access(...)' tosuresh1998-06-041-1/+444
* Initial revisionrjohnson1998-03-261-0/+392