diff options
author | Kevin B Kenny <kennykb@acm.org> | 2007-08-25 16:53:24 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2007-08-25 16:53:24 (GMT) |
commit | e49284b70f26fd21f2b9751427b43b076965d60c (patch) | |
tree | 6c33a0dd669e487058840c3763b86973bf747b91 /ChangeLog | |
parent | 30befb3c49274ee4989a40ab39af49e2d2838891 (diff) | |
download | tcl-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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> |