summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixFile.c
Commit message (Collapse)AuthorAgeFilesLines
...
* * doc/glob.n:hobbs1999-12-121-19/+117
| | | | | | | | | | | | | | | | * tests/fileName.test: * generic/tclInt.decls: * generic/tclInt.h: * generic/tclIntDecls.h: * generic/tclStubInit.c: * generic/tclEncoding.c: * generic/tclFileName.c: * mac/tclMacFile.c: * unix/tclUnixFile.c: * win/tclWinFile.c: enhanced the glob command with the new options -types -path -directory and -join. Deprecated TclpMatchFiles with TclpMatchFilesTypes, extended TclGlob and TclDoGlob and added GlobTypeData structure.
* 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
| | | | 'TclAccess(...)'.
* Initial revisionrjohnson1998-03-261-0/+528