[cp-patches] FYI: logging patch

2006-05-28 Thread Raif S. Naffah
hello all, i just committed the following patch but i am about to revert it. apologies for any inconvenience which this may cause. cheers; rsn Index: LogManager.java === RCS file:

[cp-patches] FYI: logging patch reverted

2006-05-28 Thread Raif S. Naffah
hello all, 2006-05-28 Raif S. Naffah [EMAIL PROTECTED] * java/util/logging/FileHandler.java: Reverted previous patch. * java/util/logging/LogManager.java: Likewise. -- cheers; rsn Index: FileHandler.java === RCS

[cp-patches] FYI: Implementation of java.lang.management.OperatingSystemMXBean

2006-05-28 Thread Andrew John Hughes
I'm committing the attached patch which starts off the java.lang.management framework with the OS bean and its implementation. Changelog: 2006-05-28 Andrew John Hughes [EMAIL PROTECTED] * gnu/java/lang/management/OperatingSystemMXBeanImpl.java: New class implementing the OS

Re: [cp-patches] jdwp processor bugfixes

2006-05-28 Thread Tom Tromey
Keith == Keith Seitz [EMAIL PROTECTED] writes: Keith I don't know if my say is needed for approval or whatnot, but FWIW Keith these patches are correct. Unless it is obvious I presume the rest of us will defer to you for patches in this area. Keith ChangeLog entry? There's also a couple

Re: [cp-patches] RFC: The big Java2D cleanup

2006-05-28 Thread Thomas Fitzsimmons
Sven de Marothy wrote: Hello all, So here it is, the big cleanup of GdkGraphics2D, which is no more. Summary of changes: Methods not needing to be in Graphics2D were moved to their respective classes. CairoGraphics2D now implements Graphics2D on an arbitrary cairo_t. CairoSurface wraps a Cairo

[cp-patches] FYI: FileHandler bug fix

2006-05-28 Thread Raif S. Naffah
hello all, the attached patch --already committed-- ensures that the FileHandler's pattern field is set to a non-null value. this fixes a NPE thrown in the rotate() method if pattern is null. 2006-05-29 Raif S. Naffah [EMAIL PROTECTED] * java/util/logging/FileHandler.java

[cp-patches] [rfc] add check for Xrender for recent and future functionality.

2006-05-28 Thread Andreas Tobler
Hello all, this patch checks for Xrender and adds the LIB and CFLAGS bits to native/jni/gtk-peer. W/o I'm not able to link on darwin-ppc. Without this check I get unresolved symbols from native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics2D.c for XRenderQueryExtension. And I will get more

Re: [cp-patches] [rfc] add check for Xrender for recent and future functionality.

2006-05-28 Thread Thomas Fitzsimmons
Andreas Tobler wrote: Hello all, this patch checks for Xrender and adds the LIB and CFLAGS bits to native/jni/gtk-peer. W/o I'm not able to link on darwin-ppc. Without this check I get unresolved symbols from native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics2D.c for