diff options
author | Kevin B Kenny <kennykb@acm.org> | 2007-04-20 02:46:32 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2007-04-20 02:46:32 (GMT) |
commit | c28fcd8a776243c520c721fd5abf2037ebc86706 (patch) | |
tree | dc3ad846d8fa7bda46b6d51e53e78a3cefac6778 /ChangeLog | |
parent | 41da80ee66a3a7325bde6e0e8e661a066a932c2b (diff) | |
download | tcl-c28fcd8a776243c520c721fd5abf2037ebc86706.zip tcl-c28fcd8a776243c520c721fd5abf2037ebc86706.tar.gz tcl-c28fcd8a776243c520c721fd5abf2037ebc86706.tar.bz2 |
* tests/clock.test (clock-40.1, clock-58.1): Corrected a
test case that depended on ":localtime" being able to handle
dates prior to the Posix epoch, [Bug 1618445] Added a test
case for the dates of the Japanese emperors. [Bug 1637471]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -13,6 +13,10 @@ user 'nyademo' for pointing this out and developing a fix. * generic/tclPathObj.c: Corrected a 'const'ness fault that caused bitter complaints from MSVC. + * tests/clock.test (clock-40.1, clock-58.1): Corrected a + test case that depended on ":localtime" being able to handle + dates prior to the Posix epoch, [Bug 1618445] Added a test + case for the dates of the Japanese emperors. [Bug 1637471] 2007-04-19 Donal K. Fellows <donal.k.fellows@manchester.ac.uk> |