summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornijtmans <nijtmans>2008-11-25 23:19:01 (GMT)
committernijtmans <nijtmans>2008-11-25 23:19:01 (GMT)
commit00452d9d7d4d961a4659fc21e69febb307d184f0 (patch)
tree30839af6e8ba95ccd3b3546349a8e12b36608a0b /ChangeLog
parent27413e2e6be699ec19189b0c87894f786205deb5 (diff)
downloadtcl-00452d9d7d4d961a4659fc21e69febb307d184f0.zip
tcl-00452d9d7d4d961a4659fc21e69febb307d184f0.tar.gz
tcl-00452d9d7d4d961a4659fc21e69febb307d184f0.tar.bz2
Eliminate 3 calls to Tcl_SetResult, as
examples how it should have been done. purpose: contribute in the TIP #340 discussion.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e645581..a1199bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-11-25 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * generic/tclIndexObj.c: Eliminate 3 calls to Tcl_SetResult, as
+ * generic/tclIO.c examples how it should have been done.
+ * generic/tclTestObj.c purpose: contribute in the TIP #340 discussion.
+
2008-11-25 Andreas Kupries <andreask@activestate.com>
* generic/tclIO.c (TclFinalizeIOSubsystem): Applied Alexandre