Re: [cp-patches] RFC: renamed method in KqueueSelectorImpl and removed IP_TTL field

2006-10-03 Thread Casey Marshall
Robert Schuster wrote: > Hi, > the attached patch renames a method in KqueueSelectorImpl (this conflicts with > the field of the same name in GCJ) and removes the IP_TTL field in > VMPlainDatagramSocketImpl. The latter is seemingly not used anywhere and > causes > a problem during GCJ compilation.

[cp-patches] RFC: renamed method in KqueueSelectorImpl and removed IP_TTL field

2006-10-03 Thread Robert Schuster
Hi, the attached patch renames a method in KqueueSelectorImpl (this conflicts with the field of the same name in GCJ) and removes the IP_TTL field in VMPlainDatagramSocketImpl. The latter is seemingly not used anywhere and causes a problem during GCJ compilation. Please comment whether this change

[cp-patches] RFC: DecimalFormat and friends (part 4)...

2006-10-03 Thread Mario Torre
Il giorno mar, 03/10/2006 alle 13.35 +0200, Mario Torre ha scritto: > The current update fixes a couple of issues and almost all the remaining > mauve tests. Ops, I've sent the wrong patch... This should be the right one... Mario -- Lima Software, SO.PR.IND. s.r.l. http://www.limasoftware.net/

[cp-patches] Re: RFC: a different Locale serialization fix

2006-10-03 Thread Tom Tromey
> "Tom" == Tom Tromey <[EMAIL PROTECTED]> writes: Tom> I checked something like this into libgcj. I'd like some comments on Tom> it. Tom> This is a different serialization fix for Locale. See the earlier Tom> thread for background: I checked this in today. Tom

[cp-patches] Re: RFC: IdentityHashMap linear probing

2006-10-03 Thread Tom Tromey
> "Tom" == Tom Tromey <[EMAIL PROTECTED]> writes: Tom> This changes IdentityHashMap to use linear probing, aka PR 28987. Tom> This ought to be more cache friendly. Also it lets us handle remove() Tom> more efficiently, and removes the need for a tombstone object. I checked this in. Let me kn

[cp-patches] FYI: Custom Composites

2006-10-03 Thread Francis Kung
Alright, the first part of custom composites is attached and committed. They should now work with the VolatileImageGraphics peer, with patches for the other peers coming soon. Cheers, Francis 2006-10-03 Francis Kung <[EMAIL PROTECTED]> * gnu/java/awt/peer/gtk/CairoGraphics2D.java

[cp-patches] RFC: DecimalFormat and friends (part 3)...

2006-10-03 Thread Mario Torre
The current update fixes a couple of issues and almost all the remaining mauve tests. There is still lack for the Iterator, and a failure for an exponential pattern. I'm working on the latter, but everything else now should work. Please, let me know!!! Mario > > 2006-09-29 Mario Torre <[