Re: [cp-patches] The Any and the Principal.

2005-03-06 Thread Tom Tromey
> "Audrius" == Meskauskas Audrius <[EMAIL PROTECTED]> writes: Audrius> public abstract org.omg.CORBA.portable.InputStream create_input_stream(); IMO it would be more idiomatic to import this class or use a wildcard import for the package. Writing out fully qualified names is a bit weird.

[cp-patches] Move our CORBA classes to gnu.CORBA

2005-03-06 Thread Andrew John Hughes
I'm committing the attached patch to move the Classpath-specific CORBA classes to gnu.CORBA 2005-03-06 Andrew John Hughes <[EMAIL PROTECTED]> * gnu/CORBA/primitiveArrayTypeCode.java: Moved from org.omg.CORBA. * gnu/CORBA/primitiveTypeCode.java: Likewise. * org/om

[cp-patches] Calendar localization reworked

2005-03-06 Thread Sven de Marothy
Hi, This reworks the localization for Calendar and GregorianCalendar, moving the week-data into gnu.java.locale.LocaleInformation and allowing us to get rid of gnu.java.locale.Calendar*.java. The neccessary changes to localegen have been posted to the cp-tools list. Once the regenerated locale file

[cp-patches] FYI: NamedValue with three flag interfaces: Oh, terrible day today.

2005-03-06 Thread Meskauskas Audrius
2005-06-03 Audrius Meskauskas <[EMAIL PROTECTED]> * org/omg/CORBA/NamedValue.java, org/omg/CORBA/ARG_IN.java, org/omg/CORBA/ARG_OUT.java, org/omg/CORBA/ARG_INOUT.java: New files. NamedValue.java Description: Binary data ARG_IN.java Description: Binary data ARG_INOUT.java Description: Binary

[cp-patches] CORBA Bounds/IDLEntity fix

2005-03-06 Thread Andrew John Hughes
I'm committing the attached patch which fixes the references to Bounds in throws to reference the correct instance of Bounds, and adds IDLEntity implementations to the appropriate classes. 2005-03-06 Andrew John Hughes <[EMAIL PROTECTED]> * org/omg/CORBA/CompletionStatus.java, o

[cp-patches] FYI: NamedValue with three flag interfaces.

2005-03-06 Thread Meskauskas Audrius
2005-06-03 Audrius Meskauskas <[EMAIL PROTECTED]> * org/omg/CORBA/NamedValue.java, org/omg/CORBA/ARG_IN.java, org/omg/CORBA/ARG_OUT.java, org/omg/CORBA/ARG_INOUT.java: New files. ___ Classpath-patches mailing list Classpath-patches@gnu.org http://lists

[cp-patches] FYI: fixing the bug in the holder _read method.

2005-03-06 Thread Meskauskas Audrius
2005-06-03 Audrius Meskauskas <[EMAIL PROTECTED]> * org/omg/CORBA/BooleanHolder.java org/omg/CORBA/ByteHolder.java org/omg/CORBA/CharHolder.java org/omg/CORBA/DoubleHolder.java org/omg/CORBA/FixedHolder.java org/omg/CORBA/FloatHolder.java org/omg/CORBA/IntHolder.java org/omg/CORBA/LongHolder.java

[cp-patches] FYI: AnyHolder: sorry for forgetting to attach the file.

2005-03-06 Thread Meskauskas Audrius
2005-06-03 Audrius Meskauskas <[EMAIL PROTECTED]> * org/omg/CORBA/AnyHolder.java: New file. AnyHolder.java Description: Binary data ___ Classpath-patches mailing list Classpath-patches@gnu.org http://lists.gnu.org/mailman/listinfo/classpath-patches

[cp-patches] FYI:AnyHolder

2005-03-06 Thread Meskauskas Audrius
2005-06-03 Audrius Meskauskas <[EMAIL PROTECTED]> * org/omg/CORBA/AnyHolder.java: new file ___ Classpath-patches mailing list Classpath-patches@gnu.org http://lists.gnu.org/mailman/listinfo/classpath-patches