diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-06-17 23:41:00 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-06-17 23:41:00 (GMT) |
commit | 1eab272665547e3f9be60541313af2b3c614c747 (patch) | |
tree | 6c75fc7a238a9d2b00bfd317f1b847798a418e12 /ChangeLog | |
parent | e1e80d15370c158d3ae2870cfc5d26e1d9791046 (diff) | |
download | tcl-1eab272665547e3f9be60541313af2b3c614c747.zip tcl-1eab272665547e3f9be60541313af2b3c614c747.tar.gz tcl-1eab272665547e3f9be60541313af2b3c614c747.tar.bz2 |
Fix bug in [format %hx] handling on selected platforms. [Bug 1154163]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2005-06-18 Donal K. Fellows <donal.k.fellows@man.ac.uk> + + * generic/tclCmdAH.c (Tcl_FormatObjCmd): Fix for [Bug 1154163]; only + * tests/format.test: insert 'l' modifier when it is needed. + 2005-06-17 Donal K. Fellows <dkf@users.sf.net> * generic/tclTimer.c (AfterDelay): Split out the code to manage |