diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2007-06-20 22:36:58 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2007-06-20 22:36:58 (GMT) |
commit | f2a4435d9dcee968a38875304ef473a7e4d32698 (patch) | |
tree | 02ece812aa9589aaa453d6c4c8749454d265da88 /ChangeLog | |
parent | b3b634498bad82d9a92be1965c94f7b3933679f6 (diff) | |
download | tcl-f2a4435d9dcee968a38875304ef473a7e4d32698.zip tcl-f2a4435d9dcee968a38875304ef473a7e4d32698.tar.gz tcl-f2a4435d9dcee968a38875304ef473a7e4d32698.tar.bz2 |
* generic/tclVar.c: streamline namespace vars deletion: only
compute the variable's full name if the variable is traced.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2007-06-20 Miguel Sofer <msofer@users.sf.net> + + * generic/tclVar.c: streamline namespace vars deletion: only + compute the variable's full name if the variable is traced. + 2007-06-20 Don Porter <dgp@users.sourceforge.net> * generic/tclInt.decls: Revised the interfaces of the routines |