Re: [cp-patches] Patch: FYI: add gcjh tool

2007-03-16 Thread Andrew Haley
Tom Tromey writes: I'm checking this in. We wanted to add a gcjh compatibility tool, and since it required some minor refactoring in javah, it seemed best to keep this in the Classpath tree. The gcjh compatibility tool isn't compatible. It writes its output file to the wrong place.

[cp-patches] FYI: Async X errors fixed

2007-03-16 Thread Francis Kung
Hi, This patch fixes the random X errors we've been seeing by ensuring all potentially thread-unsafe operations are enclosed in GDK locks; this affects everything in ComponentGraphics (including cairo calls) as the cairo surface is backed by an X surface. Rather than overriding Java methods

[cp-patches] Patch: FYI: gcjh compatibility

2007-03-16 Thread Tom Tromey
I'm checking this in on the gcc trunk, the RH 4.1 branch, and to Classpath. Andrew noticed that in something like: cd java/lang gcjh -classpath . String ... the new gcjh would make java/lang/String.h, whereas the old one would make String.h. This broke some existing Makefiles. This

[cp-patches] FYI: build com.sun.tools.javac unconditionally

2007-03-16 Thread Thomas Fitzsimmons
Hi, These patches simplify the tools.zip build by always building the com.sun.tools.javac package regardless of whether or not ecj.jar was found. When GNU Classpath is configured without --with-ecj-jar, attempting to run com.sun.tools.javac.Main prints an error message on standard error about

[cp-patches] Patch: FYI: fix gcjh goof

2007-03-16 Thread Tom Tromey
I'm checking this in everywhere. Tom F. pointed out a bug I introduced with my last gcjh change. Sorry about that. Here's the fix. Tom Index: classpath/ChangeLog from Tom Tromey [EMAIL PROTECTED] * tools/gnu/classpath/tools/javah/Main.java (run): Use class' name in File case.

[cp-testresults] FAIL: regressions for mauve-cacao on Fri Mar 16 12:11:45 UTC 2007

2007-03-16 Thread cpdev
Baseline from: Tue Mar 13 10:25:55 UTC 2007 Regressions: FAIL: java.awt.ColorClass.brighter Totals: PASS: 2917 XPASS: 0 FAIL: 202 XFAIL: 0 ___ Classpath-testresults mailing list Classpath-testresults@gnu.org

[cp-testresults] FAIL: regressions for mauve-gij on Fri Mar 16 13:03:47 UTC 2007

2007-03-16 Thread cpdev
Baseline from: Fri Mar 16 03:34:38 UTC 2007 Regressions: FAIL: java.net.ServerSocket.AcceptTimeout FAIL: javax.net.ssl.SSLEngine.TestHandshake FAIL: javax.swing.event.InternalFrameEvent.constructor FAIL: javax.swing.text.html.HTMLDocument.FindById Improvements: PASS: java.lang.Thread.sleep

Re: savannah/CVS

2007-03-16 Thread Mark Wielaard
Hi, As you probably noticed from watching the cvs and patches mailinglist savannah is back up again (see the attached email from the savannah admins). We lost only 2 patches. One configure patch I did just before the disk crash, which I have already put back. And the InputStreamReader and

[commit-cp] classpath include/gnu_java_awt_peer_gtk_CairoGr...

2007-03-16 Thread Francis Kung
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Francis Kung fkung07/03/16 15:14:56 Modified files: include: gnu_java_awt_peer_gtk_CairoGraphics2D.h gnu_java_awt_peer_gtk_CairoSurface.h gnu/java/awt/peer/gtk:

[commit-cp] classpath ChangeLog tools/gnu/classpath/tools/j...

2007-03-16 Thread Tom Tromey
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Tom Tromey tromey 07/03/16 22:42:43 Modified files: . : ChangeLog tools/gnu/classpath/tools/javah: CniIncludePrinter.java CniStubPrinter.java

[commit-cp] classpath ChangeLog configure.ac

2007-03-16 Thread Mark Wielaard
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Mark Wielaard mark07/03/16 23:20:25 Modified files: . : ChangeLog configure.ac Log message: * configure.ac (COMPILE_PLUGIN): Stop when no plugin headers found.

[commit-cp] classpath ChangeLog configure.ac tools/Makefile.am

2007-03-16 Thread Thomas Fitzsimmons
CVSROOT:/sources/classpath Module name:classpath Changes by: Thomas Fitzsimmons fitzsim07/03/17 00:01:47 Modified files: . : ChangeLog configure.ac tools : Makefile.am Log message: 2007-03-16 Thomas Fitzsimmons [EMAIL

[commit-cp] classpath ChangeLog resource/com/sun/tools/java...

2007-03-16 Thread Thomas Fitzsimmons
CVSROOT:/sources/classpath Module name:classpath Changes by: Thomas Fitzsimmons fitzsim07/03/17 00:24:58 Modified files: . : ChangeLog resource/com/sun/tools/javac: messages.properties Log message: 2007-03-16 Thomas Fitzsimmons [EMAIL

[commit-cp] classpath ChangeLog tools/gnu/classpath/tools/j...

2007-03-16 Thread Tom Tromey
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Tom Tromey tromey 07/03/17 05:01:57 Modified files: . : ChangeLog tools/gnu/classpath/tools/javah: Main.java Log message: * tools/gnu/classpath/tools/javah/Main.java