diff options
author | nijtmans <nijtmans> | 2008-11-25 23:19:01 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2008-11-25 23:19:01 (GMT) |
commit | 00452d9d7d4d961a4659fc21e69febb307d184f0 (patch) | |
tree | 30839af6e8ba95ccd3b3546349a8e12b36608a0b /ChangeLog | |
parent | 27413e2e6be699ec19189b0c87894f786205deb5 (diff) | |
download | tcl-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |