diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2011-12-01 09:18:07 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2011-12-01 09:18:07 (GMT) |
commit | 492a45d7c03aefe377643f15985f64c51065bdae (patch) | |
tree | e77052426984297477730d40938773acf6629c43 /ChangeLog | |
parent | 21373b06e4976685e97696b4d13215f07dcc08b0 (diff) | |
parent | 146cfccff069eeb8ba183ae7a6c40f3aab324539 (diff) | |
download | tcl-492a45d7c03aefe377643f15985f64c51065bdae.zip tcl-492a45d7c03aefe377643f15985f64c51065bdae.tar.gz tcl-492a45d7c03aefe377643f15985f64c51065bdae.tar.bz2 |
Note incompatibility caused by switch of flags to dlopen() for Bug 3216070.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1229,6 +1229,10 @@ * unix/tclLoadDl.c: [Bug #3216070]: Loading extension libraries * unix/tclLoadDyld.c: from embedded Tcl applications. + ***POTENTIAL INCOMPATIBILITY*** + For extensions which rely on symbols from other extensions being + present in the global symbol table. For an example and some discussion + of workarounds, see http://stackoverflow.com/q/8330614/301832 2011-03-21 Miguel Sofer <msofer@users.sf.net> |