summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornijtmans <nijtmans>2008-11-16 22:22:11 (GMT)
committernijtmans <nijtmans>2008-11-16 22:22:11 (GMT)
commit97cffdf748033bc48656674844a82e30d9aae794 (patch)
tree83568fb4ec41e18f53ac2fb9bc987deebd40f782 /ChangeLog
parent6ff3c3c441fa2cb37d39c2f0604ffa9160e12e76 (diff)
downloadtcl-97cffdf748033bc48656674844a82e30d9aae794.zip
tcl-97cffdf748033bc48656674844a82e30d9aae794.tar.gz
tcl-97cffdf748033bc48656674844a82e30d9aae794.tar.bz2
change two Tcl_SetResult calls to Tcl_SetObjResult,
as simplification for the TIP #340 patch.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c4b6d82..dea3c40 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-11-16 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * generic/tclTest.c: replace two times Tcl_SetResult with
+ Tcl_SetObjResult, a little simplification
+ in preparation for the TIP #340 patch.
+
2008-11-13 Jan Nijtmans <nijtmans@users.sf.net>
* generic/tclInt.h: rename static function FSUnloadTempFile to