summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2007-08-14 06:34:11 (GMT)
committerdas <das>2007-08-14 06:34:11 (GMT)
commit720f2ebb87f3a202b571853c506692b847edc023 (patch)
tree5752ef26791b88a44bfcf71a95f16c83aafb6232 /ChangeLog
parent190db6374756ef363310051446861a43d3525d94 (diff)
downloadtcl-720f2ebb87f3a202b571853c506692b847edc023.zip
tcl-720f2ebb87f3a202b571853c506692b847edc023.tar.gz
tcl-720f2ebb87f3a202b571853c506692b847edc023.tar.bz2
* unix/tclLoadDyld.c: use dlfcn API on Mac OS X 10.4 and later; fix
issues with loading from memory on intel and 64bit; add debug messages. * tests/load.test: add test load-10.1 for loading from vfs.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 296f312..4b3114a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-08-14 Daniel Steffen <das@users.sourceforge.net>
+
+ * unix/tclLoadDyld.c: use dlfcn API on Mac OS X 10.4 and later; fix
+ issues with loading from memory on intel and 64bit; add debug messages.
+
+ * tests/load.test: add test load-10.1 for loading from vfs.
+
2007-08-07 Daniel Steffen <das@users.sourceforge.net>
* generic/tclEnv.c: improve environ handling on Mac OS X (adapted