summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2003-03-24 00:55:15 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2003-03-24 00:55:15 (GMT)
commit208ca31442c2e1c40f81bd060a735acadfdce4d3 (patch)
treed9b1ebf48b0822af1a572cf09b012c8974fe9c46 /ChangeLog
parent11faa6f4300fd411354704845136e378832cdb24 (diff)
downloadtcl-208ca31442c2e1c40f81bd060a735acadfdce4d3.zip
tcl-208ca31442c2e1c40f81bd060a735acadfdce4d3.tar.gz
tcl-208ca31442c2e1c40f81bd060a735acadfdce4d3.tar.bz2
* generic/tclVar.c:
* tests/var.test: fixing ObjMakeUpvar's lookup algorithm for the created local variable, bugs #631741 and #696893.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a32a280..12fbcc3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2003-03-24 Miguel Sofer <msofer@users.sf.net>
+
+ * generic/tclVar.c:
+ * tests/var.test: fixing ObjMakeUpvar's lookup algorithm for the
+ created local variable, bugs #631741 (Chris Darroch) and #696893
+ (David Hilker).
+
2003-03-22 Kevin Kenny <kennykb@acm.org>
* library/dde/pkgIndex.tcl: