Patch: java.util.Calendar

Tom Tromey tromey@redhat.com
Tue May 8 15:21:00 GMT 2001


>>>>> "Jeff" == Jeff Sturm <jsturm@one-point.com> writes:

Jeff> Calendar.add() in libgcj doesn't behave as the JDK does.  This
Jeff> patch brings it closer.  It still not be 100% correct, but I'd
Jeff> like to see this working in 3.0 if possible.

I don't think I'll check this in to 3.0.  We've run with it broken a
long time.  One more release won't hurt.

In my tree I'm using the Classpath GregorianCalendar, with your
Calendar fix and some fixes of my own to SimpleDateFormat.  With these
we pass almost all of the relevant Mauve tests (there aren't too many
-- I'm going to add more).  The one test we fail is irrelevant for now
(testing for an error if we try to give an invalid locale).

I'll check all of this into the trunk once I've done some more
testing.

Tom



More information about the Java-patches mailing list