diff options
author | Kevin B Kenny <kennykb@acm.org> | 2004-05-18 21:52:56 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2004-05-18 21:52:56 (GMT) |
commit | 9952f1458ffdf3f22b1013dab019fb273dff357f (patch) | |
tree | 68fc172017b9d4cf65f0d772cfaada0f085f643c /ChangeLog | |
parent | 796e34e6aaf5f3b99f1c0e9d7906567eeb2ad087 (diff) | |
download | tcl-9952f1458ffdf3f22b1013dab019fb273dff357f.zip tcl-9952f1458ffdf3f22b1013dab019fb273dff357f.tar.gz tcl-9952f1458ffdf3f22b1013dab019fb273dff357f.tar.bz2 |
* compat/strftime.c (_fmt, ISO8601Week):
* doc/clock.n:
* tests/clock.test: Major rework to the handling of ISO8601
week numbers. Now passes all the %G and %V test cases on
Windows, Linux and Solaris [Bugs #500285, #500389, and #852944]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2004-05-18 Kevin B. Kenny <kennykb@acm.org> + + * compat/strftime.c (_fmt, ISO8601Week): + * doc/clock.n: + * tests/clock.test: Major rework to the handling of ISO8601 + week numbers. Now passes all the %G and %V test cases on + Windows, Linux and Solaris [Bugs #500285, #500389, and #852944] + 2004-05-17 Kevin B. Kenny <kennykb.@acm.org> * generic/tclInt.decls: Restored TclpTime_t kludge to all |