RE: JavaView runs with GNU Classpath

2006-06-08 Thread theUser BL
Yesterday I have tested the ClosedSource program JavaView (http://www.javaview.de) on jamvm and cacao with the GNU Classpath Snapshot from yesterday. And it works fine. Now I have also nice screenshots of it running with GNU Classpath: http://user.web-gear.com/theuserbl/Bildschirmphoto6.png

[Bug awt/27917] Massive memory leak in Graphics2D image operations

2006-06-08 Thread hendrich at informatik dot uni-hamburg dot de
--- Comment #9 from hendrich at informatik dot uni-hamburg dot de 2006-06-08 12:25 --- (In reply to comment #8) This seems to be a deadlock happening when the HideCursorManager sets the cursor at some inconvenient time. I haven't debugged it fully yet. Good catch! This sounds very

Re: JavaView runs with GNU Classpath

2006-06-08 Thread Chris Burdess
theUser BL wrote: If Show Backside is enabled, the backside isn't shown, and if it is disabled with GNU Classpath the backside is shown. FYI http://www.m-w.com/dictionary/backside -- 犬 Chris Burdess They that can give up essential liberty to obtain a little safety deserve neither liberty

Would nice, if you publish your code also under AL2

2006-06-08 Thread theUser BL
If anybody at GNU Classpath writes files for GNU Classpath, which are completly written by its own and which don't depends ob GNU Classpath specific classes, it would be nice, if you also could publish it under the Apache License 2. So, that this brings the Harmony- and the GNU

Would nice, if you publish your code also under AL2

2006-06-08 Thread theUser BL
If you write completly classes for GNU Classpath at your own and they don't depend on other GNU Classpath specific files, it would be nice, if you would also publish it under the Apache License 2. I think it would be nice, to bring the Harmony- and GNU Classpath-project more together. Have

Mauve reports

2006-06-08 Thread Roman Kennke
FYI: I have set up my old Mauve report script on builder.classpath.org to generate nice HTML for the Mauve results: http://builder.classpath.org/mauve/mauvereport.cgi This really is only a frontend to: http://builder.classpath.org/mauve/mauve-jamvm These results normally get updated

[crypto] OAEP, EME-OAEP, RC4

2006-06-08 Thread John Pritchard
dear reader, A couple classes I'm moving into classpath::crypto/ciphers: OAEP, EME-OAEP (and it looks like there's no RC4 there). If you're working on any of these, please let me know. cheers John http://www.syntelos.com/src/com/syntelos/foam/OAEP.java.html

Re: I've wrote some classes - what sould I do with it?

2006-06-08 Thread Mark Wielaard
Hi Maciej, On Tue, 2006-06-06 at 21:59 +0200, Maciej Piechotka wrote: I've started writting java.util.concurrent classes. I've finish few of them, but they are undocummented and unchecked (I have no java 1.5 compiler). What should I do with it - write, check, document or just send/ Cool

Re: Native layer

2006-06-08 Thread Mark Wielaard
Hi Guilhem, On Tue, 2006-06-06 at 22:34 +0200, Guilhem Lavaux wrote: I have a working native layer branch on jamvm (though I have not really counted if there was a regression I know the one from kaffe and the important ones in mauve are passing on standard linux). I will propose before the

[Bug awt/27960] New: CairoGraphics2D.setTransform() doesn't update clip

2006-06-08 Thread david dot gilbert at object-refinery dot com
I wrote a couple of Mauve tests to check the effect of the setTransform() and transform() methods on the clip for a Graphics2D: gnu.testlet.java.awt.Graphics2D.setTransform gnu.testlet.java.awt.Graphics2D.transform Both methods should impact the clip area, but in our CairoGraphics2D

[Bug swing/27833] Strange repaint bugs after Graphics2D update

2006-06-08 Thread david dot gilbert at object-refinery dot com
--- Comment #29 from david dot gilbert at object-refinery dot com 2006-06-08 15:10 --- (In reply to comment #27) However, I think the patch is correct and most likely it is just revealing another bug elsewhere. I'll file a separate bug once I've looked at it some more... I think

Re: Would nice, if you publish your code also under AL2

2006-06-08 Thread Mario Torre
Il giorno gio, 08/06/2006 alle 13.56 +, theUser BL ha scritto: I think it would be nice, to bring the Harmony- and GNU Classpath-project more together. Hi! Though sometimes I use the AL2 (see http://limamobilelibrary.dev.java.net for an example), I still prefer to use the old good GPL

Re: Mauve reports

2006-06-08 Thread Tom Tromey
Roman == Roman Kennke [EMAIL PROTECTED] writes: Roman FYI: I have set up my old Mauve report script on builder.classpath.org Roman to generate nice HTML for the Mauve results: Thanks! Roman http://builder.classpath.org/mauve/mauvereport.cgi I made a link to this from the builder's main web

Re: Would nice, if you publish your code also under AL2

2006-06-08 Thread Sven de Marothy
On Thu, 2006-06-08 at 13:56 +, theUser BL wrote: If you write completly classes for GNU Classpath at your own and they don't depend on other GNU Classpath specific files, it would be nice, if you would also publish it under the Apache License 2. I think it would be nice, to bring the

Re: Mauve reports

2006-06-08 Thread David Gilbert
Roman Kennke wrote: FYI: I have set up my old Mauve report script on builder.classpath.org to generate nice HTML for the Mauve results: http://builder.classpath.org/mauve/mauvereport.cgi Nice! This really is only a frontend to: http://builder.classpath.org/mauve/mauve-jamvm Does

Re: Mauve reports

2006-06-08 Thread Archie Cobbs
David Gilbert wrote: Roman Kennke wrote: These results normally get updated continuously, so the frontend should always report the latest results that have been built sucessfully. In the future we will (hopefully) add more compiler/VM(/classlib) combinations so that we can compare the results

Re: Would nice, if you publish your code also under AL2

2006-06-08 Thread Dalibor Topic
On Thu, Jun 08, 2006 at 01:56:11PM +, theUser BL wrote: If you write completly classes for GNU Classpath at your own and they don't depend on other GNU Classpath specific files, it would be nice, if you would also publish it under the Apache License 2. That's not sufficient. Please read

Re: I've wrote some classes - what sould I do with it?

2006-06-08 Thread Maciej Piechotka
On 6/8/06, Mark Wielaard [EMAIL PROTECTED] wrote: Hi Maciej, On Tue, 2006-06-06 at 21:59 +0200, Maciej Piechotka wrote: I've started writting java.util.concurrent classes. I've finish few of them, but they are undocummented and unchecked (I have no java 1.5 compiler). What should I do with

Re: [crypto] OAEP, EME-OAEP, RC4

2006-06-08 Thread Morgon Kanter
John Pritchard wrote: A couple classes I'm moving into classpath::crypto/ciphers: OAEP, EME-OAEP (and it looks like there's no RC4 there). ARCFour is there, check the prng dir. -- Morgon Kanter [EMAIL PROTECTED]

Re: Java2D Headless

2006-06-08 Thread Roman Kennke
FYI: I am working on a set of AWT peers on top of Escher (an X11 protocol impl in pure java). It has no dependencies at all, except for an X server running somewhere on the net (localhost for best performance of course). Headless mode could easily be supported by this, even without X server then.

[Bug classpath/22915] Indirect use of natives in java.io package

2006-06-08 Thread gnu_andrew at member dot fsf dot org
--- Comment #4 from gnu_andrew at member dot fsf dot org 2006-06-08 20:05 --- I've posted the patch here. I got this to compile, but it breaks the bootstrap cycle somewhere with both JamVM and Cacao. If someone wants to take a look, please do. I'm afraid personally I'll have to put

Re: Mauve reports

2006-06-08 Thread Bryce McKinlay
Roman Kennke wrote: These results normally get updated continuously, so the frontend should always report the latest results that have been built sucessfully. In the future we will (hopefully) add more compiler/VM(/classlib) combinations so that we can compare the results to others. I welcome

Re: Mauve reports

2006-06-08 Thread Andrew John Hughes
On Thu, 2006-06-08 at 16:13 +0200, Roman Kennke wrote: FYI: I have set up my old Mauve report script on builder.classpath.org to generate nice HTML for the Mauve results: http://builder.classpath.org/mauve/mauvereport.cgi This really is only a frontend to:

Re: Would nice, if you publish your code also under AL2

2006-06-08 Thread Casey Marshall
On Jun 8, 2006, at 6:56 AM, theUser BL wrote: If you write completly classes for GNU Classpath at your own and they don't depend on other GNU Classpath specific files, it would be nice, if you would also publish it under the Apache License 2. I think it would be nice, to bring the Harmony-

Re: Mauve reports

2006-06-08 Thread Roman Kennke
Hi Archie, Am Donnerstag, den 08.06.2006, 11:55 -0500 schrieb Archie Cobbs: David Gilbert wrote: Roman Kennke wrote: These results normally get updated continuously, so the frontend should always report the latest results that have been built sucessfully. In the future we will

Re: Mauve reports

2006-06-08 Thread Roman Kennke
Hi Andrew, Am Donnerstag, den 08.06.2006, 22:01 +0100 schrieb Andrew John Hughes: On Thu, 2006-06-08 at 16:13 +0200, Roman Kennke wrote: FYI: I have set up my old Mauve report script on builder.classpath.org to generate nice HTML for the Mauve results:

[Bug classpath/27966] New: ConfigFileParser#validateClassName(String)

2006-06-08 Thread ujihara at aurora dot dti dot ne dot jp
cn.split(.) in gnu.javax.security.auth.login.ConfigFileParser#validateClassName(String) may be incorrect. It should be \\.. -- Summary: ConfigFileParser#validateClassName(String) Product: classpath Version: 0.91 Status: UNCONFIRMED

Re: Mauve reports

2006-06-08 Thread Roman Kennke
Hi Bryce, Am Donnerstag, den 08.06.2006, 16:38 -0400 schrieb Bryce McKinlay: Roman Kennke wrote: These results normally get updated continuously, so the frontend should always report the latest results that have been built sucessfully. In the future we will (hopefully) add more

Re: Would nice, if you publish your code also under AL2

2006-06-08 Thread Robert Schuster
I came to the same conclusion like Audrius and found http://www.gnu.org/philosophy/freedom-or-power.html a good reason for sticking to the copyleft idea. cya Robert signature.asc Description: OpenPGP digital signature

Re: Mauve reports

2006-06-08 Thread Tom Tromey
Roman == Roman Kennke [EMAIL PROTECTED] writes: Roman Hmm, that's an interesting feature indeed. We would have to keep diffs Roman between versions around and teach the script to parse and display them Roman somehow. I must think about this a little. We've already got a script to do this for

Re: Mauve reports

2006-06-08 Thread Andrew John Hughes
On Fri, 2006-06-09 at 00:02 +0200, Roman Kennke wrote: Hi Andrew, Am Donnerstag, den 08.06.2006, 22:01 +0100 schrieb Andrew John Hughes: On Thu, 2006-06-08 at 16:13 +0200, Roman Kennke wrote: FYI: I have set up my old Mauve report script on builder.classpath.org to generate nice HTML

Re: Mauve reports

2006-06-08 Thread Bryce McKinlay
Roman Kennke wrote: Also, the ability to see/track when a failure started occurring could be very useful. That way we could easily match up new failures with patches that caused them. Hmm, that's an interesting feature indeed. We would have to keep diffs between versions around and teach

Re: [cp-patches] RFC: qt-peer: remove INIT_LOAD_LIBRARY

2006-06-08 Thread Dalibor Topic
On Thu, Jun 08, 2006 at 05:13:54PM -0600, Tom Tromey wrote: Jeroen == Jeroen Frijters [EMAIL PROTECTED] writes: Jeroen IKVM doesn't use it, because it replaces all VM classes that Jeroen have native methods. As a long term goal, I'd still like to Jeroen get rid of the Configuration class

Re: Mauve reports

2006-06-08 Thread Thomas Fitzsimmons
Bryce McKinlay wrote: Roman Kennke wrote: Also, the ability to see/track when a failure started occurring could be very useful. That way we could easily match up new failures with patches that caused them. Hmm, that's an interesting feature indeed. We would have to keep diffs between

J2ME-CDC-like library and classes dependency problems

2006-06-08 Thread Kenny Su
Hi All: I am trying to modularize the classpath library and making it closely to CDC-based library. So what I am doing now is to add four configure options, it will something like --with-cdc-enable --with-fb-enable or --with-pbp-enable options. The standard.omit mechanism is good to reach this

Re: J2ME-CDC-like library and classes dependency problems

2006-06-08 Thread Kenny Su
Kenny Su 提到: PS2. For the class not found problem, something is strange, it seems that if you want to skip some classes to build and add them to the standard.omit, if it has depentency problems in it, the standard.omit doesn't work, and all the classes will be compiled. But sometimes it

[cp-patches] Patch for support of the GOST block cipher.

2006-06-08 Thread Morgon Kanter
The attached patch adds support for the GOST 28147-89 block cipher. It works and is compatable with the canonical English implementation from [1], which I generated the test vectors that appear in the attached GOSTTest.java from. I'm pretty sure that there's no worry of regression here because

RE: [cp-patches] [generics] Patch: RFC: import jsr166

2006-06-08 Thread Jeroen Frijters
Tom Tromey wrote: Jeroen Tom Tromey wrote: * A sanitize-jsr166 script which is run on a pristine download in order to remove copyrighted code and to change sun.* references to the appropriate gnu.* references. Jeroen Is there a (legal?) reason why we can't keep the sun.* references?

Re: [cp-patches] [generics] Patch: RFC: import jsr166

2006-06-08 Thread Michael Koch
On Thu, Jun 08, 2006 at 10:34:57AM +0200, Jeroen Frijters wrote: Also, I've cleaned up my version of AnnotationInvocationHandler and will post it shortly. That would be great, then I can post my jamvm patch to use this too. Cheers, Michael -- Escape the Java Trap with GNU Classpath!

[cp-patches] RFC: AnnotationInvocationHandler

2006-06-08 Thread Jeroen Frijters
Hi, As promised here is my cleaned up version of AnnotationInvocationHandler. I intend to check this into the trunk. Regards, Jeroen AnnotationInvocationHandler.java Description: AnnotationInvocationHandler.java

[cp-patches] FYI: fix for PR27864

2006-06-08 Thread Robert Schuster
Hi, after talking to Casey this was approved. ChangeLog: 2006-06-08 Robert Schuster [EMAIL PROTECTED] Fixes PR27864. * gnu/xml/dom/DomIterator.java: (successor): Changed expression. cya Robert Index: gnu/xml/dom/DomIterator.java

Re: [cp-patches] FYI: remove INIT_LOAD_LIBRARY from Qt peers

2006-06-08 Thread Boris Dušek
On Thursday 08 June 2006 00:09, Thomas Fitzsimmons wrote: Hi, I committed this patch that removes the INIT_LOAD_LIBRARY check from the Qt peers. libgcj no longer requires INIT_LOAD_LIBRARY for the peers because of a change in how they are loaded. Thanks for looking into this! Boris

Re: [cp-patches] RFC: AnnotationInvocationHandler

2006-06-08 Thread Michael Koch
On Thu, Jun 08, 2006 at 11:05:53AM +0200, Jeroen Frijters wrote: Hi, As promised here is my cleaned up version of AnnotationInvocationHandler. I intend to check this into the trunk. Thanks. Please use a Unix file encoding when checking it in (line endings). Cheers Michael -- Escape the

RE: [cp-patches] RFC: AnnotationInvocationHandler

2006-06-08 Thread Jeroen Frijters
Michael Koch wrote: On Thu, Jun 08, 2006 at 11:05:53AM +0200, Jeroen Frijters wrote: Hi, As promised here is my cleaned up version of AnnotationInvocationHandler. I intend to check this into the trunk. Thanks. Please use a Unix file encoding when checking it in (line endings). I'm

[cp-patches] FYI: allow null tileIcon for MatteBorder

2006-06-08 Thread Robert Schuster
HI, an app written by me years ago demonstrates that MatteBorder can accept a null tileIcon. Classpath' implementation throw an exception in that case. The attached patch fixes that and make the paintBorder method aware of a possibly null tileIcon. ChangeLog: 2006-06-08 Robert Schuster [EMAIL

[cp-patches] FYI: Keyboard bindings for BasicScrollPaneUI

2006-06-08 Thread David Gilbert
This patch (committed) implements the keyboard bindings in BasicScrollPaneUI, eliminating a couple more stub methods: 2006-06-08 David Gilbert [EMAIL PROTECTED] * javax/swing/plaf/basic/BasicScrollPaneUI.java (getInputMap): New method, (getActionMap): New method,

[cp-patches] FYI: Remove unused static from GdkFontPeer.c

2006-06-08 Thread Mark Wielaard
Hi, This removes an unused static from GdkFontPeer that gcc was warning about. 2006-06-08 Mark Wielaard [EMAIL PROTECTED] * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkFontPeer.c (attrs): Removed unused static. Committed, Mark ---

[cp-patches] Re: RFC: Cairo memory leak fixes

2006-06-08 Thread Mark Wielaard
Hi Sven, On Wed, 2006-06-07 at 01:31 +0200, Sven de Marothy wrote: On Tue, 2006-06-06 at 17:40 +0200, Mark Wielaard wrote: This fixes some memory leaks found by Norman when trying niffler with the new Cairo code. With this I am able to run the slideshow without running out of memory.

[cp-patches] FYI: BasicTreeUI stuff

2006-06-08 Thread Roman Kennke
I corrected the installKeyboardActions() impl so that shared input/action maps are used and installed correctly. Also, I implemented the TreeHomeAction and fixed the TreeIncrementAction to work correctly. 2006-06-08 Roman Kennke [EMAIL PROTECTED] *

[cp-patches] FYI: more BasicTreeUI actions

2006-06-08 Thread Roman Kennke
I implemented the remaining (public) Actions in BasicTreeUI. This improves the keyboard navigation facilities significantly. However, I notice that there seems to be a problem with the tree selection model, this is why the '...extendSelection' actions don't work properly. I could work around that

Re: [cp-patches] Stub TextLayout

2006-06-08 Thread Thomas Fitzsimmons
Sven de Marothy wrote: Time to remove this unnecessary peer interface and replace the stub peer with a stubbed actual impl. Yay! This makes our JAPI scores more honest. Ok? Yes, go ahead. Tom /Sven 2006-06-08 Sven de Marothy [EMAIL PROTECTED] * java/awt/font/TextLayout:

[cp-patches] Patch: BasicProgressBarUI Fix

2006-06-08 Thread Lillian Angel
Small fix 2006-06-08 Lillian Angel [EMAIL PROTECTED] * javax/swing/plaf/basic/BasicProgressBarUI.java (paintString): Fixed to paint string at the correct location. Index: javax/swing/plaf/basic/BasicProgressBarUI.java

[cp-patches] RFC: New events for JDWP

2006-06-08 Thread Kyle Galloway
Here are a few more events for gnu.classpath.jdwp.event. I would appreciate it if anyone could review and commit. ChangeLog: 2006-06-08 Kyle Galloway [EMAIL PROTECTED] *gnu/classpath/jdwp/event/ExceptionEvent.java: New File. *gnu/classpath/jdwp/event/MethodEntryEvent.java: New

[cp-patches] Patch: gcjwebplugin fix

2006-06-08 Thread Lillian Angel
Anthony Green found a problem with gcjwebplugin. The browser no longer crashes. 2006-06-08 Tom Fitzsimmons [EMAIL PROTECTED] Lillian Angel [EMAIL PROTECTED] * native/plugin/gcjwebplugin.cc (NP_Shutdown): Added code to free plugin mutex and whitelist file.

[cp-patches] FYI: LightweightDispatcher fix/optimization

2006-06-08 Thread Roman Kennke
This gets rid of AWTUtilities.convertPoint() calls in LightweightDispatcher. This is much more efficient (avoids allocations of Point objects AND avoids double conversion to screen coordinates and back, which is error prone anyway). It also fixes a problem that Lillian had with one applet.

[cp-patches] FYI: small change in security warning message

2006-06-08 Thread Thomas Fitzsimmons
Hi, I committed this small change to the gcjwebplugin security warning message. Tom 2006-06-08 Thomas Fitzsimmons [EMAIL PROTECTED] * native/plugin/gcjwebplugin.cc (SECURITY_DESCRIPTION): Update message. Index: native/plugin/gcjwebplugin.cc

Re: [cp-patches] RFC: New events for JDWP

2006-06-08 Thread Keith Seitz
Kyle Galloway wrote: ChangeLog: 2006-06-08 Kyle Galloway [EMAIL PROTECTED] *gnu/classpath/jdwp/event/ExceptionEvent.java: New File. *gnu/classpath/jdwp/event/MethodEntryEvent.java: New File. *gnu/classpath/jdwp/event/MethodExitEvent.java: New File.

[cp-patches] Small ComboBox fix

2006-06-08 Thread Francis Kung
Hi, Came across a problem when painting a JComboBox with null or empty items in it; patch is attached. It's a bit of a workaround, but I think it's good enough (it's a rare case, so it's not worth hacking into the higher Component-level methods that the ComboBox inherits). Corresponding Mauve

[cp-patches] RFC: Small ComboBox fix

2006-06-08 Thread Francis Kung
Sorry, sent that a bit early and forgot the changelog (and RFC:) 2006-06-08 Francis Kung [EMAIL PROTECTED] * javax/swing/plaf/basic/BasicComboBoxRenderer.java: (getPreferredSize): Return correct height for null or empty items. On Thu, 2006-06-08 at 15:03 -0400,

[cp-patches] [NATIVE-LAYER] Merged HEAD to NATIVE-LAYER branch

2006-06-08 Thread Guilhem Lavaux
Hi, Here is a patch to merge HEAD branch to NATIVE-LAYER branch. 2006-06-07 Guilhem Lavaux [EMAIL PROTECTED] * Merged HEAD as of 2006-06-06. * native/jni/native-lib/cpproc.h (CPIO_EXEC_NUM_PIPES): Compilation fix. The link to the patch is

[cp-patches] Patch: gcjwebplugin data directory fix

2006-06-08 Thread Lillian Angel
To avoid any problems with saving the whitelist file (permission denied, etc), we have decided to store all the plugin data in ~/.gcjwebplugin. 2006-06-08 Lillian Angel [EMAIL PROTECTED] * native/plugin/Makefile.am: Changed DATA_DIRECTORY to be ~/.gcjwebplugin. *

Re: [cp-patches] RFC: AnnotationInvocationHandler

2006-06-08 Thread Tom Tromey
Jeroen == Jeroen Frijters [EMAIL PROTECTED] writes: Jeroen As promised here is my cleaned up version of Jeroen AnnotationInvocationHandler. I intend to check this into the trunk. Excellent, thank you. Tom

[cp-patches] Patch: gcjwebplugin data directory fix

2006-06-08 Thread Lillian Angel
I fixed gcjwebplugin to determine the data directory at runtime, instead of when the plugin is installed. 2006-06-08 Lillian Angel [EMAIL PROTECTED] * native/plugin/Makefile.am: Removed DATA_DIRECTORY. * native/plugin/gcjwebplugin.cc: Added new global fields for

[cp-patches] Re: FYI: gcjwebplugin data directory fix

2006-06-08 Thread Lillian Angel
2006-06-08 Lillian Angel [EMAIL PROTECTED] * native/plugin/gcjwebplugin.cc: (NP_Shutdown): Freed whitelist_filename. On Thu, 2006-06-08 at 17:45 -0400, Lillian Angel wrote: I fixed gcjwebplugin to determine the data directory at runtime, instead of when the plugin is

[cp-patches] FYI: Add RuntimeMXBean Interface

2006-06-08 Thread Andrew John Hughes
This patch adds the interface for the next bean, RuntimeMXBean. Changelog: 2006-06-09 Andrew John Hughes [EMAIL PROTECTED] * java/lang/management/RuntimeMXBean.java: New file. -- Andrew :-) Please avoid sending me Microsoft Office (e.g. Word, PowerPoint) attachments. See

Re: [cp-patches] RFC: qt-peer: remove INIT_LOAD_LIBRARY

2006-06-08 Thread Tom Tromey
Jeroen == Jeroen Frijters [EMAIL PROTECTED] writes: Jeroen IKVM doesn't use it, because it replaces all VM classes that Jeroen have native methods. As a long term goal, I'd still like to Jeroen get rid of the Configuration class altogether, but I don't Jeroen know if others support that goal too

Re: [cp-patches] Re: RFC: add a cacerts file under resource/java/security

2006-06-08 Thread Tom Tromey
Mark == Mark Wielaard [EMAIL PROTECTED] writes: Mark I CCed the devjam list on which a couple of different distribution Mark packagers are subscribed. Devjam people, Raif added support for Mark importing trusted ca-certs to GNU Classpath so our tls/ssl Mark implementation for example can just

[cp-patches] Patch: FYI: fix Bidi buglet

2006-06-08 Thread Tom Tromey
I'm checking this in. Sven pointed out a bug in Bidi that he found by inspection. Tom 2006-06-08 tromey [EMAIL PROTECTED] * java/text/Bidi.java (resolveNeutralTypes): Set j'th slot of 'types'. Index: java/text/Bidi.java

[cp-testresults] FAIL: regressions for libgcj on Thu Jun 8 06:31:58 UTC 2006

2006-06-08 Thread cpdev
Baseline from: Wed Jun 7 09:36:14 UTC 2006 Regressions: FAIL: Thread_Sleep -O3 -findirect-dispatch output - bytecode-native test FAIL: Thread_Sleep -O3 output - bytecode-native test FAIL: Thread_Sleep -O3 output - source compiled test FAIL: Thread_Sleep -findirect-dispatch output -

[cp-testresults] Japi diffs for classpath

2006-06-08 Thread Stuart Ballard
Japi diff jdk11 vs classpath: Full results: http://www.kaffe.org/~stuart/japi/htmlout/h-jdk11-classpath.html Changes since last run: -Comparison run at Wed Jun 7 09:55:24 2006 GMT -jdk11 API scanned at 2006/06/07 05:32:46 EDT -classpath API scanned at 2006/06/07 05:47:43 EDT +Comparison run at

[cp-testresults] FAIL: classpath build with gcj (4.0) on Thu Jun 8 10:34:35 UTC 2006

2006-06-08 Thread cpdev
then mv -f .deps/gnu_java_awt_peer_gtk_CairoSurface.Tpo .deps/gnu_java_awt_peer_gtk_CairoSurface.Plo; else rm -f .deps/gnu_java_awt_peer_gtk_CairoSurface.Tpo; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I../../../../classpath/native/jni/gtk-peer -I../../../include

[cp-testresults] FAIL: regressions for libgcj on Thu Jun 8 17:11:43 UTC 2006

2006-06-08 Thread cpdev
Baseline from: Wed Jun 7 09:36:14 UTC 2006 Regressions: FAIL: Thread_Sleep -findirect-dispatch output - bytecode-native test FAIL: Thread_Sleep output - gij test Totals: PASS: 4798 XPASS: 0 FAIL: 2 XFAIL: 12 ___ Classpath-testresults mailing list

[cp-testresults] FAIL: regressions for mauve-jamvm on Thu Jun 8 23:34:58 UTC 2006

2006-06-08 Thread cpdev
Baseline from: Thu Jun 8 18:10:10 UTC 2006 Regressions: FAIL: gnu.testlet.java.lang.Thread.sleep: Interrupted sleep (number 2) New fails: FAIL: gnu.testlet.gnu.java.security.sig.dss.TestOfDSSSignatureCodec abnormal termination 142 CRASH or TIMEOUT FAIL:

[cp-testresults] FAIL: regressions for libgcj on Fri Jun 9 04:02:14 UTC 2006

2006-06-08 Thread cpdev
Baseline from: Thu Jun 8 22:35:44 UTC 2006 Regressions: FAIL: Thread_Sleep -O3 -findirect-dispatch output - bytecode-native test FAIL: Thread_Sleep -findirect-dispatch output - bytecode-native test FAIL: Thread_Sleep output - bytecode-native test Totals: PASS: 4797 XPASS: 0 FAIL: 3 XFAIL: 12

[commit-cp] classpath/gnu/xml/dom DomIterator.java ChangeLog

2006-06-08 Thread Robert Schuster
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Robert Schuster rschuster 06/06/08 09:36:03 Modified files: gnu/xml/dom: DomIterator.java . : ChangeLog Log message: 2006-06-08 Robert Schuster [EMAIL PROTECTED]

[commit-cp] classpath/javax/swing/border MatteBorder.java C...

2006-06-08 Thread Robert Schuster
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Robert Schuster rschuster 06/06/08 10:48:03 Modified files: javax/swing/border: MatteBorder.java . : ChangeLog Log message: 2006-06-08 Robert Schuster [EMAIL PROTECTED]

[commit-cp] classpath ChangeLog javax/swing/plaf/basic/Basi...

2006-06-08 Thread David Gilbert
CVSROOT:/sources/classpath Module name:classpath Changes by: David Gilbert trebligd06/06/08 10:52:51 Modified files: . : ChangeLog javax/swing/plaf/basic: BasicScrollPaneUI.java Log message: 2006-06-08 David Gilbert [EMAIL

[commit-cp] classpath ChangeLog native/jni/gtk-peer/gnu_jav...

2006-06-08 Thread Mark Wielaard
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Mark Wielaard mark06/06/08 11:09:04 Modified files: . : ChangeLog native/jni/gtk-peer: gnu_java_awt_peer_gtk_GtkImage.c Log message: PR 27917 *

[commit-cp] classpath/javax/swing/plaf/basic BasicTreeUI.ja...

2006-06-08 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Roman Kennke rabbit78 06/06/08 12:46:03 Modified files: javax/swing/plaf/basic: BasicTreeUI.java . : ChangeLog Log message: 2006-06-08 Roman Kennke [EMAIL PROTECTED]

[commit-cp] classpath/javax/swing/plaf/basic BasicTreeUI.ja...

2006-06-08 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Roman Kennke rabbit78 06/06/08 14:00:56 Modified files: javax/swing/plaf/basic: BasicTreeUI.java . : ChangeLog Log message: 2006-06-08 Roman Kennke [EMAIL PROTECTED]

[commit-cp] classpath ChangeLog javax/swing/plaf/basic/Basi...

2006-06-08 Thread Lillian Angel
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Lillian Angel langel 06/06/08 14:27:44 Modified files: . : ChangeLog javax/swing/plaf/basic: BasicProgressBarUI.java Log message: 2006-06-08 Lillian Angel [EMAIL PROTECTED]

[commit-cp] classpath ChangeLog native/plugin/gcjwebplugin.cc

2006-06-08 Thread Lillian Angel
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Lillian Angel langel 06/06/08 15:56:12 Modified files: . : ChangeLog native/plugin : gcjwebplugin.cc Log message: 2006-06-08 Tom Fitzsimmons [EMAIL PROTECTED]

[commit-cp] classpath ChangeLog native/plugin/gcjwebplugin.cc

2006-06-08 Thread Thomas Fitzsimmons
CVSROOT:/sources/classpath Module name:classpath Changes by: Thomas Fitzsimmons fitzsim06/06/08 15:59:20 Modified files: . : ChangeLog native/plugin : gcjwebplugin.cc Log message: 2006-06-08 Thomas Fitzsimmons [EMAIL PROTECTED]

[commit-cp] classpath/java/awt LightweightDispatcher.java C...

2006-06-08 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Roman Kennke rabbit78 06/06/08 16:10:30 Modified files: java/awt : LightweightDispatcher.java . : ChangeLog Log message: 2006-06-08 Roman Kennke [EMAIL PROTECTED]

[commit-cp] classpath ChangeLog native/plugin/Makefile.am n...

2006-06-08 Thread Lillian Angel
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Lillian Angel langel 06/06/08 20:27:54 Modified files: . : ChangeLog native/plugin : Makefile.am gcjwebplugin.cc Log message: 2006-06-08 Lillian Angel [EMAIL PROTECTED]

[commit-cp] classpath ChangeLog native/plugin/Makefile.am n...

2006-06-08 Thread Lillian Angel
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Lillian Angel langel 06/06/08 21:43:45 Modified files: . : ChangeLog native/plugin : Makefile.am gcjwebplugin.cc Log message: 2006-06-08 Lillian Angel [EMAIL PROTECTED]

[commit-cp] classpath ChangeLog javax/swing/plaf/basic/Basi...

2006-06-08 Thread Lillian Angel
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Lillian Angel langel 06/06/08 21:43:45 Modified files: . : ChangeLog javax/swing/plaf/basic: BasicTabbedPaneUI.java Log message: 2006-06-07 Lillian Angel [EMAIL PROTECTED]

[commit-cp] classpath ChangeLog native/plugin/gcjwebplugin.cc

2006-06-08 Thread Lillian Angel
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Lillian Angel langel 06/06/08 21:49:11 Modified files: . : ChangeLog native/plugin : gcjwebplugin.cc Log message: 2006-06-08 Lillian Angel [EMAIL PROTECTED]

[commit-cp] classpath ChangeLog java/lang/management/Runtim...

2006-06-08 Thread Andrew John Hughes
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Andrew John Hughes gnu_andrew 06/06/08 23:11:58 Modified files: . : ChangeLog Added files: java/lang/management: RuntimeMXBean.java Log message: 2006-06-09 Andrew John Hughes

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

2006-06-08 Thread Tom Tromey
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Tom Tromey tromey 06/06/08 23:32:13 Modified files: java/text : Bidi.java . : ChangeLog Log message: * java/text/Bidi.java (resolveNeutralTypes): Set j'th slot