summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2006-07-14 16:28:50 (GMT)
committerandreas_kupries <akupries@shaw.ca>2006-07-14 16:28:50 (GMT)
commit475cf649d6dfe709736b11ba805cba2827753363 (patch)
tree6db3bce06d77436719b96c8e25e2fc118624540c /ChangeLog
parentf18c557644d1683a67a7aadaf26d957dacc797d1 (diff)
downloadtcl-475cf649d6dfe709736b11ba805cba2827753363.zip
tcl-475cf649d6dfe709736b11ba805cba2827753363.tar.gz
tcl-475cf649d6dfe709736b11ba805cba2827753363.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 5164c49..2b3437a 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