diff options
author | Kevin B Kenny <kennykb@acm.org> | 2004-03-10 16:01:21 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2004-03-10 16:01:21 (GMT) |
commit | 1969f4d63cdf7429ac325c01e8d15c4fcd94afc0 (patch) | |
tree | fbd137727c35739b11146e57d326899ef0f42213 /ChangeLog | |
parent | a70545f044df014691de40703123cfc21c68a806 (diff) | |
download | tcl-1969f4d63cdf7429ac325c01e8d15c4fcd94afc0.zip tcl-1969f4d63cdf7429ac325c01e8d15c4fcd94afc0.tar.gz tcl-1969f4d63cdf7429ac325c01e8d15c4fcd94afc0.tar.bz2 |
* generic/tclGetDate.y (TclGetDate): Fix so that
[clock scan <timeOfDay> -gmt true] uses the GMT base date
instead of the local one. [Bug 913513]
* tests/clock.test: Added test cases for wrong ISO8601 week number
[Bug 500285] and wrong GMT base date [Bug 913513]. Several tests
still fail on Windows, and these are actual faults in [clock scan].
Fix is still pending.
* generic/tclDate.c: Regenerated.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2004-03-10 Kevin B. Kenny <kennykb@acm.org> + + * generic/tclGetDate.y (TclGetDate): Fix so that + [clock scan <timeOfDay> -gmt true] uses the GMT base date + instead of the local one. [Bug 913513] + * tests/clock.test: Added test cases for wrong ISO8601 week number + [Bug 500285] and wrong GMT base date [Bug 913513]. Several tests + still fail on Windows, and these are actual faults in [clock scan]. + Fix is still pending. + * generic/tclDate.c: Regenerated. + 2004-03-08 Vince Darley <vincentdarley@users.sourceforge.net> * generic/tclFileName.c: Fix to 'glob -path' near the root |