diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2003-05-07 21:15:43 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2003-05-07 21:15:43 (GMT) |
commit | 3b3fd58326def069be2ac1b8aab26a9d875aa237 (patch) | |
tree | ef4a6196a9098acb617cbec70c0b2a10a0874bbe /ChangeLog | |
parent | c9ca13a50c7725c87968a8ce5e2053d23b5bd5cf (diff) | |
download | tcl-3b3fd58326def069be2ac1b8aab26a9d875aa237.zip tcl-3b3fd58326def069be2ac1b8aab26a9d875aa237.tar.gz tcl-3b3fd58326def069be2ac1b8aab26a9d875aa237.tar.bz2 |
Made error message for [trace info] more consistent with documentation.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2003-05-07 Donal K. Fellows <fellowsd@cs.man.ac.uk> + * generic/tclCmdMZ.c (Tcl_TraceObjCmd): Made error message for + 'trace info' more consistent with documentation. [Bug 706961] + * generic/tclDictObj.c (DictInfoCmd): Fixed memory leak caused by confusion about string ownership. [Bug 731706] |