summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2003-03-03 20:22:35 (GMT)
committerdas <das>2003-03-03 20:22:35 (GMT)
commit55bb78dc4fdf14318cfcbbeb264b7ef0a3e0a57e (patch)
tree775cc0d3807a1e773d6bf08be556d649fee410ef /ChangeLog
parentdcffed8c8901fe70eb77440945d36aad3f95b6e9 (diff)
downloadtcl-55bb78dc4fdf14318cfcbbeb264b7ef0a3e0a57e.zip
tcl-55bb78dc4fdf14318cfcbbeb264b7ef0a3e0a57e.tar.gz
tcl-55bb78dc4fdf14318cfcbbeb264b7ef0a3e0a57e.tar.bz2
Mac OS Classic specific fixes:core_8_4_2
* generic/tclIOUtil.c (TclNewFSPathObj): on TCL_PLATFORM_MAC, skip potential directory separator at the beginning of addStrRep. * mac/tclMacChan.c (OpenFileChannel, CommonWatch): followup fixes to cut and splice implementation for file channels. * mac/tclMacFile.c (TclpUtime): pass native path to utime(). * mac/tclMacFile.c (TclpObjLink): correctly implemented creation of alias files via new static proc CreateAliasFile(). * mac/tclMacPort.h: define S_ISLNK macro to fix stat'ing of links. * mac/tclMacUtil.c (FSpLocationFromPathAlias): fix to enable stat'ing of broken links.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 11c0585..ea92d8f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,20 @@
*** 8.4.2 TAGGED FOR RELEASE ***
+2003-03-03 Daniel Steffen <das@users.sourceforge.net>
+
+ Mac OS Classic specific fixes:
+ * generic/tclIOUtil.c (TclNewFSPathObj): on TCL_PLATFORM_MAC,
+ skip potential directory separator at the beginning of addStrRep.
+ * mac/tclMacChan.c (OpenFileChannel, CommonWatch): followup
+ fixes to cut and splice implementation for file channels.
+ * mac/tclMacFile.c (TclpUtime): pass native path to utime().
+ * mac/tclMacFile.c (TclpObjLink): correctly implemented creation
+ of alias files via new static proc CreateAliasFile().
+ * mac/tclMacPort.h: define S_ISLNK macro to fix stat'ing of links.
+ * mac/tclMacUtil.c (FSpLocationFromPathAlias): fix to enable
+ stat'ing of broken links.
+
2003-03-03 Kevin Kenny <kennykb@users.sourceforge.net>
* win/Makefile.vc: corrected bug introduced by 'g' for debug builds.