From 25782ab32acefa7b8fcff47b6adfb3ff6510820e Mon Sep 17 00:00:00 2001 From: Kevin B Kenny Date: Wed, 29 Dec 2004 22:07:56 +0000 Subject: bugs 1090413, 1092789 fixed --- ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8f18544..f3bf6cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2004-12-29 Kevin B. Kenny + + * 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 * generic/tclCompile.c: -- cgit v0.12