diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2007-10-27 00:24:17 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2007-10-27 00:24:17 (GMT) |
commit | fa4a04163f4966cc813aa45279e46f5a5781c253 (patch) | |
tree | 3e81fdaf80fb9567afd10d44d15974be6d82bb83 /ChangeLog | |
parent | 8b30f2f362026a4485c6d34051d0b7a89b4991ff (diff) | |
download | tcl-fa4a04163f4966cc813aa45279e46f5a5781c253.zip tcl-fa4a04163f4966cc813aa45279e46f5a5781c253.tar.gz tcl-fa4a04163f4966cc813aa45279e46f5a5781c253.tar.bz2 |
* generic/tclVar.c: try to preserve Tcl_Objs when doing variable
lookups by name, partially addressing [Bug 1793601]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2007-10-27 Miguel Sofer <msofer@users.sf.net> + + * generic/tclVar.c: try to preserve Tcl_Objs when doing variable + lookups by name, partially addressing [Bug 1793601] + 2007-10-27 Donal K. Fellows <dkf@users.sf.net> * tools/tcltk-man2html.tcl (make-man-pages, htmlize-text) |