diff options
author | Kevin B Kenny <kennykb@acm.org> | 2004-10-27 15:39:11 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2004-10-27 15:39:11 (GMT) |
commit | 92c681aa2eddf84cf71f8d3debd36a6d452be888 (patch) | |
tree | 9edf4167cc20c7609343bf8cb87d71e5789b4249 /ChangeLog | |
parent | 4955bdc67b8a5c3d9d12cf70cfe0b73c8a4f4ca8 (diff) | |
download | tcl-92c681aa2eddf84cf71f8d3debd36a6d452be888.zip tcl-92c681aa2eddf84cf71f8d3debd36a6d452be888.tar.gz tcl-92c681aa2eddf84cf71f8d3debd36a6d452be888.tar.bz2 |
backport fixes for 868489 and 1026125
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2004-10-26 Kevin B. Kenny <kennykb@acm.org> + + * generic/tclCmdAH.c (Tcl_FormatObjCmd): Backport a missing bit + of the bug 868486 fix. + * generic/tclObj.c (SetBooleanFromAny): Backport fix for Bug + 1026125. + * tests/format.test (format-19.1): Additional regression test for + Bug 868489. + 2004-10-26 Donal K. Fellows <donal.k.fellows@man.ac.uk> * doc/*.n: Backporting of documentation updates. |