diff options
author | das <das> | 2009-04-10 16:59:19 (GMT) |
---|---|---|
committer | das <das> | 2009-04-10 16:59:19 (GMT) |
commit | 823edac52c51fd85660d75007473f05c8c29f84d (patch) | |
tree | 6f9e8a6a1e7bf8b7ad1ca807db57613f8eacbf88 /ChangeLog | |
parent | 7f03bcedc4828e74d510884c108c632aaae9fed2 (diff) | |
download | tcl-823edac52c51fd85660d75007473f05c8c29f84d.zip tcl-823edac52c51fd85660d75007473f05c8c29f84d.tar.gz tcl-823edac52c51fd85660d75007473f05c8c29f84d.tar.bz2 |
* macosx/tclMacOSXBundle.c: on Mac OS X 10.4 and later, replace
deprecated NSModule API by dlfcn API.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2008-04-10 Daniel Steffen <das@users.sourceforge.net> + + * macosx/tclMacOSXBundle.c: on Mac OS X 10.4 and later, replace + deprecated NSModule API by dlfcn API. + 2009-04-10 Donal K. Fellows <dkf@users.sf.net> * doc/StringObj.3: [Bug 2089279]: Corrected example so that it works |