diff options
author | nijtmans <nijtmans> | 2008-11-19 00:04:49 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2008-11-19 00:04:49 (GMT) |
commit | 718ed7c6446b39172357c0d70f17e914f5a4c1d4 (patch) | |
tree | 6c434737601ffbe21c8412c86a0487131b4c3ffd /ChangeLog | |
parent | 3f59149579bd66510f70ecdd2cb420bb1e45e614 (diff) | |
download | tcl-718ed7c6446b39172357c0d70f17e914f5a4c1d4.zip tcl-718ed7c6446b39172357c0d70f17e914f5a4c1d4.tar.gz tcl-718ed7c6446b39172357c0d70f17e914f5a4c1d4.tar.bz2 |
Convert Tcl_SetResult(......, TCL_DYNAMIC) to
Tcl_SetResult(......, TCL_VOLATILE), in preparation
for TIP #340
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2008-11-19 Jan Nijtmans <nijtmans@users.sf.net> + + * generic/tclThreadTest.c Convert Tcl_SetResult(......, TCL_DYNAMIC) to + Tcl_SetResult(......, TCL_VOLATILE), in preparation + for TIP #340 + 2008-11-17 Jan Nijtmans <nijtmans@users.sf.net> * generic/tcl.decls: Fix signature and implementation of |