Re: [Fwd: Re: [cp-patches] Comparable in java.util.Calendar]

2005-12-02 Thread Mark Wielaard
Hi Kendall, On Tue, 2005-11-22 at 09:55 -0600, Kendall Bell wrote: 2005-11-21 Kendall Bell [EMAIL PROTECTED] * java/util/Calendar.java: Implemented Comparable. (compareTo) Method added. Thanks. Could you also email that to the classpath-patches list so others can

[Fwd: Re: [cp-patches] Comparable in java.util.Calendar]

2005-11-25 Thread Kendall Bell
]) by gnu.wildebeest.org with esmtp (Exim 3.36 #1 (Debian)) id 1EfJyb-0002VD-00 for [EMAIL PROTECTED]; Thu, 24 Nov 2005 17:29:37 +0100 Subject: Re: [cp-patches] Comparable in java.util.Calendar From: Mark Wielaard [EMAIL PROTECTED

Re: Comparable in java.util.Calendar

2005-11-25 Thread Tom Tromey
Kendall == Kendall Bell [EMAIL PROTECTED] writes: Kendall I would like to implement Comparable in Kendall java.util.Calendar.java. I fell that this is necessary for Kendall compatibility with other JRE's. Note that this is already done on the generics branch. But I think it wouldn't hurt

Re: [cp-patches] Comparable in java.util.Calendar

2005-11-22 Thread Mark Wielaard
Hi Kendall, On Mon, 2005-11-21 at 21:35 -0600, Kendall Bell wrote: 2005-11-21 Kendall Bell [EMAIL PROTECTED] * java/util/Calendar.java: Implemented Comparable. Seems you accidentally attached the original source file, not the diff -u patch. Please do include all method names you

[cp-patches] Comparable in java.util.Calendar

2005-11-21 Thread Kendall Bell
2005-11-21 Kendall Bell [EMAIL PROTECTED] * java/util/Calendar.java: Implemented Comparable. /* Calendar.java -- Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classpath is free software; you can

Comparable in java.util.Calendar

2005-11-21 Thread Kendall Bell
I would like to implement Comparable in java.util.Calendar.java. I fell that this is necessary for compatibility with other JRE's. Kendall Bell begin:vcard fn:Kendall Bell n:Bell;Kendall email;internet:[EMAIL PROTECTED] x-mozilla-html:FALSE version:2.1 end:vcard

Re: Comparable in java.util.Calendar

2005-11-21 Thread Stephen Crawley
Kendall Bell wrote: I would like to implement Comparable in java.util.Calendar.java. I fell that this is necessary for compatibility with other JRE's. Kendall Bell Which other JRE's are you talking about? For the record, java.util.Calendar does NOT implement Comparable in the JDK 1.4.2.

Re: Comparable in java.util.Calendar

2005-11-21 Thread Mark Wielaard
Hi Kendall, On Mon, 2005-11-21 at 17:15 -0600, Kendall Bell wrote: I would like to implement Comparable in java.util.Calendar. That seems like a nice start for a 1.5 addition. Please follow the Hacking Guide for some general instructions and post a patch to classpath-patches plus ChangeLog