summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index aaebdbf..99a8b75 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2004-09-21 Don Porter <dgp@users.sourceforge.net>
+ * generic/tclBasic.c: Reworked management of the interp
+ * generic/tclCompile.c: flag ERR_ALREADY_LOGGED, to reduce
+ * generic/tclExecute.c: its exposure. Still left several
+ * generic/tclNamesp.c: references that are just too nice
+ on performace to do away with. These changes also resolve
+ an inconsistency in the ::errorInfo values produced by
+ [namespace eval x error foo bar] and
+ [namespace eval x {error foo bar}].
+
* generic/tclExecute.c (TclCompEvalObj): Simplified
the TclCompEvalObj routine. Much housekeeping now reliably
happens elsewhere. [Patch 1031949]