summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-10-08 14:52:38 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-10-08 14:52:38 (GMT)
commitc0384761647b436730467f41458a6c495532b14b (patch)
tree283b89b06c2ba1a92b8cb7c5a9d3c4406057cc3b /ChangeLog
parentdc5c90f4a6e01534ffc03e64ca44c034c87a68df (diff)
downloadtcl-c0384761647b436730467f41458a6c495532b14b.zip
tcl-c0384761647b436730467f41458a6c495532b14b.tar.gz
tcl-c0384761647b436730467f41458a6c495532b14b.tar.bz2
* generic/tclTrace.c: Corrected handling of errors returned by
variable traces so that the errorInfo value contains the original error message. [Bug 2151707] * generic/tclVar.c: Revised implementation of TclObjVarErrMsg so that error message construction does not disturb an existing iPtr->errorInfo that may be in progress.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a7491f4..82a7f21 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2008-10-08 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclTrace.c: Corrected handling of errors returned by
+ variable traces so that the errorInfo value contains the original
+ error message. [Bug 2151707]
+
+ * generic/tclVar.c: Revised implementation of TclObjVarErrMsg
+ so that error message construction does not disturb an existing
+ iPtr->errorInfo that may be in progress.
+
2008-10-06 Jan Nijtmans <nijtmans@users.sf.net>
* tclWinTest.c: Fix compiler warning when compiling this file with mingw gcc: