summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley>2002-07-15 10:28:16 (GMT)
committervincentdarley <vincentdarley>2002-07-15 10:28:16 (GMT)
commitc5fcdc88889a47d5bbb0c61ec6ca2eb6ad151b5b (patch)
tree5045065add47602c2723824a3af822079c935b04 /ChangeLog
parent6d25f463a9b9b44911034abb4178b9ea4a4267f4 (diff)
downloadtcl-c5fcdc88889a47d5bbb0c61ec6ca2eb6ad151b5b.zip
tcl-c5fcdc88889a47d5bbb0c61ec6ca2eb6ad151b5b.tar.gz
tcl-c5fcdc88889a47d5bbb0c61ec6ca2eb6ad151b5b.tar.bz2
mac TclpObjlink implementation
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ba090ec..b2a2ffb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,8 @@
* win/tclWinFile.c: updated comments to reflect 07-11 changes.
* win/tclWinFCmd.c: made ConvertFileNameFormat static again,
since no longer used in tclWinFile.c
+ * mac/tclMacFile.c: completed TclpObjLink implementation which
+ was previously lacking.
2002-07-14 Don Porter <dgp@users.sourceforge.net>