This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Patch: java.util.Calendar


>>>>> "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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]