Re: [cp-patches] FYI: Some CORBA deprecations

2007-04-02 Thread Tom Tromey
Mark == Mark Wielaard [EMAIL PROTECTED] writes: Mark This only leaves 2 interfaces as missing for full 1.5 coverage. They are Mark simple to add, but I don't really know how they are supposed to be used. Mark They aren't referenced from any public method or class it seems. Yeah.. FWIW the

[cp-patches] FYI: Font substitution

2007-04-02 Thread Francis Kung
Hi, This patch adds font substitution functionality to our GTK peers. The Sun JDK seems to ship with a bundled font that covers many non-English characters, but since we use Freetype, we need to use fontsets and combine different fonts in order to obtain the same coverage (but we now support

Re: [cp-patches] FYI: Disable gnome accessibility

2007-04-02 Thread Francis Kung
Francis (is there any place where we can Francis document this requirement for at-spi/atk/gail = 1.18.0?). Perhaps configure could check for it with PKG_CHECK_MODULES. I don't think we should introduce a dependency on those packages, as everything's fine if the accessibility packages aren't

Re: [cp-patches] FYI: Font substitution

2007-04-02 Thread Francis Kung
I've run through a number of tests and have not noticed any regressions in performance or functionality, but please let me know if there are any problems. That didn't take long. This patch clears up a null pointer exception introduced by the last patch. Francis 2007-04-02 Francis Kung

[cp-testresults] FAIL: regressions for mauve-cacao on Mon Apr 2 06:04:23 UTC 2007

2007-04-02 Thread cpdev
Baseline from: Tue Mar 13 10:25:55 UTC 2007 Regressions: FAIL: gnu.javax.crypto.key.srp6.TestOfSRPKeyGeneration FAIL: java.awt.ColorClass.brighter Improvements: PASS: gnu.javax.crypto.jce.TestOfCipherOutputStream Totals: PASS: 2917 XPASS: 0 FAIL: 202 XFAIL: 0

[cp-testresults] Japi diffs for classpath

2007-04-02 Thread Stuart Ballard
Japi diff jdk15 vs classpath: Full results: http://www.kaffe.org/~stuart/japi/htmlout/h-jdk15-classpath.html Changes since last run: -Comparison run at Sun Apr 1 11:16:34 2007 GMT -jdk15 API scanned at 2007/04/01 05:20:54 EDT -classpath API scanned at 2007/04/01 06:56:55 EDT +Comparison run at

[cp-testresults] FAIL: regressions for mauve-cacao on Mon Apr 2 15:27:34 UTC 2007

2007-04-02 Thread cpdev
Baseline from: Tue Mar 13 10:25:55 UTC 2007 Regressions: FAIL: gnu.javax.crypto.key.srp6.TestOfSRPKeyGeneration Improvements: PASS: gnu.javax.crypto.jce.TestOfCipherOutputStream Totals: PASS: 2918 XPASS: 0 FAIL: 201 XFAIL: 0 ___

[cp-testresults] FAIL: regressions for mauve-gij on Mon Apr 2 16:18:54 UTC 2007

2007-04-02 Thread cpdev
Baseline from: Thu Mar 29 19:01:22 UTC 2007 Regressions: FAIL: gnu.java.security.util.TestOfIntegerUtil FAIL: java.net.ServerSocket.AcceptTimeout FAIL: javax.swing.event.InternalFrameEvent.constructor FAIL: javax.swing.text.html.HTMLDocument.FindById Totals: PASS: 2853 XPASS: 0 FAIL: 264 XFAIL:

[cp-testresults] FAIL: regressions for mauve-cacao on Tue Apr 3 00:49:27 UTC 2007

2007-04-02 Thread cpdev
Baseline from: Tue Mar 13 10:25:55 UTC 2007 Regressions: FAIL: java.awt.ColorClass.brighter FAIL: javax.net.ssl.SSLEngine.TestHandshake Improvements: PASS: gnu.javax.crypto.jce.TestOfCipherOutputStream Totals: PASS: 2917 XPASS: 0 FAIL: 202 XFAIL: 0

[cp-testresults] FAIL: regressions for mauve-gij on Tue Apr 3 01:33:22 UTC 2007

2007-04-02 Thread cpdev
Baseline from: Thu Mar 29 19:01:22 UTC 2007 Regressions: FAIL: java.net.ServerSocket.AcceptTimeout Improvements: PASS: java.lang.reflect.Proxy.ToString PASS: java.lang.reflect.Proxy.check13 Totals: PASS: 2858 XPASS: 0 FAIL: 259 XFAIL: 0 ___

Re: Question about license

2007-04-02 Thread Mark Wielaard
Hi 'hultul', On Sat, 2007-03-31 at 10:18 +0900, hultul wrote: I'm developing JVM implementation which uses GNU Classpath as runtime class library. I have two questions about the license of GPLv2 with GNU Classpath Exception, though I'm not sure whether those questions are adequate for GNU

Re: dacapo jython regression

2007-04-02 Thread Mark Wielaard
Hi Christian, On Wed, 2007-03-28 at 20:36 +0200, Christian Thalinger wrote: Another regression (it works with 0.93): $ cacao -jar dacapo-2006-10-MR2.jar -s small jython This should have been fixed by Roman's reversal of the io streams patch on 2007-03-28 (we will try again after the

Re: xml/dom regression

2007-04-02 Thread Mark Wielaard
Hi Christian, On Mon, 2007-03-12 at 18:01 +0100, Christian Thalinger wrote: I'm having a regression with SPECjbb2005 (this worked with 0.93, just verified): Is this still a problem with current CVS? If so, could you give some more info (especially what do the XMLTransactionLog static

[commit-cp] classpath ChangeLog javax/management/MBeanServe...

2007-04-02 Thread Andrew Haley
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Andrew Haley aph 07/04/02 18:24:30 Modified files: . : ChangeLog javax/management: MBeanServerFactory.java ObjectName.java Log message: 2007-04-02 Andrew Haley [EMAIL

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

2007-04-02 Thread Francis Kung
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Francis Kung fkung07/04/02 19:39:27 Modified files: native/jni/gtk-peer: gnu_java_awt_peer_gtk_GdkFontPeer.c gdkfont.h

[commit-cp] classpath INSTALL ChangeLog

2007-04-02 Thread Francis Kung
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Francis Kung fkung07/04/02 20:45:26 Modified files: . : INSTALL ChangeLog Log message: 2007-04-02 Francis Kung [EMAIL PROTECTED] * INSTALL: Document known bug

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

2007-04-02 Thread Francis Kung
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Francis Kung fkung07/04/02 21:28:59 Modified files: gnu/java/awt/peer/gtk: FreetypeGlyphVector.java include: gnu_java_awt_peer_gtk_FreetypeGlyphVector.h . : ChangeLog