summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-11-15 21:47:21 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-11-15 21:47:21 (GMT)
commita7b6d284d9a81d17771007a9b3158d7a3ee2abdf (patch)
tree9717c0374c2caf6f45e09dcb36894b7895ccd57c /ChangeLog
parentcd2e2d4f0350a8752c58aab0c644f415e8b770a3 (diff)
downloadtcl-a7b6d284d9a81d17771007a9b3158d7a3ee2abdf.zip
tcl-a7b6d284d9a81d17771007a9b3158d7a3ee2abdf.tar.gz
tcl-a7b6d284d9a81d17771007a9b3158d7a3ee2abdf.tar.bz2
* generic/tclInt.h: Added comment warning that the old
ERR_IN_PROGRESS and ERROR_CODE_SET flag values should not be re-used for the sake of those extensions that have accessed them. * generic/tclCmdMZ.c (Tcl_TraceObjCmd): Fixed Bug 1065378 which failed * tests/trace.test (trace-33.1): to permit a variable trace created with [trace variable] to be destroyed with [trace remove]. Thanks to Keith Vetter for the report.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 900ce9c..196be4f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2004-11-15 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclInt.h: Added comment warning that the old
+ ERR_IN_PROGRESS and ERROR_CODE_SET flag values should not be re-used
+ for the sake of those extensions that have accessed them.
+
+ * generic/tclCmdMZ.c (Tcl_TraceObjCmd): Fixed Bug 1065378 which failed
+ * tests/trace.test (trace-33.1): to permit a variable trace
+ created with [trace variable] to be destroyed with [trace remove].
+ Thanks to Keith Vetter for the report.
+
2004-11-15 Donal K. Fellows <donal.k.fellows@man.ac.uk>
* doc/tclvars.n: Added section to documentation on global