summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2007-08-25 16:53:24 (GMT)
committerKevin B Kenny <kennykb@acm.org>2007-08-25 16:53:24 (GMT)
commite49284b70f26fd21f2b9751427b43b076965d60c (patch)
tree6c33a0dd669e487058840c3763b86973bf747b91 /ChangeLog
parent30befb3c49274ee4989a40ab39af49e2d2838891 (diff)
downloadtcl-e49284b70f26fd21f2b9751427b43b076965d60c.zip
tcl-e49284b70f26fd21f2b9751427b43b076965d60c.tar.gz
tcl-e49284b70f26fd21f2b9751427b43b076965d60c.tar.bz2
* library/clock.tcl (ParseClockScanFormat): Modified code to allow
* tests/clock.test (clock-60.*): case-insensitive matching of time zone and month names. [Bug 1781282]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ff69a91..c133296 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,11 @@
that results in 32- and 64-bit integer results, avoiding calls to
wide integer exponentiation routines in this common case.
[Bug 1767293]
+
+ * library/clock.tcl (ParseClockScanFormat): Modified code to allow
+ * tests/clock.test (clock-60.*): case-insensitive
+ matching of time zone and month names. [Bug 1781282]
+
2007-08-24 Don Porter <dgp@users.sourceforge.net>