diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2013-02-05 09:21:13 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2013-02-05 09:21:13 (GMT) |
commit | 8941b209b0188f101901cd0ffb32a97d7d293f82 (patch) | |
tree | afc213456820eba92e993ff636a7447d3a9b8da2 /ChangeLog | |
parent | dc4030f2881b65755afd2a1d87bfc804a85b0ff8 (diff) | |
parent | d20b1b94254275c9b62e7adf30c09a2a7c5443b2 (diff) | |
download | tcl-8941b209b0188f101901cd0ffb32a97d7d293f82.zip tcl-8941b209b0188f101901cd0ffb32a97d7d293f82.tar.gz tcl-8941b209b0188f101901cd0ffb32a97d7d293f82.tar.bz2 |
[3433012]: Added dummy version of TclpLoadMemory to use in the event that a
platform thinks it can load from memory but cannot actually do so due to it
being disabled at configuration time.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2013-02-05 Donal K. Fellows <dkf@users.sf.net> + + * generic/tclLoadNone.c (TclpLoadMemory): [Bug 3433012]: Added dummy + version of this function to use in the event that a platform thinks it + can load from memory but cannot actually do so due to it being + disabled at configuration time. + 2013-02-04 Donal K. Fellows <dkf@users.sf.net> * generic/tclCompCmds.c (TclCompileArraySetCmd): [Bug 3603163]: Stop |