[cp-patches] Patch: Window focus lost/gained fix

2006-05-26 Thread Lillian Angel
This patch fixes the focus lost/gained notification for all windows. 2006-05-25 Lillian Angel [EMAIL PROTECTED] PR 26174 * java/awt/Window.java (Window): Moved code to helper. (addWindowFocusListener): New function. Handles focus listener code. Added

[cp-patches] FYI: fix make distcheck

2006-05-26 Thread Thomas Fitzsimmons
Hi, I committed this patch to fix make distcheck. It removes the Makefile.am reference to gtkcairopeer.h. Tom 2006-05-26 Thomas Fitzsimmons [EMAIL PROTECTED] * native/jni/gtk-peer/Makefile.am (libgtkpeer_la_SOURCES): Remove gtkcairopeer.h. Index:

[cp-patches] FYI: rename libjawtgnu.so to libjawt.so

2006-05-26 Thread Thomas Fitzsimmons
Hi, applications that use the AWT Native Interface refer to libjawt.so. For binary compatibility with other AWT Native Interface implementations our .so must be named the same. Note to packagers: libjawt.so should be installed in VM-specific directory rather than directly in /usr/lib.

Re: [cp-patches] FYI: rename libjawtgnu.so to libjawt.so

2006-05-26 Thread Michael Koch
On Fri, May 26, 2006 at 01:50:10PM -0400, Thomas Fitzsimmons wrote: Hi, applications that use the AWT Native Interface refer to libjawt.so. For binary compatibility with other AWT Native Interface implementations our .so must be named the same. Note to packagers: libjawt.so should be

[cp-patches] [patch] qtpeers, silence some warnings with gcc-4.2

2006-05-26 Thread Andreas Tobler
Hello all, the below patch silences this warnings: classpath/native/jni/qt-peer/eventmethods.h:111: warning: deprecated conversion from string constant to 'char*'' There are quite a lot of them. And they pop up in gcc-head. Ok to commit? Andreas 2006-05-26 Andreas Tobler [EMAIL

Re: [cp-patches] [patch] qtpeers, silence some warnings with gcc-4.2

2006-05-26 Thread Tom Tromey
Andreas == Andreas Tobler [EMAIL PROTECTED] writes: Andreas classpath/native/jni/qt-peer/eventmethods.h:111: warning: deprecated Andreas conversion from string constant to 'char*'' Andreas There are quite a lot of them. And they pop up in gcc-head. Andreas Ok to commit? I think it is ok.

Re: [cp-patches] [patch] qtpeers, silence some warnings with gcc-4.2

2006-05-26 Thread Sven de Marothy
On Fri, 2006-05-26 at 15:23 -0600, Tom Tromey wrote: Andreas == Andreas Tobler [EMAIL PROTECTED] writes: Andreas classpath/native/jni/qt-peer/eventmethods.h:111: warning: deprecated Andreas conversion from string constant to 'char*'' Andreas There are quite a lot of them. And they pop up

[cp-patches] RFA: tools.zip compatibility classes

2006-05-26 Thread Thomas Fitzsimmons
Hi, These wrapper classes come from java-gcj-compat. Some applications, ant in particular, use these classes to invoke compilers in-process. I've also included java.c from java-gcj-compat which I think may be useful to VMs that bundle GNU Classpath. I plan to merge its functionality

[cp-patches] Patch: FYI: fix PR 27685

2006-05-26 Thread Tom Tromey
I'm checking this in. This fixes PR 27685, a bug in BigInteger.modPow. I've put a test case in Mauve. Tom 2006-05-26 Tom Tromey [EMAIL PROTECTED] PR classpath/27685: * java/math/BigInteger.java (modPow): Correctly handle negative exponent. Index:

[cp-testresults] FAIL: gcc build on Fri May 26 06:46:41 UTC 2006

2006-05-26 Thread cpdev
gcc -c -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../trunk/gcc -I../../trunk/gcc/. -I../../trunk/gcc/../include -I../../trunk/gcc/../libcpp/include

[cp-testresults] FAIL: regressions for libgcj on Sat May 27 04:53:00 UTC 2006

2006-05-26 Thread cpdev
Baseline from: Thu May 25 04:00:26 UTC 2006 Regressions: FAIL: Thread_Sleep -O3 output - source compiled test New fails: Totals: PASS: 4799 XPASS: 0 FAIL: 1 XFAIL: 12 ___ Classpath-testresults mailing list Classpath-testresults@gnu.org

Re: GTK 2.8

2006-05-26 Thread Mark Wielaard
Hi, On Thu, 2006-05-25 at 11:36 -0400, Thomas Fitzsimmons wrote: I just committed my patch to make GdkGraphics2D the default Java2D backend. Now GTK-2.8 or higher is required to build the GNU Classpath GTK peers. Cool. But note that there are still some issues with make distcheck.

Re: GTK 2.8

2006-05-26 Thread Thomas Fitzsimmons
Hi, Mark Wielaard wrote: If someone could do some make distchecks and see if everything can be made to build out of the box again that would be appreciated. I fixed one problem with make distcheck but now the tools are failing to run because they can't find a VM. I'm not sure how to locate

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

2006-05-26 Thread Lillian Angel
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Lillian Angel [EMAIL PROTECTED] 06/05/26 15:36:04 Modified files: . : ChangeLog java/awt : Window.java Log message: 2006-05-25 Lillian Angel [EMAIL

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

2006-05-26 Thread Thomas Fitzsimmons
CVSROOT:/sources/classpath Module name:classpath Branch: Changes by: Thomas Fitzsimmons [EMAIL PROTECTED] 06/05/26 16:14:03 Modified files: . : ChangeLog native/jni/gtk-peer: Makefile.am Log message: 2006-05-26 Thomas Fitzsimmons

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

2006-05-26 Thread Thomas Fitzsimmons
CVSROOT:/sources/classpath Module name:classpath Branch: Changes by: Thomas Fitzsimmons [EMAIL PROTECTED] 06/05/26 17:41:18 Modified files: . : ChangeLog native/jawt: Makefile.am Log message: 2006-05-26 Thomas Fitzsimmons

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

2006-05-26 Thread Thomas Fitzsimmons
CVSROOT:/sources/classpath Module name:classpath Branch: Changes by: Thomas Fitzsimmons [EMAIL PROTECTED] 06/05/27 01:26:30 Modified files: . : ChangeLog tools : Makefile.am Log message: 2006-05-26 Thomas Fitzsimmons

[commit-cp] classpath native/jni/java-net/Makefile.am ./Cha...

2006-05-26 Thread Tom Tromey
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Tom Tromey [EMAIL PROTECTED] 06/05/27 02:05:44 Modified files: native/jni/java-net: Makefile.am . : ChangeLog configure.ac include: Makefile.am