[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

Some feedback from ApacheCon

2005-07-23 Thread Leo Simons
Hi gang! Mark Wielaard wrote on harmony-dev: snip/ Some of the people around the GNU Classpath projects really don't feel that they are part of Harmony. And I do try to bring them in. But when some of these people tried to get a feeling how/what people thought about what they have been

Re: Implementation details of VMStackWalker

2005-07-23 Thread ingo . proetel
The next thing I would like to have is a method to get the calling method name. This would be good for logging. You could create a Throwable() object and then get the StackFrame[]. That is what the logging API currently does. But that's terrribly inefficient. We could add a new method to

additional 16x16 Metal icons

2005-07-23 Thread theUser BL
At first, thx to Tom, for the answer to my last postion Metal icons. But are drawn 16x16 icons needed? I have seen http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/plaf/metal/MetalIconFactory.java in CLasspath 0.17 So I have created

Re: Implementation details of VMStackWalker

2005-07-23 Thread Ingo Prötel
Am Freitag, den 22.07.2005, 23:59 +0200 schrieb Mark Wielaard: Hi, On Fri, 2005-07-22 at 18:01 +0100, Andrew Haley wrote: Ingo Prötel writes: I just implemented VMStackWalker for our VM and have some questions. The reference implementation of 'getCallingClass()' and

Re: additional 16x16 Metal icons

2005-07-23 Thread theUser BL
So I have created http://www.theuserbl.ag.vu/GNUIcons.jar [...] Additional I have created http://www.theuserbl.ag.vu/AllIcons.jar Oh, I have forgotten to say: Both are not only executable *.jar files. They both also included the *.java Source in it. Greatings theuserbl

Re: Implementation details of VMStackWalker

2005-07-23 Thread Archie Cobbs
[EMAIL PROTECTED] wrote: The next thing I would like to have is a method to get the calling method name. This would be good for logging. You could create a Throwable() object and then get the StackFrame[]. That is what the logging API currently does. But that's terrribly inefficient. We

Re: Implementation details of VMStackWalker

2005-07-23 Thread Archie Cobbs
Ingo Prötel wrote: I would like to get the common case where private or protected methods are called before the actual stack check happens. This changes the current semantic but I feel that it would be more useful and less fragile to changes of classes that want to use VMStackWalker. If there is

Re: additional 16x16 Metal icons

2005-07-23 Thread Roman Kennke
Hi theUser (what is your real name btw?) At first, thx to Tom, for the answer to my last postion Metal icons. But are drawn 16x16 icons needed? Generally, we have most of the icons that are needed atm, which is not to say that we are complete with icons. There are a lot of things missing

Re: JNI assertion failure

2005-07-23 Thread Archie Cobbs
Archie Cobbs wrote: With Classpath 0.16, trying to run a very simple Swing demo under JCVM, I get a JNI assertion failure in a call to GetIntField(), because the object type and the fieldID are not compatible: gnu/java/awt/peer/gtk/[EMAIL PROTECTED] not instance of

Re: Some feedback from ApacheCon

2005-07-23 Thread Dalibor Topic
Leo Simons wrote: Hi gang! Mark Wielaard wrote on harmony-dev: snip/ Some of the people around the GNU Classpath projects really don't feel that they are part of Harmony. And I do try to bring them in. But when some of these people tried to get a feeling how/what people thought about what

ClasspathToolkit redesign.

2005-07-23 Thread Sven de Marothy
Hi all, Ok, I've been looking into the issue of our AWT peer interface now that I've been running my peers on Classpath in earnest. The goal here is to try to bring our peer interface as close to Sun's as possible. And simplify things for potential peer-authors. First off, ClasspathToolkit

Re: JNI assertion failure

2005-07-23 Thread Dalibor Topic
Archie Cobbs wrote: Archie Cobbs wrote: With Classpath 0.16, trying to run a very simple Swing demo under JCVM, I get a JNI assertion failure in a call to GetIntField(), because the object type and the fieldID are not compatible: gnu/java/awt/peer/gtk/[EMAIL PROTECTED] not instance of

[commit-cp] classpath ./ChangeLog org/omg/PortableServer/Id...

2005-07-23 Thread Audrius Me�kauskas
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Audrius Meškauskas [EMAIL PROTECTED] 05/07/23 07:42:32 Modified files: . : ChangeLog org/omg/PortableServer: IdAssignmentPolicyOperations.java

[commit-cp] classpath NEWS

2005-07-23 Thread Audrius Me�kauskas
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Audrius Meškauskas [EMAIL PROTECTED] 05/07/23 10:21:15 Modified files: . : NEWS Log message: 2005-07-23 Audrius Meskauskas [EMAIL PROTECTED] NEWS: Added

[commit-cp] classpath java/awt/Component.java ./ChangeLog

2005-07-23 Thread Sven de Marothy
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Sven de Marothy [EMAIL PROTECTED] 05/07/23 15:29:49 Modified files: java/awt : Component.java . : ChangeLog Log message: 2005-07-23 Sven de Marothy

[commit-cp] classpath/java/awt List.java

2005-07-23 Thread Sven de Marothy
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Sven de Marothy [EMAIL PROTECTED] 05/07/23 15:47:47 Modified files: java/awt : List.java Log message: 2005-07-23 Sven de Marothy [EMAIL PROTECTED] *

[commit-cp] classpath ./ChangeLog org/omg/PortableServer/Cu...

2005-07-23 Thread Audrius Me�kauskas
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Audrius Meškauskas [EMAIL PROTECTED] 05/07/23 17:09:52 Modified files: . : ChangeLog org/omg/PortableServer: CurrentOperations.java

[commit-cp] classpath ./ChangeLog java/text/AttributedStrin...

2005-07-23 Thread David Gilbert
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: David Gilbert [EMAIL PROTECTED] 05/07/23 20:25:15 Modified files: . : ChangeLog java/text : AttributedString.java ChoiceFormat.java

[commit-cp] classpath ./ChangeLog javax/swing/ImageIcon.jav...

2005-07-23 Thread David Gilbert
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: David Gilbert [EMAIL PROTECTED] 05/07/23 19:47:14 Modified files: . : ChangeLog javax/swing: ImageIcon.java JLayeredPane.java