summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2013-02-05 09:17:44 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2013-02-05 09:17:44 (GMT)
commitd20b1b94254275c9b62e7adf30c09a2a7c5443b2 (patch)
tree153779091d3d93f5d4622c4a171b50094a5ced48 /ChangeLog
parentf1cc0757254d92df5b8f6fc68a55f5741dfde088 (diff)
downloadtcl-d20b1b94254275c9b62e7adf30c09a2a7c5443b2.zip
tcl-d20b1b94254275c9b62e7adf30c09a2a7c5443b2.tar.gz
tcl-d20b1b94254275c9b62e7adf30c09a2a7c5443b2.tar.bz2
[Bug 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 fac0bd3..747e1e8 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-01-30 Andreas Kupries <andreask@activestate.com>
* library/platform/platform.tcl (::platform::LibcVersion): See