summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2008-07-25 22:11:18 (GMT)
committerandreas_kupries <akupries@shaw.ca>2008-07-25 22:11:18 (GMT)
commite6ab7a094e17c5ecfaed583a37feb06afbc6bd94 (patch)
tree39a2112341211435426b708bc1f762560a383c9a /ChangeLog
parent492567dd1a47ceb460e19a20e233ff6d1efeb5ab (diff)
downloadtcl-e6ab7a094e17c5ecfaed583a37feb06afbc6bd94.zip
tcl-e6ab7a094e17c5ecfaed583a37feb06afbc6bd94.tar.gz
tcl-e6ab7a094e17c5ecfaed583a37feb06afbc6bd94.tar.bz2
* tests/info.test: Tests 38.* added, exactly testing the tracking
of location for uplevel scripts. Resolved merge conflict on info-37.0, switched !singleTestInterp constraint to glob matching instead. Ditto info-22.8, removed constraint, more glob matching, and reduced the depth of the stack we check. More is coming, right now I want to commit the bug fixes. * tests/oo.test: Updated oo-22.1 for expanded location tracking. * generic/tclCompile.c (TclInitCompileEnv): Reorganized the initialization of the #280 location information to match the flow in TclEvalObjEx to get more absolute contexts. * generic/tclBasic.c (TclEvalObjEx): Added missing cleanup of extended location information.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 20baea6..56429bf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2008-07-25 Andreas Kupries <andreask@activestate.com>
+
+ * tests/info.test: Tests 38.* added, exactly testing the tracking
+ of location for uplevel scripts. Resolved merge conflict on
+ info-37.0, switched !singleTestInterp constraint to glob matching
+ instead. Ditto info-22.8, removed constraint, more glob matching,
+ and reduced the depth of the stack we check. More is coming, right
+ now I want to commit the bug fixes.
+
+ * tests/oo.test: Updated oo-22.1 for expanded location tracking.
+
+ * generic/tclCompile.c (TclInitCompileEnv): Reorganized the
+ initialization of the #280 location information to match the flow
+ in TclEvalObjEx to get more absolute contexts.
+
+ * generic/tclBasic.c (TclEvalObjEx): Added missing cleanup of
+ extended location information.
+
2008-07-25 Daniel Steffen <das@users.sourceforge.net>
* tests/info.test (info-37.0): Add !singleTestInterp constraint;