[cp-patches] [generics] Patch: FYI: genericize javax.imageio

2005-12-01 Thread Tom Tromey
I'm checking this in on the generics branch. This genericizes javax.imageio. There are a couple minor bug fixes that were found when doing this. I think this is the last set of packages that needed to be genericized. Tom 2005-12-01 Tom Tromey <[EMAIL PROTECTED]> * javax/imageio/spi/

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 Instrumen

[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 * gnu/java/security/x509

[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

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

2005-12-01 Thread Nicolas Geoffray
Hi Mark Mark Wielaard wrote: 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 a

[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. T

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

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. Che

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 additi

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 choic