diff options
author | suresh <suresh> | 1998-06-03 09:33:12 (GMT) |
---|---|---|
committer | suresh <suresh> | 1998-06-03 09:33:12 (GMT) |
commit | 072f0d39c637126ba52d900d3398d3a97f6451e9 (patch) | |
tree | 635d2d8bfe0e2cf324b6d9b6fe92053e9ee9f0d3 /mac | |
parent | d4ef83fec292c44502e1555fc0ccd918e2c2f5f6 (diff) | |
download | tcl-072f0d39c637126ba52d900d3398d3a97f6451e9.zip tcl-072f0d39c637126ba52d900d3398d3a97f6451e9.tar.gz tcl-072f0d39c637126ba52d900d3398d3a97f6451e9.tar.bz2 |
Renamed 'TclMacStat(...)' to 'TclpStat(...)' & 'TclMacAccess(...)' to
'TclpAccess(...)'.
Added 'TclStat' & 'TclAccess' which are implemented in '../generic/tclIOUtil.c'.
Diffstat (limited to 'mac')
-rw-r--r-- | mac/tclMacShLib.exp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mac/tclMacShLib.exp b/mac/tclMacShLib.exp index 8936114..aea4acf 100644 --- a/mac/tclMacShLib.exp +++ b/mac/tclMacShLib.exp @@ -197,6 +197,7 @@ SetIsStationery SetNameLocked Share StrToAddr +TclAccess TclAllocateFreeObjects TclChdir TclCleanupByteCode @@ -303,7 +304,7 @@ TclIsProc TclLoadFile TclLooksLikeInt TclLookupVar -TclMacAccess +TclpAccess TclMacCreateEnv TclMacExitHandler TclMacFOpenHack @@ -313,7 +314,7 @@ TclMacOSErrorToPosixError TclMacReadlink TclMacRemoveTimer TclMacStartTimer -TclMacStat +TclpStat TclMacTimerExpired TclMatchFiles TclNeedSpace @@ -341,6 +342,7 @@ TclSetEnv TclSetIndexedScalar TclSetupEnv TclSockGetPort +TclStat TclTeardownNamespace TclTestChannelCmd TclTestChannelEventCmd |