summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2006-07-14 16:20:23 (GMT)
committerandreas_kupries <akupries@shaw.ca>2006-07-14 16:20:23 (GMT)
commit8cb60c333409bcc5ab4d0388905e7840b41422b2 (patch)
tree5b4dd4379ced132dc2fed1926b9cff855869f528 /ChangeLog
parentb21d03a76b28dee1c88a2ccc05dd815364babd83 (diff)
downloadtcl-8cb60c333409bcc5ab4d0388905e7840b41422b2.zip
tcl-8cb60c333409bcc5ab4d0388905e7840b41422b2.tar.gz
tcl-8cb60c333409bcc5ab4d0388905e7840b41422b2.tar.bz2
* unix/tclUnixPort.h: Added the inclusion of
<AvailabilityMacros.h>. The missing header caused the upcoming #if conditions to wrongly exclude realpath, causing file normalize to ignore symbolic links in the path.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4565862..94b3257 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-07-13 Andreas Kupries <andreask@activestate.com>
+
+ * unix/tclUnixPort.h: Added the inclusion of
+ <AvailabilityMacros.h>. The missing header caused the upcoming
+ #if conditions to wrongly exclude realpath, causing file
+ normalize to ignore symbolic links in the path.
+
2006-07-11 Zoran Vasiljevic <vasiljevic@users.sourceforge.net>
* generic/tclAsync.c: Made Tcl_AsyncDelete() more tolerant