GregorianCalendar.java (getLinearTime): Avoid counting the leap day of the leap year...
authorIto Kazumitsu <kaz@maczuka.gcd.org>
Thu, 27 Nov 2003 09:16:13 +0000 (09:16 +0000)
committerMichael Koch <mkoch@gcc.gnu.org>
Thu, 27 Nov 2003 09:16:13 +0000 (09:16 +0000)
commit33ebe68e6423c64ec40a6f82009a6000eb078d74
treec3e5b3e6556c8b3b8819997437729e6cd8b51ed6
parent0e8c0c22a533da3c330151bc2d7387b4757f7bad
GregorianCalendar.java (getLinearTime): Avoid counting the leap day of the leap year twice.

2003-11-27  Ito Kazumitsu  <kaz@maczuka.gcd.org>

* java/util/GregorianCalendar.java (getLinearTime): Avoid counting
the leap day of the leap year twice.
(computeFields): First week of month is 1 not 0.

From-SVN: r73984
libjava/ChangeLog
libjava/java/util/GregorianCalendar.java