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 | e1c441a5cca553db93cb6ff7f8cc31eb112579b7 (patch) | |
| tree | f5684ffa64e09262af4b6c237115c6f29e8358d3 | |
| parent | d0d8924ba26e2bd923f59d4b6537a311564f4f81 (diff) | |
| download | tcl-e1c441a5cca553db93cb6ff7f8cc31eb112579b7.zip tcl-e1c441a5cca553db93cb6ff7f8cc31eb112579b7.tar.gz tcl-e1c441a5cca553db93cb6ff7f8cc31eb112579b7.tar.bz2 | |
bugs 1090413, 1092789 fixed
| -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: |
