summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-11-23 00:12:46 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-11-23 00:12:46 (GMT)
commitc3c073a77aa192334001c69c623b4a79168fa7cc (patch)
treee204a79e13d4a8e43b4da41aea237cda64c38487 /ChangeLog
parenta9978f9939fde53bb358508c8955974f11790c46 (diff)
downloadtcl-c3c073a77aa192334001c69c623b4a79168fa7cc.zip
tcl-c3c073a77aa192334001c69c623b4a79168fa7cc.tar.gz
tcl-c3c073a77aa192334001c69c623b4a79168fa7cc.tar.bz2
Remove call to Tcl_GetStringResult to speed up processing of [$canv postscript]
and other repeated callers of Tcl_AppendResult(). [Patch 1041072]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ce0585d..3c7651f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2004-11-23 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+
+ * generic/tclResult.c (Tcl_AppendResultVA): Remove call to
+ Tcl_GetStringResult to speed up repeated calls to Tcl_AppendResult
+ with the side effect that code that wants to access interp->result
+ should always call Tcl_GetStringResult first. See [Patch 1041072]
+ discussion for more details.
+
2004-11-22 Mo DeJong <mdejong@users.sourceforge.net>
* unix/configure: Regen.