Re: [cp-patches] [generics] RFC : implementation of jjava.lang.instrument package

2005-12-02 Thread Nicolas Geoffray
Hi Mark, Mark Wielaard wrote: My idea was even that a VM might only want to have one redefine prepare/apply cycle running at the same time. Then it can easily cleanup anything not used. But this might be optimizing for an unusual case. We can probably assume that transformers will actually

Re: [cp-patches] Patch: Implementing non-abstract members on abstract X509Certificate and correcting GeneralName OtherName parsing

2005-12-02 Thread Mark Wielaard
Hi, On Thu, 2005-12-01 at 21:18 -0800, Casey Marshall wrote: This patch looks good to me. Do you have a copyright assignment on file for Classpath? No, I'll sent Rafael the request forms. Most of this is small/obvious and can be applied when we change it to our coding style though. But for

Re: [cp-patches] FYI: Fixes in org.omg.CORBA.Object._is_equivalent.

2005-12-02 Thread Mark Wielaard
Hi Audrius, Going through some older patches. On Sun, 2005-11-06 at 14:24 +0100, Meskauskas Audrius wrote: + /** + * Get the hashcode of this IOR. + */ + public int hashCode() + { +Adler32 adler = new Adler32(); +if (key != null) + adler.update(key); +if

[cp-patches] Patch: More JFormattedTextField implementations and fixes

2005-12-02 Thread Anthony Balkissoon
This is the last big part of JFormattedTextField I was working on. It implements all the parts that were throwing InternalError (not implemented) and fixes a lot of bugs with how we were generating formatters and formatter factories. It also implements missing parts of

Re: [cp-patches] [generics] RFC : implementation of jjava.lang.instrument package

2005-12-02 Thread Mark Wielaard
Hi Nicolas, On Fri, 2005-12-02 at 12:22 +0100, Nicolas Geoffray wrote: Aha. Sorry I missed the dual nature of the ClassFileTransFormer.transform() method. I see you documented this in your original patch. In that case I really do think we should move these to vm/reference/java/lang and make

Re: [cp-patches] [generics] RFC : implementation of jjava.lang.instrument package

2005-12-02 Thread Nicolas Geoffray
Mark Wielaard wrote: Yes, but it makes it easier to share code with ClassLoader and VMClassLoader if we do this. Then callTransformers doesn't have to be public, but can just be package private. Then we don't have to worry about whether or not someone can get insecure access to a

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

[cp-patches] Re: Patch: fix alsa configury for systems with multilibs

2005-12-02 Thread Tom Tromey
Anthony == Anthony Green [EMAIL PROTECTED] writes: Anthony It's not enough to test that the alsa headers exist. We also Anthony need to make sure the libraries are there. This was a Anthony problem for x86-64 linux. Anthony Ok for everywhere? We talked on irc, but just for the record -- yes

[cp-patches] FYI: InternationalFormatter fixlet

2005-12-02 Thread Anthony Balkissoon
Small fixlet for InternationalFormatter. 2005-12-02 Anthony Balkissoon [EMAIL PROTECTED] * javax/swing/text/InternationalFormatter.java: (valueToString): If argument is null return empty String. --Tony Index: javax/swing/text/InternationalFormatter.java

[cp-patches] [generics] Patch: FYI: javax.naming generics cleanups

2005-12-02 Thread Tom Tromey
I'm checking this in on the generics branch. The 1.5 japi results seem to lag cvs by a couple of days. I found these missing genericizations when looking through the results today. Unfortunately due to the lag it is kind of hard to tell what is really unfinished; some of the things it claims are

[cp-patches] [generics] Patch: FYI: generics -vs- javax.sound.sampled

2005-12-02 Thread Tom Tromey
I'm checking this in on the generics branch. javax.sound.sampled was merged to the generics branch after my last round of genericization. This patch fixes it up. Tom 2005-12-02 Tom Tromey [EMAIL PROTECTED] * javax/sound/sampled/Port.java (Info): Genericized. *

Re: [Fwd: [cp-patches] [RFC, Concept proposal]: Easing target dependency]

2005-12-02 Thread Mark Wielaard
Hi Guilhem, On Wed, 2005-11-30 at 20:31 +0100, Guilhem Lavaux wrote: So I am proposing to keep the basic skeleton of the target layer but put the real code not in macro but in real C functions. That way we will be able to add autoconf macros without bothering the java interface and if

Re: StatCVS reports for GNU Classpath and Mauve

2005-12-02 Thread Dalibor Topic
David Gilbert wrote: I updated the StatCVS reports for GNU Classpath and Mauve: http://www.object-refinery.com/classpath/statcvs/index.html http://www.object-refinery.com/classpath/mauve/statcvs/index.html 2005 has been a good year! thanks David, and thanks to all involved writing the

Re: Strange failure [Fwd: Mail delivery failed: returning message to sender]

2005-12-02 Thread Meskauskas Audrius
Hello, Mark, XOR maybe also would be good enough, but the hashcode method is called very seldom for this class. It is not involved into the main functionality and is only needed in some very specific cases like verifying the client identity. Hence the execution speed may not matter very

Re: StatCVS reports for GNU Classpath and Mauve

2005-12-02 Thread Casey Marshall
On Nov 30, 2005, at 2:59 PM, David Gilbert wrote: I updated the StatCVS reports for GNU Classpath and Mauve: http://www.object-refinery.com/classpath/statcvs/index.html http://www.object-refinery.com/classpath/mauve/statcvs/index.html 2005 has been a good year! I see I've fallen out of

[commit-cp] classpath ChangeLog configure.ac

2005-12-02 Thread Anthony Green
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Anthony Green [EMAIL PROTECTED] 05/12/02 13:57:44 Modified files: . : ChangeLog configure.ac Log message: 2005-12-01 Anthony Green [EMAIL PROTECTED]

[commit-cp] classpath ./ChangeLog javax/swing/text/Internat...

2005-12-02 Thread Anthony Balkissoon
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Anthony Balkissoon [EMAIL PROTECTED] 05/12/02 20:16:05 Modified files: . : ChangeLog javax/swing/text: InternationalFormatter.java Log message: 2005-12-02

[commit-cp] classpath javax/naming/InitialContext.java java... [generics-branch]

2005-12-02 Thread Tom Tromey
CVSROOT:/cvsroot/classpath Module name:classpath Branch: generics-branch Changes by: Tom Tromey [EMAIL PROTECTED] 05/12/02 22:34:16 Modified files: javax/naming : InitialContext.java CompoundName.java CompositeName.java .

[commit-cp] classpath javax/sound/sampled/AudioFileFormat.j... [generics-branch]

2005-12-02 Thread Tom Tromey
CVSROOT:/cvsroot/classpath Module name:classpath Branch: generics-branch Changes by: Tom Tromey [EMAIL PROTECTED] 05/12/02 22:48:55 Modified files: javax/sound/sampled: AudioFileFormat.java Line.java Port.java AudioFormat.java