summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2013-02-05 09:21:13 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2013-02-05 09:21:13 (GMT)
commit1226e764ba9a04dca4126134e7c596ab65dac9fe (patch)
treeafc213456820eba92e993ff636a7447d3a9b8da2 /ChangeLog
parentbfab34ad8b713918717cdfba00e87e331f9e5cea (diff)
parent7da7ccee61524b7d2392c3bd8b5cb11a448acf88 (diff)
downloadtcl-1226e764ba9a04dca4126134e7c596ab65dac9fe.zip
tcl-1226e764ba9a04dca4126134e7c596ab65dac9fe.tar.gz
tcl-1226e764ba9a04dca4126134e7c596ab65dac9fe.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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9e3ffb3..554179f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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