[cp-patches] FYI: PortableServer API fixes.

2005-07-23 Thread Meskauskas Audrius
2005-07-22 Audrius Meskauskas [EMAIL PROTECTED] * org/omg/PortableServer/RequestProcessingPolicyOperations.java, org/omg/PortableServer/ServantRetentionPolicyOperations.java, org/omg/PortableServer/ThreadPolicyOperations.java, org/omg/PortableServer/IdAssignmentPolicyOperations.java,

[cp-patches] FYI: Added NEWS entry about POA for 0.18 release.

2005-07-23 Thread Meskauskas Audrius
2005-07-23 Audrius Meskauskas [EMAIL PROTECTED] NEWS: Added entry about POA. Index: NEWS === RCS file: /cvsroot/classpath/classpath/NEWS,v retrieving revision 1.86 diff -u -r1.86 NEWS --- NEWS15 Jul 2005 13:53:04 -

Re: [cp-patches] RFC: New JCL helper functions for RawData handling

2005-07-23 Thread Dalibor Topic
Guilhem Lavaux wrote: On Fri, 2005-07-22 at 13:55 -0600, Tom Tromey wrote: Guilhem == Guilhem Lavaux [EMAIL PROTECTED] writes: Guilhem Here are some new functions for JCL to help create RawData Guilhem instances and retrieve data from them. Guilhem +#ifdef POINTERS_ARE_64BIT Guilhem +

[cp-patches] FYI: CORBA POA API fixes

2005-07-23 Thread Meskauskas Audrius
2005-07-23 Audrius Meskauskas [EMAIL PROTECTED] * org/omg/PortableServer/ServantLocatorOperations.java, org/omg/PortableServer/ServantActivatorOperations.java: Inherit from ServantManagerOperations. * org/omg/PortableServer/CurrentOperations.java: Inherit from org.omg.CORBA.CurrentOperations.

[cp-patches] FYI: API doc fixes in javax.swing.*

2005-07-23 Thread David Gilbert
I committed this patch: 2005-07-23 David Gilbert [EMAIL PROTECTED] * javax/swing/ImageIcon.java: API doc fixes, * javax/swing/JLayeredPane.java: likewise, * javax/swing/JSplitPane.java: likewise, * javax/swing/JTree.java: likewise, *

[cp-patches] FYI: API doc fixes for java.text.*

2005-07-23 Thread David Gilbert
I committed this patch: 2005-07-23 David Gilbert [EMAIL PROTECTED] * java/text/AttributedString.java: API doc fixes, * java/text/ChoiceFormat.java: likewise, * java/text/CollationElementIterator.java: likewise, * java/text/CollationKey.java: likewise, *

[cp-patches] FYI: added API docs for javax.swing.Icon interface

2005-07-23 Thread David Gilbert
I committed this patch: 2005-07-23 David Gilbert [EMAIL PROTECTED] * javax/swing/Icon.java: added API doc comments. Regards, Dave Index: javax/swing/Icon.java === RCS file:

[cp-patches] FYI: added/updated API docs for javax.swing.BoundedRangeModel

2005-07-23 Thread David Gilbert
I committed this patch: 2005-07-23 David Gilbert [EMAIL PROTECTED] * javax/swing/BoundedRangeModel.java: added/updated API doc comments. Regards, Dave Gilbert Index: javax/swing/BoundedRangeModel.java === RCS file:

Re: [cp-patches] RFC: misc NIO fixes

2005-07-23 Thread Casey Marshall
Committed. I changed a few minor things, such as using Mark's suggestion to use 'madvise' to load the file into core. I can't get this to work with Jamvm on Darwin; I get a bizarre segfault when trying to create the new MappedByteBufferImpl, and apparently 'mincore' does not work properly