diff options
author | dgp <dgp@users.sourceforge.net> | 2004-11-15 21:47:21 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-11-15 21:47:21 (GMT) |
commit | a7b6d284d9a81d17771007a9b3158d7a3ee2abdf (patch) | |
tree | 9717c0374c2caf6f45e09dcb36894b7895ccd57c /ChangeLog | |
parent | cd2e2d4f0350a8752c58aab0c644f415e8b770a3 (diff) | |
download | tcl-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-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |