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

2005-12-01 Thread Mark Wielaard
Hi Nicolas, On Mon, 2005-11-28 at 19:08 +0100, Nicolas Geoffray wrote: Here's two files, InstrumentationImpl and VMInstrumentationImpl. I put all native vm specific methods in VMInstrumentationImpl, but if you think it's not necessary, it's ok with me to have all these methods in

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

2005-12-01 Thread Rafael Teixeira
2005-12-01 Rafael Teixeira [EMAIL PROTECTED] * gnu/java/security/der/DERValue.java Clearer information returned by toString() to help debugging * gnu/java/security/x509/ext/GeneralNames.java Fix the parsing of the OtherName choice and the tagClass checking *

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

2005-12-01 Thread Rafael Teixeira
Sorry I hit the send buttom a bit to early, hope it can be grokked Rafael Teixeira ___ Classpath-patches mailing list Classpath-patches@gnu.org http://lists.gnu.org/mailman/listinfo/classpath-patches

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

2005-12-01 Thread Anthony Green
It's not enough to test that the alsa headers exist. We also need to make sure the libraries are there. This was a problem for x86-64 linux. Ok for everywhere? AG 2005-12-01 Anthony Green [EMAIL PROTECTED] * configure.ac: Make sure we have an alsa library in addition to the headers.

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

2005-12-01 Thread Mark Wielaard
Hi Nicolas, On Thu, 2005-12-01 at 17:51 +0100, Nicolas Geoffray wrote: Also if something went wrong with the transformation of any of them we might want to have a cancelRedefineClass() to let the VM know we won't be applying any prepared classes. I had in mind that the VM wouldn't need a

Re: [cp-patches] FYI: Removed javaio from CVS.

2005-12-01 Thread Mark Wielaard
Hi, On Sat, 2005-11-26 at 14:25 +0100, Guilhem Lavaux wrote: It looks like javaio.[ch] is unused. So I am removing these files. Thanks, you are right. All this functionality moved to the nio implementation. Note to others, you do need te rerun autogen.sh after updating with this change in.

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

2005-12-01 Thread Mark Wielaard
Hi Anthony, On Thu, 2005-12-01 at 08:59 -0800, Anthony Green wrote: It's not enough to test that the alsa headers exist. We also need to make sure the libraries are there. 2005-12-01 Anthony Green [EMAIL PROTECTED] * configure.ac: Make sure we have an alsa library in addition to

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

2005-12-01 Thread Casey Marshall
On Dec 1, 2005, at 8:05 AM, Rafael Teixeira wrote: 2005-12-01 Rafael Teixeira [EMAIL PROTECTED] * gnu/java/security/der/DERValue.java Clearer information returned by toString() to help debugging * gnu/java/security/x509/ext/GeneralNames.java Fix the parsing of the OtherName choice

Re: mauve comparison with tgolem

2005-12-01 Thread Mark Wielaard
Hi Christian, On Tue, 2005-11-29 at 21:20 +0100, Christian Thalinger wrote: On Tue, 2005-11-29 at 15:04 +0100, Mark Wielaard wrote: * Changed implementation of VMClassLoader.getPackage(s) : new method VMClassLoader.getBootPackages should be implemented by the vm, and sould return a

Re: Generics Branch Merge Announcement: Classpath 0.19 - 2005/11/27

2005-12-01 Thread Mark Wielaard
Hi Andrew, On Sun, 2005-11-27 at 22:12 +, Andrew John Hughes wrote: All patches from Classpath 0.19 through to this afternoon (2005/11/27) to HEAD have been merged to the generics branch. Keep up the good work! :) Same to you! It is always a short announcement, but I know that with the

Re: Usage of RFC documentation for Javadoc

2005-12-01 Thread Mark Wielaard
Hi Wolfgang, On Wed, 2005-11-30 at 20:03 +0100, Wolfgang Baer wrote: So the question comes to my mind if we also can use or maybe quote from the RFC documents in our javadocs. This would make documentation easier and as its the specification also correct in every detail. For your

[commit-cp] classpath javax/imageio/ImageIO.java javax/imag... [generics-branch]

2005-12-01 Thread Tom Tromey
CVSROOT:/cvsroot/classpath Module name:classpath Branch: generics-branch Changes by: Tom Tromey [EMAIL PROTECTED] 05/12/01 15:09:50 Modified files: javax/imageio : ImageIO.java ImageReader.java ImageWriter.java IIOImage.java