summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-10-08 14:50:56 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-10-08 14:50:56 (GMT)
commit7d5aead5703d324d80a98cf890f90b9a452cb9a2 (patch)
tree1e54193a5e8b7423f7fa37f5f18a862109ea7eb2 /ChangeLog
parentea51624d959bfd0e5e3da93cc4c454e57ee21a72 (diff)
downloadtcl-7d5aead5703d324d80a98cf890f90b9a452cb9a2.zip
tcl-7d5aead5703d324d80a98cf890f90b9a452cb9a2.tar.gz
tcl-7d5aead5703d324d80a98cf890f90b9a452cb9a2.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 5bc3901..6ab61fc 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-07 Donal K. Fellows <dkf@users.sf.net>
* doc/binary.n: Added better documentation of the [binary encode] and