summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixFile.c
Commit message (Collapse)AuthorAgeFilesLines
...
* removed \n in panichobbs1999-12-131-2/+2
| | | FossilOrigin-Name: 5a0cc2375696ad413ec1246f12aa217386e24b6b
* * 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. FossilOrigin-Name: c20c742c78c750b08e303e5277f5e5800cd9f65b
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-295/+308
| | | FossilOrigin-Name: f3b32fb71c9011ac220779bd9dbe5617c9dc87d9
* Merged stubs changes into mainline for 8.0stanton1999-03-101-2/+50
| | | FossilOrigin-Name: 19696933517612024e7dbcfee6e3c8d3b4e41772
* Replaced SCCS strings, fixed binary filescore-8-0-3stanton1998-09-141-1/+1
| | | FossilOrigin-Name: 196f92fd17305db5fec1acd59f6926de11e01624
* fixed behavior of Tcl_FindExecutable on null path elementsstanton1998-06-171-1/+10
| | | FossilOrigin-Name: b783c6266ccb7fed45f401accc012c835c5d669e
* Changed call ref's of 'stat(...)' to 'TclStat(...)' and 'access(...)' tosuresh1998-05-201-4/+4
| | | | | | 'TclAccess(...)'. FossilOrigin-Name: 8b6899e9e320f5ee3fa0253e7f8728e57d988ec3
* Initial revisionrjohnson1998-03-261-0/+528
FossilOrigin-Name: f86c34e38d2a946e0ed196001fd756c57f90791a