[cp-patches] FYI: Updgrading CORBA interceptor system to CORBA 3.0.3 (jdk 1.5)

2005-11-11 Thread Meskauskas Audrius
This patch introduces IORInterceptor_3_0.java that appears from jdk 1.5 and implements changes, required for this class to work. 2005-11-11 Audrius Meskauskas [EMAIL PROTECTED] * org/omg/PortableInterceptor/IORInterceptor_3_0.java,

[cp-patches] FYI: Fix for SocketChannelImpl.read()

2005-11-11 Thread Mark Wielaard
John Zigman spotted a typo in SocketChannelImpl.read() where we could put too much bytes into the destination ByteBufffer. This fixes it as he suggested. 2005-11-11 Mark Wielaard [EMAIL PROTECTED] Reported by [EMAIL PROTECTED] as bug #24608. * gnu/java/nio/SocketChannelImpl.java

Re: [cp-patches] FYI: Swing text fixlets

2005-11-11 Thread Mark Wielaard
Hi Roman, On Fri, 2005-11-04 at 15:42 +0100, Mark Wielaard wrote: On Fri, 2005-11-04 at 11:33 +, Roman Kennke wrote: This adds the getMinimumSize() method to the BasicTextUI and replaces a 'should never happen' comment with an assert statement. [...] catch (BadLocationException

[cp-patches] RFC: Container fix

2005-11-11 Thread Lillian Angel
I made this change because I found in some case events were not being dispatched properly. If in the MOUSE_CLICKED event we find that the candidate (for mouseEventTarget) and the pressedComponent are not equal, null is returned for the mouseEventTarget. In this case, I think that pressCount

Re: [cp-patches] Patch: Container fix

2005-11-11 Thread Lillian Angel
This looks fine to me. Tom Committed. Thanks. ___ Classpath-patches mailing list Classpath-patches@gnu.org http://lists.gnu.org/mailman/listinfo/classpath-patches

Re: [cp-patches] RFC: new VM interface for Socket impls

2005-11-11 Thread Mark Wielaard
Hi, On Wed, 2005-11-09 at 21:16 +, Roman Kennke wrote: Ingo has abstracted out the native code from gnu.java.net.PlainSocketImpl and gnu.java.net.PlainDatagramSocketImpl into a new VM interface. This allows VM implementors to provide a different implementation for the native parts of

[cp-patches] Fix for autogen.sh

2005-11-11 Thread Archie Cobbs
I've checked in this fix for autogen.sh on FreeBSD. 2005-11-11 Archie Cobbs [EMAIL PROTECTED] * autogen.sh: Fix broken libtool version detection on FreeBSD. -Archie __ Archie Cobbs *CTO, Awarix

[cp-patches] Patch: BasicSplitPaneUI fix

2005-11-11 Thread Lillian Angel
Small fix for the split pane. 2005-11-11 Lillian Angel [EMAIL PROTECTED] * javax/swing/plaf/basic/BasicSplitPaneUI.java (getMinimumDividerLocation): Fixed to use the minimum size of the correct component. Also, removed call to getAvailableSize, this is not

Re: [cp-patches] FYI: BasicListUI

2005-11-11 Thread Lillian Angel
On Fri, 2005-11-11 at 16:09 -0500, Lillian Angel wrote: On Thu, 2005-11-10 at 20:35 +, Roman Kennke wrote: Hi, I fixed some buggies in the BasicListUI. The fixed cell height and width should now correctly be recognized. In addition to that I optimized the painting so that only the

Re: [cp-patches] Patch: use StringBuilder for reading/writing property files

2005-11-11 Thread Mark Wielaard
On Wed, 2005-11-02 at 11:31 +0100, Christian Thalinger wrote: On Tue, 2005-11-01 at 22:16 +0100, Mark Wielaard wrote: That seems like an significant improvement. Could you test with a larger dataset (or just run the test in a loop 10 times)? I still haven't tried with gcj. If someone could