diff options
author | Kevin B Kenny <kennykb@acm.org> | 2004-12-29 22:07:56 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2004-12-29 22:07:56 (GMT) |
commit | 25782ab32acefa7b8fcff47b6adfb3ff6510820e (patch) | |
tree | f5684ffa64e09262af4b6c237115c6f29e8358d3 /ChangeLog | |
parent | f68ab6508b8355f713be6c3005204bbab14717aa (diff) | |
download | tcl-25782ab32acefa7b8fcff47b6adfb3ff6510820e.zip tcl-25782ab32acefa7b8fcff47b6adfb3ff6510820e.tar.gz tcl-25782ab32acefa7b8fcff47b6adfb3ff6510820e.tar.bz2 |
bugs 1090413, 1092789 fixed
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +2004-12-29 Kevin B. Kenny <kennykb@acm.org> + + * generic/tclDate.c: Regen + * generic/tclGetDate.y (TclDatelex): + Fixed a problem where a four-digit group with >=2 + leading zeroes appeared to be a two-digit group, leading to + misinterpreting the time 0012 as 1200. [Bug # 1090413] + * library/clock.tcl: Added code to interpret correctly months + outside the range 01-12 as reduced modulo 12 + with a corresponding adjustment to the year. + [Bug 1092789] + * tests/clock.test: Added regression test cases for the above two + bugs. + * unix/Makefile.in: Added --no-lines to the 'bison' command line + * win/Makefile.in: to help constrain the number of diffs in a cvs + checkin. + 2004-12-24 Miguel Sofer <msofer@users.sf.net> * generic/tclCompile.c: |