[cp-patches] FYI: ComponentGraphics clip fix

2006-06-04 Thread Sven de Marothy
2006-06-05 Sven de Marothy <[EMAIL PROTECTED]> * gnu/java/awt/peer/gtk/ComponentGraphics.java (ComponentGraphics): Use 0,0 as clip origin. Index: gnu/java/awt/peer/gtk/ComponentGraphics.java === RCS file:

[cp-patches] FYI: Add Formatter to HEAD

2006-06-04 Thread Andrew John Hughes
This patch adds Formatter (and a class and interface it depends on) to HEAD. There are a few hacks in there to make it work (namely we lose a lot of the constructors, as we can't be as general as to work on an Appendable; I've had to lock it down to the default StringBuilder instead). However, th

[cp-patches] FYI: [generics] Document remaining formatting classes

2006-06-04 Thread Andrew John Hughes
This patch adds documentation to the remaining formatting classes. The main class head Formattable documentation, however, is far from complete; I'll add more when I get round to testing the class more throughly unless someone wants to beat me to it. 2006-06-04 Andrew John Hughes <[EMAIL PROTE

[cp-patches] [generics] Patch: FYI: genericize javax.naming

2006-06-04 Thread Tom Tromey
I'm checking this in on the generics branch. This genericizes some things in javax.naming. Tom 2006-06-04 Tom Tromey <[EMAIL PROTECTED]> * javax/naming/Context.java (list): Genericized. (listBindings): Likewise. * javax/naming/Reference.java (addrs): Genericized.

[cp-patches] FYI: createVolatileImage change

2006-06-04 Thread Sven de Marothy
2006-06-04 Sven de Marothy <[EMAIL PROTECTED]> * gnu/java/awt/peer/gtk/GtkComponentPeer.java (createVolatileImage): Pass peer to VolatileImage constructor. * java/awt/Component.java (createVolatileImage): Call peer method directly. Index: gnu/java/awt/pe

[cp-patches] FYI: Merge Formatter exceptions

2006-06-04 Thread Andrew John Hughes
This patch merges the Formatter exceptions (now documented) from the generics branch. Changelog: 2006-06-04 Andrew John Hughes <[EMAIL PROTECTED]> * java/util/DuplicateFormatFlagsException.java, * java/util/FormatFlagsConversionMismatchException.java, * java/util/Format

[cp-patches] FYI: VolatileImage fixes

2006-06-04 Thread Sven de Marothy
2006-06-04 Sven de Marothy <[EMAIL PROTECTED]> * gnu/java/awt/peer/gtk/CairoSurface.java (getFlippedBuffer): New method. (getGtkImage): Renamed method. * gnu/java/awt/peer/gtk/ComponentGraphicsCopy.java * gnu/java/awt/peer/gtk/GtkVolatileImage.java

[cp-patches] FYI: Document the Formatter exceptions

2006-06-04 Thread Andrew John Hughes
The attached patch documents the heap of Formatter exceptions on the generics branch. Changelog: 2006-06-04 Andrew John Hughes <[EMAIL PROTECTED]> * java/util/DuplicateFormatFlagsException.java, * java/util/FormatFlagsConversionMismatchException.java, * java/util/Format

[cp-patches] FYI: Merge nanoTime from generics branch

2006-06-04 Thread Andrew John Hughes
I'm committing the attached patch to add System.nanoTime() from the generics branch. Changelog: 2006-03-20 Andrew John Hughes <[EMAIL PROTECTED]> * java/lang/System.java: (nanoTime()): Documented. 2006-03-20 Tom Tromey <[EMAIL PROTECTED]> * java/lang/System.java:

[cp-patches] FYI: Merge java.math.BigDecimal

2006-06-04 Thread Andrew John Hughes
I'm committing the attached patch to merge the non-1.5-requiring parts of java.math.BigDecimal. Changelog: 2006-03-01 Anthony Balkissoon <[EMAIL PROTECTED]> * java/math/BigDecimal.java: (precision): Fixed overflow problem with large numbers. (longValueExact): New method

[cp-patches] FYI: Fix Gtk peer warnings

2006-06-04 Thread Andrew John Hughes
I'm committing the attached patch to fix Gtk+ peer warnings that are making the build fail with Werror. Changelog: 2006-06-04 Andrew John Hughes <[EMAIL PROTECTED]> * native/jni/gtk-peer/gnu_java_awt_peer_gtk_ComponentGraphics.c: (drawVolatile): Add casts. * native/jni/

Re: [cp-patches] FYI: [generics] Fix for System.getenv bug

2006-06-04 Thread Archie Cobbs
Andrew John Hughes wrote: I'm committing the patch which fixes a bug in System.getenv() when an environment variable has an empty value. Not part of your patch (code was there before) but: String[] parts = pair.split("="); Shouldn't this be "pair.split("=", 1)" instead? E.g. wha

[cp-patches] FYI: [generics] Fix for System.getenv bug

2006-06-04 Thread Andrew John Hughes
I'm committing the patch which fixes a bug in System.getenv() when an environment variable has an empty value. Changelog: 2006-06-04 Andrew John Hughes <[EMAIL PROTECTED]> * java/lang/System.java: (getenv()): Handle cases where split only returns an array of size 1. --

Re: [cp-patches] FYI: Clipping fixes

2006-06-04 Thread Roman Kennke
Hi Sven, Am Sonntag, den 04.06.2006, 00:47 +0200 schrieb Sven de Marothy: > This seems to make the clipping less buggy. I'm still not sure about it. > Anyone care to write some tests to figure out how setClip() is different > from clip()? As far as I understand, setClip() does (re)set the clip, w

Re: [cp-patches] FYI: Partial volatileimage impl.

2006-06-04 Thread Roman Kennke
Hi Sven, would this help with http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24205 ?? /Roman Am Sonntag, den 04.06.2006, 00:43 +0200 schrieb Sven de Marothy: > 2006-06-02 Sven de Marothy <[EMAIL PROTECTED]> > > * gnu/java/awt/peer/gtk/VolatileImageGraphics.java > * include/gnu_java_

[cp-patches] FYI: remove warnings (end)

2006-06-04 Thread Raif S. Naffah
hello all, the attached patch --already committed-- cleans up some classes in gnu.javax.crypto to remove warnings detected by Eclipse. 2006-06-04 Raif S. Naffah <[EMAIL PROTECTED]> * gnu/javax/crypto/sasl/SaslUtil.java: Remove unused import. * gnu/javax/crypto/sasl/srp/SRPRegis