diff options
author | Kevin B Kenny <kennykb@acm.org> | 2004-05-27 18:28:44 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2004-05-27 18:28:44 (GMT) |
commit | 005fd8340ba1c93d1a405ab631915c207c0cd2c9 (patch) | |
tree | 6dfdfbd8bed2cc26a17e8976f18ce53edd0b7204 /ChangeLog | |
parent | 04c50b976611cadd91f12866c7a91dc5241b60e3 (diff) | |
download | tcl-005fd8340ba1c93d1a405ab631915c207c0cd2c9.zip tcl-005fd8340ba1c93d1a405ab631915c207c0cd2c9.tar.gz tcl-005fd8340ba1c93d1a405ab631915c207c0cd2c9.tar.bz2 |
* tests/clock.test: Added a single test for the presence of %G
in [clock format], and conditioned out the clock-10.x series if
they're all going to fail because of a broken strftime() call.
[Bug 961714]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2004-05-27 Kevin B. Kenny <kennykb@acm.org> + + * tests/clock.test: Added a single test for the presence of %G + in [clock format], and conditioned out the clock-10.x series if + they're all going to fail because of a broken strftime() call. + [Bug 961714] + 2004-05-27 Donal K. Fellows <donal.k.fellows@man.ac.uk> * generic/tclHash.c (CompareStringKeys): Added #ifdef to allow |