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)
commit7da7ccee61524b7d2392c3bd8b5cb11a448acf88 (patch)
tree153779091d3d93f5d4622c4a171b50094a5ced48 /ChangeLog
parenta65850c981e3e69249cfc8c4105635e3a89bf241 (diff)
downloadtcl-7da7ccee61524b7d2392c3bd8b5cb11a448acf88.zip
tcl-7da7ccee61524b7d2392c3bd8b5cb11a448acf88.tar.gz
tcl-7da7ccee61524b7d2392c3bd8b5cb11a448acf88.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