summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2003-03-24 00:49:00 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2003-03-24 00:49:00 (GMT)
commitbdee05bdf3138ee3a38a722e5612793dd41a4088 (patch)
treeec397507f692485d7e5c4ccceb042455569223d5 /ChangeLog
parentd6bb8342a07b1761c0dee8ad1dc219cdb31941dd (diff)
downloadtcl-bdee05bdf3138ee3a38a722e5612793dd41a4088.zip
tcl-bdee05bdf3138ee3a38a722e5612793dd41a4088.tar.gz
tcl-bdee05bdf3138ee3a38a722e5612793dd41a4088.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 b11fbd4..35366a1 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-24 Pat Thoyts <patthoyts@users.sourceforge.net>
* library/dde/pkgIndex.tcl: bumped version to 1.2.2 in tclWinDde.c,