summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-01-29 18:55:48 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-01-29 18:55:48 (GMT)
commit078360ebb5939a61b1b6d922a1f35571a5bcd9de (patch)
tree70e75346e6d63c2b2637bf7008595e9223b9b8e3 /ChangeLog
parent7f51139e3d27166a80151f2c150f84fbc3ee28b2 (diff)
downloadtcl-078360ebb5939a61b1b6d922a1f35571a5bcd9de.zip
tcl-078360ebb5939a61b1b6d922a1f35571a5bcd9de.tar.gz
tcl-078360ebb5939a61b1b6d922a1f35571a5bcd9de.tar.bz2
* generic/tclResult.c: Added optimization case to TclTransferResult
to cover common case where there's big savings over the fully general path. Thanks to Peter MacDonald. [Bug 1626518].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4f07ccc..f3a0519 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2007-01-29 Don Porter <dgp@users.sourceforge.net>
+ * generic/tclResult.c: Added optimization case to TclTransferResult
+ to cover common case where there's big savings over the fully general
+ path. Thanks to Peter MacDonald. [Bug 1626518].
+
* generic/tclLink.c: Broken linked float logic corrected. Thanks
to Andy Goth [Bug 1602538].