diff options
author | ferrieux <ferrieux@users.sourceforge.net> | 2010-05-31 22:58:56 (GMT) |
---|---|---|
committer | ferrieux <ferrieux@users.sourceforge.net> | 2010-05-31 22:58:56 (GMT) |
commit | 085647e065d5d19e1b3e8124cb42424cdd9821c8 (patch) | |
tree | e84ac848a1e1ffcffa2d829a33cfaa2ca066dbb2 /ChangeLog | |
parent | 67dc34a79def67d6d61add7f0635c45806fc7a50 (diff) | |
download | tcl-085647e065d5d19e1b3e8124cb42424cdd9821c8.zip tcl-085647e065d5d19e1b3e8124cb42424cdd9821c8.tar.gz tcl-085647e065d5d19e1b3e8124cb42424cdd9821c8.tar.bz2 |
Fix computation of [uplevel] offsets in TIP 341.
Only depend on callerPtr chaining now.
Needed for upcoming coro patch.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2010-06-101 Alexandre Ferrieux <ferrieux@users.sourceforge.net> + + * generic/tclNamesp.c: Fix computation of [uplevel] offsets in TIP 341. + * tests/error.test: Only depend on callerPtr chaining now. + * tests/result.test: Needed for upcoming coro patch. + 2010-05-31 Jan Nijtmans <nijtmans@users.sf.net> * generic/tclVar.c Eliminate some casts to (Tcl_HashTable *) |