diff options
author | das <das> | 2007-08-14 06:34:11 (GMT) |
---|---|---|
committer | das <das> | 2007-08-14 06:34:11 (GMT) |
commit | 68c7c071d379123ba024ce58d040481586877a20 (patch) | |
tree | 5752ef26791b88a44bfcf71a95f16c83aafb6232 /ChangeLog | |
parent | 1c4165753345c8dcf7ff12c42f7303576c2018fc (diff) | |
download | tcl-68c7c071d379123ba024ce58d040481586877a20.zip tcl-68c7c071d379123ba024ce58d040481586877a20.tar.gz tcl-68c7c071d379123ba024ce58d040481586877a20.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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |