diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2013-02-05 09:17:44 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2013-02-05 09:17:44 (GMT) |
commit | 7da7ccee61524b7d2392c3bd8b5cb11a448acf88 (patch) | |
tree | 153779091d3d93f5d4622c4a171b50094a5ced48 /ChangeLog | |
parent | a65850c981e3e69249cfc8c4105635e3a89bf241 (diff) | |
download | tcl-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-- | 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-01-30 Andreas Kupries <andreask@activestate.com> * library/platform/platform.tcl (::platform::LibcVersion): See |