summaryrefslogtreecommitdiffstats
path: root/mac/tclMacFile.c
Commit message (Collapse)AuthorAgeFilesLines
* * doc/glob.n:hobbs1999-12-121-18/+120
| | | | | | | | | | | | | | | | * 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.
* Convert the directory name from Utf to External before passing it to the ↵jingham1999-08-101-4/+7
| | | | Toolbox.
* Various small fixes that were required to get Tcl to build cleanly on the Mac.jingham1999-05-111-4/+90
|
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-334/+326
|
* Merged stubs changes into mainline for 8.0stanton1999-03-101-1/+1
|
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
|
* Updated for 8.0.3-2welch1998-07-061-1/+1
|
* Renamed 'TclMacStat(...)' to 'TclpStat(...)' & 'TclMacAccess(...)' tosuresh1998-06-031-5/+5
| | | | 'TclpAccess(...)'.
* Initial revisionrjohnson1998-03-261-0/+840