Re: [cp-patches] RFC: fix JarEntry cert lookup

2006-11-26 Thread Casey Marshall
On Nov 25, 2006, at 3:59 PM, Raif S. Naffah wrote: hello Casey, On Tuesday 21 November 2006 08:35, Casey Marshall wrote: ... This patch fixes an issue with JarEntry objects that are created before the entry is verified: we used to bind the certificates to a JarEntry at creation time, so if

[cp-patches] Re: [cp-testresults] classpath daily snapshot 20061009 FAILED

2006-11-26 Thread Mark Wielaard
Hi, A bit old, but still relevant. On Mon, 2006-10-09 at 10:40 -0600, Tom Tromey wrote: Michael == Michael Koch [EMAIL PROTECTED] writes: Michael The question is now: Do we want to support glibc (and Michael probably other libc's for embedded targets) that lack this Michael method?

Re: [cp-patches] Revise threading description in vmintegration.texinfo

2006-11-26 Thread Mark Wielaard
Hi Ian, On Fri, 2006-08-18 at 16:42 +0100, Ian Rogers wrote: I'm resending this updated patch with a hope that someone will commit it now that I've got all the FSF paper work through. Finally I did this. Apologies for the huge delay. this patch revises the discussion of threading in the VM

[cp-patches] FYI: fix for erroring out during build of midi-dssi on gnu/linux

2006-11-26 Thread Dalibor Topic
Hi all, the attached patch removes the strict warnings for midi-dssi code, which otherwise caused the build to error out on GNU/Linux. See bug #26756 for details. 2006-11-26 Dalibor Topic [EMAIL PROTECTED] Fixes bug #26756. * native/jni/midi-dssi/Makefile.am (AM_CFLAGS):

[cp-patches] FYI: Fix for build on darwin5

2006-11-26 Thread Dalibor Topic
Hi all, I've checked in the patch below to fix the build on darwin5, where strerror_r does not exist, apparently. 2006-11-26 Dalibor Topic [EMAIL PROTECTED] Fixes bug #29133. * libraries/clib/nio/gnu_java_nio_VMSelector.c (Java_gnu_java_nio_VMSelector_select):

[cp-patches] FYI: Reset Socket timeout after ServerSocket accept

2006-11-26 Thread Mark Wielaard
Hi, The fixes the regression we were seeing in mauve gnu.testlet.java.net.ServerSocket.AcceptTimeout. After a socket is accepted through a server socket we must explicitly reset the timeout. Since we are doing this through VMChannel now the easiest way was to do this through the java interface.

[cp-patches] FYI: Fix dir creation for parallel build

2006-11-26 Thread Mark Wielaard
Hi, Andrew Hughes found an issue when doing a make -jn where some dirs weren't created properly. The problem comes from us keeping a list of dirs to create by hand (plus some autogenerated list) when we want to copy the resources. The following makes dir creation explicit for all resource files.

[cp-patches] FYI: fix for bug #25557, gen-classlish.sh.in vs. solaris /bin/sh

2006-11-26 Thread Dalibor Topic
Hi all, I've checked in the attached patch, coming from the gcj mailing list, that was OK-ed by Tom Tromey in the mail here: http://article.gmane.org/gmane.comp.gcc.patches/124653 but hasn't been checked in yet. 2006-11-26 Roger Sayle roger at eyesopen.com Ian Lance Taylor ian

Re: [cp-patches] FYI: Fix dir creation for parallel build

2006-11-26 Thread Andrew John Hughes
On Sun, 2006-11-26 at 23:46 +0100, Mark Wielaard wrote: Hi, Andrew Hughes found an issue when doing a make -jn where some dirs weren't created properly. The problem comes from us keeping a list of dirs to create by hand (plus some autogenerated list) when we want to copy the resources. The

[cp-patches] FYI: Implement serialization in BeanContextSupport

2006-11-26 Thread Andrew John Hughes
This patch adds serialization support to BeanContextSupport. Tests to follow. Changelog: 2006-11-27 Andrew John Hughes [EMAIL PROTECTED] * java/beans/beancontext/BeanContextSupport.java: (readObject(ObjectInputStream)): Implemented. (writeObject(ObjectOutputStream)):

[cp-patches] FYI: few DecimalFormat fixes

2006-11-26 Thread Mario Torre
Il giorno dom, 26/11/2006 alle 21.06 +0100, Mark Wielaard ha scritto: - java.sql.Timestamp.TimestampTest - java.text.MessageFormat.format - java.text.MessageFormat.parse - java.text.NumberFormat.UK - locales.LocaleTest These all seem to be caused by the last Decimal/NumberFormat patch. We

[cp-patches] FYI: Added Jeroen Jeroen Frijters to Authors

2006-11-26 Thread Raif S. Naffah
hello there, after approval from Mark, i added Jeroen to the list of AUTHORS. the ChangeLog entry is: 2006-11-27 Raif S. Naffah [EMAIL PROTECTED] * AUTHORS: Added Jeroen Fritjers. cheers; rsn pgpne65fe7e9h.pgp Description: PGP signature