summaryrefslogtreecommitdiffstats
path: root/mac
Commit message (Collapse)AuthorAgeFilesLines
* Renamed 'TclmacStat(...)' to 'TclpStat(...)' & 'TclmacAccess(...)' tosuresh1998-06-031-9/+6
| | | | | | | | 'TclpAccess(...)'. Removed macro defines for 'stat' and 'access' because there are no longer any explicit calls to these function; only calls to 'TclStat' and 'TclAccess' which are implemented in '../generic/tclIOUtil.c'. Changed macro 'lstat' to simply call 'TclStat(...)' instead of 'stat(..)'.
* Renamed 'TclMacStat(...)' to 'TclpStat(...)' & 'TclMacAccess(...)' tosuresh1998-06-031-2/+4
| | | | | 'TclpAccess(...)'. Added 'TclStat' & 'TclAccess' which are implemented in '../generic/tclIOUtil.c'.
* Renamed 'TclMacStat(...)' to 'TclpStat(...)' & 'TclMacAccess(...)' tosuresh1998-06-031-5/+5
| | | | 'TclpAccess(...)'.
* Renamed function 'Tcl_OpenFileChannel' to 'TclpOpenFileChannel'.suresh1998-06-031-2/+2
|
* *** empty log message ***stanton1998-04-291-0/+6
|
* Initial revisionrjohnson1998-03-2645-0/+22794