summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2005-06-04 07:05:10 (GMT)
committerdas <das>2005-06-04 07:05:10 (GMT)
commit5b9dc1f301235283676383d32e57f593e0f1cec6 (patch)
treec9f2aa327b151e421daf6c85f4cc9f6ace429dbd /ChangeLog
parent680a0c41fa203c90d00c1e021fcd6c04ded699cf (diff)
downloadtcl-5b9dc1f301235283676383d32e57f593e0f1cec6.zip
tcl-5b9dc1f301235283676383d32e57f593e0f1cec6.tar.gz
tcl-5b9dc1f301235283676383d32e57f593e0f1cec6.tar.bz2
* unix/tclLoadDyld.c: fixed header confilict when building this filecore_8_4_10
with USE_TCL_STUBS.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4b334fd..c56bcf2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
*** 8.4.10 TAGGED FOR RELEASE ***
+ * unix/tclLoadDyld.c: fixed header confilict when building this file
+ with USE_TCL_STUBS.
+
* macosx/Makefile: fixed 'embedded' target.
2005-06-02 Jeff Hobbs <jeffh@ActiveState.com>