diff options
author | Kevin B Kenny <kennykb@acm.org> | 2004-09-08 15:38:28 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2004-09-08 15:38:28 (GMT) |
commit | 30204f6dca832947b87b204f4fb74bccbd0be640 (patch) | |
tree | 46ac560d77a5ba621f11e75736f2c19ba8a94fac /ChangeLog | |
parent | 81f39c521013b8e14be326102c01400789e50150 (diff) | |
download | tcl-30204f6dca832947b87b204f4fb74bccbd0be640.zip tcl-30204f6dca832947b87b204f4fb74bccbd0be640.tar.gz tcl-30204f6dca832947b87b204f4fb74bccbd0be640.tar.bz2 |
* generic/tclClock.c (TclClockMktimeObjCmd): Fixed a bug where
the month was scanned incorrectly in -timezone :localtime.
* tests/clock.test (clock-40.1): Added regression test case for
the bug where month was scanned incorrectly in -timezone :localtime.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,10 @@ * doc/clock.n: Corrected a buglet in the header information. [Bug 1024058] + * generic/tclClock.c (TclClockMktimeObjCmd): Fixed a bug where + the month was scanned incorrectly in -timezone :localtime. + * tests/clock.test (clock-40.1): Added regression test case for + the bug where month was scanned incorrectly in -timezone :localtime. 2004-09-07 David Gravereaux <davygrvy@pobox.com> |