[cp-patches] [native] Removed cpmath macros.

2006-02-19 Thread Guilhem Lavaux
Hi, As suggested by Mark it is unnecessary to support compilers that does not support 64 bits integer. So jlong will be considered as a real type (and not potentially composite). This patch assumes this for now. Regards, Guilhem. ChangeLog: 2006-02-19 Guilhem Lavaux [EMAIL PROTECTED]

[cp-patches] FYI: Documenting UnicastRemoteObject

2006-02-19 Thread Audrius Meskauskas
This patch adds some documentation fo the UnicastRemoteObject 2006-02-19 Audrius Meskauskas [EMAIL PROTECTED] * java/rmi/server/UnicastRemoteObject.java: Documenting. Index: UnicastRemoteObject.java === RCS file:

[cp-patches] FYI: Reformatting gnu/java/rmi/server/UnicastServerRef.java

2006-02-19 Thread Audrius Meskauskas
In the gnu/java/rmi/server/UnicastServerRef.java all figure brackets are placed following Sun style. I need to work with this class now, but before posting other patches I just appy our Eclipse formatting tool. 2006-02-19 Audrius Meskauskas [EMAIL PROTECTED] *

Re: [cp-patches] [PATCH/JDWP] ID cleanups

2006-02-19 Thread Mark Wielaard
Hi Keith, On Fri, 2006-02-17 at 06:53 -0800, Keith Seitz wrote: +os.writeInt(VMFrame.size ()); // frameId [...] + public static int size () Both method invocation and method declaration don't have a space between the method name and the opening bracket. This is different from

[cp-patches] [native] CPNET implemented

2006-02-19 Thread Guilhem Lavaux
Hi, Here is the proposed default implementation for CPNET. It surely have bugs but for now it compiles. ChangeLog: 2006-02-19 Guilhem Lavaux [EMAIL PROTECTED] * configure.ac: Invoke GCC_ATTRIBUTE_UNUSED. * m4/gcc_attribute.m4: New file from ac_archive. *

[cp-patches] FYI: Fixes in tools package.

2006-02-19 Thread Audrius Meskauskas
2006-02-19 Audrius Meskauskas [EMAIL PROTECTED] * gnu/classpath/tools/giop/grmic/GiopRmicCompiler.java (compile): Call convertStubName. (convertStubName): New method. * gnu/classpath/tools/rmi/RMIC.java (main): Stub name fix. * gnu/classpath/tools/rmi/rmic/RmiMethodGenerator.java

[cp-patches] FYI: Other fixes in Tools package

2006-02-19 Thread Audrius Meskauskas
2006-02-19 Audrius Meskauskas [EMAIL PROTECTED] * gnu/classpath/tools/rmi/rmic/RmicCompiler.java (convertStubName): New method. * gnu/classpath/tools/rmi/rmic/templates/Stub_12.jav: Another stub name fix. Index: gnu/classpath/tools/rmi/rmic/RmicCompiler.java

[cp-patches] RFC: fix in proxy creation of interfaces redefining toString, equals or hashCode

2006-02-19 Thread Olivier Jolly
Hi, I bumped into a major problem with spring and easymock which boiled down to being a subtle definition of a Proxy. In the case of the creation of a proxy which defines the same method as Object (which is non final and public), the method in the interface must be so that getDeclaringClass is

[cp-patches] GTKContainerPeer.endValidation() fixlet

2006-02-19 Thread Mark Wielaard
Hi, As discussed on the main list there was a small bug in GtkContainerPeer.endValidation(). Top-level windows don't have a parent, so we have to check whether they are showing themselves. Otherwise some components would never have their parent and bounds setup. 2006-02-19 Mark Wielaard [EMAIL

Re: [cp-patches] RFC: fix in proxy creation of interfaces redefining toString, equals or hashCode

2006-02-19 Thread Mark Wielaard
Hi Olivier, On Sun, 2006-02-19 at 22:43 +0100, Olivier Jolly wrote: I bumped into a major problem with spring and easymock which boiled down to being a subtle definition of a Proxy. In the case of the creation of a proxy which defines the same method as Object (which is non final and

[cp-patches] RFC: GapContent.shiftEndUp

2006-02-19 Thread Robert Schuster
Hi, although this patch is ridicously simple I ask for what others think about it. I too pen paper to simulate what should happen in shiftGapEndUp and came to the conclusion that there is no reason why the mark should be set to newGapEnd + 1 and that the correct new mark would have been

[cp-testresults] FAIL: regressions for libgcj on Sun Feb 19 08:35:46 UTC 2006

2006-02-19 Thread cpdev
Baseline from: Sat Feb 18 23:43:03 UTC 2006 Regressions: FAIL: Thread_Sleep -O3 output - source compiled test FAIL: Thread_Sleep output - bytecode-native test Totals: PASS: 3391 XPASS: 0 FAIL: 2 XFAIL: 10 ___ Classpath-testresults mailing list

[cp-testresults] FAIL: regressions for libgcj on Sun Feb 19 17:17:38 UTC 2006

2006-02-19 Thread cpdev
Baseline from: Sat Feb 18 23:43:03 UTC 2006 Regressions: FAIL: Thread_Sleep -O3 output - bytecode-native test Totals: PASS: 3392 XPASS: 0 FAIL: 1 XFAIL: 10 ___ Classpath-testresults mailing list Classpath-testresults@gnu.org

[cp-testresults] FAIL: regressions for libgcj on Sun Feb 19 21:45:55 UTC 2006

2006-02-19 Thread cpdev
Baseline from: Sat Feb 18 23:43:03 UTC 2006 Regressions: FAIL: Thread_Sleep -O3 output - bytecode-native test FAIL: Thread_Sleep -O3 output - source compiled test Totals: PASS: 3391 XPASS: 0 FAIL: 2 XFAIL: 10 ___ Classpath-testresults mailing list

[cp-testresults] FAIL: regressions for mauve-jamvm on Sun Feb 19 22:29:22 UTC 2006

2006-02-19 Thread cpdev
Baseline from: Sun Feb 19 13:10:24 UTC 2006 Regressions: FAIL: gnu.testlet.java.lang.Thread.sleep: Interrupted sleep (number 2) New fails: FAIL: gnu.testlet.gnu.java.security.jce.TestOfKeyPairGenerator abnormal termination 142 CRASH or TIMEOUT FAIL:

Re: Classpath on Cygwin: failed to open native library error

2006-02-19 Thread Enrico Migliore
Enrico Migliore wrote: Hi, I'm trying to run Classpath on WindowsXP/Cygwin, using the JC virtual machine by Archie Cobbs. I know for sure that JC+Classpath work well on FreeBSD, and now I'm trying to get the duo working on WindowsXP/Cygwin. I've built successfully JC and Classpath-0.20 on

Re: Mysaifu JVM 0.2.1 released

2006-02-19 Thread Clemens Eisserer
Mysaifu JVM version 0.2.1 released. http://www2s.biglobe.ne.jp/~dat/java/project/jvm/index_en.html Thank you very much for doing this! lg Clemens

Re: GtkComponentPeer realization

2006-02-19 Thread Mark Wielaard
Hi Tom, On Thu, 2006-02-09 at 09:53 -0500, Thomas Fitzsimmons wrote: An unrealized GtkComponentPeer is a GtkWidget that has an uninitialized X window field. In other words, the X server doesn't have a window data structure allocated for it. We used to force-realize every GtkComponentPeer on

[Bug swing/26368] New: Possible memory leak in GapContent

2006-02-19 Thread roman at kennke dot org
In GapContent we store all created Position instances in an ArrayList. However, we never do remove any Position instances, even when they are not used anymore. With large documents and lots of editing this will blow up significantly (not an issue yet, since text components are not yet working very

[commit-cp] classpath ./ChangeLog.native native/jni/java-io... [NATIVE-LAYER]

2006-02-19 Thread Guilhem Lavaux
CVSROOT:/cvsroot/classpath Module name:classpath Branch: NATIVE-LAYER Changes by: Guilhem Lavaux [EMAIL PROTECTED] 06/02/19 11:43:54 Modified files: . : ChangeLog.native native/jni/java-io: java_io_VMFile.c native/jni/java-nio:

[commit-cp] classpath ./ChangeLog java/rmi/server/UnicastRe...

2006-02-19 Thread Audrius Meskauskas
CVSROOT:/sources/classpath Module name:classpath Branch: Changes by: Audrius Meskauskas [EMAIL PROTECTED] 06/02/19 13:56:26 Modified files: . : ChangeLog java/rmi/server: UnicastRemoteObject.java Log message: 2006-02-19 Audrius

[commit-cp] classpath gnu/java/rmi/server/UnicastServerRef....

2006-02-19 Thread Audrius Meskauskas
CVSROOT:/sources/classpath Module name:classpath Branch: Changes by: Audrius Meskauskas [EMAIL PROTECTED] 06/02/19 13:54:56 Modified files: gnu/java/rmi/server: UnicastServerRef.java . : ChangeLog Log message: 2006-02-19 Audrius

[commit-cp] classpath javax/swing/JViewport.java ./ChangeLog

2006-02-19 Thread Audrius Meskauskas
CVSROOT:/sources/classpath Module name:classpath Branch: Changes by: Audrius Meskauskas [EMAIL PROTECTED] 06/02/19 12:26:47 Modified files: javax/swing: JViewport.java . : ChangeLog Log message: 2006-02-18 Audrius Meskauskas

[commit-cp] classpath tools/gnu/classpath/tools/rmi/rmic/Rm...

2006-02-19 Thread Audrius Meskauskas
CVSROOT:/sources/classpath Module name:classpath Branch: Changes by: Audrius Meskauskas [EMAIL PROTECTED] 06/02/19 20:12:05 Modified files: tools/gnu/classpath/tools/rmi/rmic: RmiMethodGenerator.java tools/gnu/classpath/tools/rmi/rmic/templates:

[commit-cp] classpath ./ChangeLog.native ./configure.ac nat... [NATIVE-LAYER]

2006-02-19 Thread Guilhem Lavaux
CVSROOT:/cvsroot/classpath Module name:classpath Branch: NATIVE-LAYER Changes by: Guilhem Lavaux [EMAIL PROTECTED] 06/02/19 17:10:27 Modified files: . : ChangeLog.native configure.ac native/jni/java-net: javanet.c

[commit-cp] classpath ./ChangeLog gnu/java/awt/peer/gtk/Gtk...

2006-02-19 Thread Mark Wielaard
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Mark Wielaard [EMAIL PROTECTED] 06/02/19 22:32:45 Modified files: . : ChangeLog gnu/java/awt/peer/gtk: GtkContainerPeer.java Log message: *