summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 993c5c4..d6c920c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>