summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixFile.c
Commit message (Expand)AuthorAgeFilesLines
* ensure translated path is freedvincentdarley2003-10-311-1/+2
* backporting of filesystem tests, docsvincentdarley2003-10-031-4/+9
* glob -l on broken symlink fixvincentdarley2003-02-121-2/+14
* * unix/tclUnixFile.c (TclpMatchInDirectory): simplify the hiddenhobbs2003-02-111-24/+14
* filesystem speed up round 2vincentdarley2003-02-101-58/+36
* non-ascii chars in file mtime fixvincentdarley2003-01-091-1/+24
* * unix/tclUnixFile.c (TclpObjLink): removed unnecessary/unfreedhobbs2002-09-031-13/+4
* vfs fixesvincentdarley2002-07-201-4/+8
* Global symbols are now all either prefixed with 'tcl' (or 'Tcl' or ...) or ha...dkf2002-07-191-4/+2
* Changed all the Tcl_Platform* symbols to TclOS*; they weren't public so theirdkf2002-06-281-15/+15
* tip99vincentdarley2002-06-211-8/+23
* vfs, winfs testsuitevincentdarley2002-06-131-5/+9
* Made this file compile!dkf2002-06-121-2/+4
* fs clarification and windows fixesvincentdarley2002-06-121-7/+19
* fix to 551306vincentdarley2002-05-021-1/+28
* 4 fs fixesvincentdarley2002-03-241-196/+219
* TIP#72 implementation. See ChangeLog for details.dkf2002-02-151-25/+19
* * djgpp/ (new directory)davygrvy2002-02-121-3/+12
* * Partial TIP 27 rollback. Following routinesdgp2002-02-081-5/+3
* * Updated interfaces of generic/tclEncoding, generic/tclFilename.c,dgp2002-01-251-7/+7
* * More TIP 27 updates in tclIOUtil.c and tclIndexObj.c that weredgp2002-01-171-5/+5
* Fix for bug 475941; access() was being called with path-free file names ondkf2001-10-291-5/+4
* filesystemvincentdarley2001-08-301-136/+88
* fs updatevincentdarley2001-08-231-49/+72
* Changes from TIP#17 "Redo Tcl's filesystem"vincentdarley2001-07-311-136/+204
* * unix/tclUnixFile.c: fixed signature style on functionshobbs2000-01-111-16/+16
* removed \n in panichobbs1999-12-131-2/+2
* * doc/glob.n:hobbs1999-12-121-19/+117
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-295/+308
* Merged stubs changes into mainline for 8.0stanton1999-03-101-2/+50
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
* fixed behavior of Tcl_FindExecutable on null path elementsstanton1998-06-171-1/+10
* Changed call ref's of 'stat(...)' to 'TclStat(...)' and 'access(...)' tosuresh1998-05-201-4/+4
* Initial revisionrjohnson1998-03-261-0/+528