summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2008-07-28 20:00:57 (GMT)
committerandreas_kupries <akupries@shaw.ca>2008-07-28 20:00:57 (GMT)
commit24cd37cd688085d4c016ab87e112add167d69173 (patch)
treec9ae4bdded6df431ec80cf526bc7ebae73c19e7a /ChangeLog
parentc5be2d186c8738b465587c5433f3f4c422c95313 (diff)
downloadtcl-24cd37cd688085d4c016ab87e112add167d69173.zip
tcl-24cd37cd688085d4c016ab87e112add167d69173.tar.gz
tcl-24cd37cd688085d4c016ab87e112add167d69173.tar.bz2
* generic/tclBasic.c: Added missing release of extended command
word index when deleting an interpreter (DeleteInterpProc). Added missing ref count when creating an empty string as path (EvalEx). * generic/tclCompile.c (TclInitCompileEnv): Made same change to control flow as in TclEvalObjEx. Not needed while uplevel and siblings go through the eval-direct code path, however if that changes (like it did in 8.5+) better to have this in place instead of re-searching why certain places are without absolute locations. * tests/info.test: Added tests 38.*, exactly testing the tracking of location for uplevel scripts, and made the testsuite fully usable with and without -singleproc 1.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 28efae3..023241f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2008-07-28 Andreas Kupries <andreask@activestate.com>
+
+ * generic/tclBasic.c: Added missing release of extended command
+ word index when deleting an interpreter (DeleteInterpProc). Added
+ missing ref count when creating an empty string as path (EvalEx).
+
+ * generic/tclCompile.c (TclInitCompileEnv): Made same change to
+ control flow as in TclEvalObjEx. Not needed while uplevel and
+ siblings go through the eval-direct code path, however if that
+ changes (like it did in 8.5+) better to have this in place instead
+ of re-searching why certain places are without absolute locations.
+
+ * tests/info.test: Added tests 38.*, exactly testing the tracking
+ of location for uplevel scripts, and made the testsuite fully
+ usable with and without -singleproc 1.
+
2008-07-25 Daniel Steffen <das@users.sourceforge.net>
* tests/info.test: Add !singleTestInterp constraint to various tests;