[cp-patches] FYI: fix for PR 28100

2006-07-21 Thread Raif S. Naffah
hello all, the attached patch adds support for handling 1 and 2, in addition to the existing 3, DES keys to the triple-DES cipher. the Mauve test TestOfTripleDES (in gnu.testlet.gnu.javax.crypto.cipher) was amended to test the new changes. 2006-07-22 Raif S. Naffah <[EMAIL PROTECTED]>

Re: [cp-patches] [RFC] speed up CairoSurface

2006-07-21 Thread Andreas Tobler
Hi Mark, Mark Wielaard wrote: On Sat, 2006-07-22 at 00:00 +0200, Andreas Tobler wrote: But he also suggested to reorganise the code path to check for (ByteOrder.nativeOrder() == ByteOrder.BIG_ENDIAN) only once and not for all pixels. Thanks Assen! I attach a patch which does this. The impro

Re: [cp-patches] JamVM sun.misc.Unsafe

2006-07-21 Thread Tom Tromey
> "Casey" == Casey Marshall <[EMAIL PROTECTED]> writes: Casey> I don't know what that suite is testing, but it isn't the version of Casey> JSR 166 that's in 1.5. Our jsr 166 code comes from there. They don't do release branches so we've also picked up a bunch of 1.6 stuff from the import. T

Re: [cp-patches] RFC: [generics] java.util.concurrent.CopyOnWriteArrayList.java small fix

2006-07-21 Thread Tom Tromey
> "Carsten" == Carsten Neumann <[EMAIL PROTECTED]> writes: Carsten> this fixes a slight oversight in the add methods and implements Carsten> indexOf(E, int) and lastIndexOf(E, int). Carsten> Please comment/commit. This looks good to me. I'm checking it in. Tom

Re: [cp-patches] [RFC] speed up CairoSurface

2006-07-21 Thread Mark Wielaard
Hi Andreas, On Sat, 2006-07-22 at 00:00 +0200, Andreas Tobler wrote: > But he also suggested to reorganise the code path to > check for (ByteOrder.nativeOrder() == ByteOrder.BIG_ENDIAN) only once > and not for all pixels. Thanks Assen! > > I attach a patch which does this. The improvement is no

[cp-patches] [RFC] speed up CairoSurface

2006-07-21 Thread Andreas Tobler
Hello all, I got a mail from Assen Stoyanov <[EMAIL PROTECTED]> where he mentioned some speed problems in gnu.java.awt.peer.gtk.CairoSurface.java. The recent fix I added for Big Endian systems causes some overhead which can be reduced. He wanted to know if we could write the conversion rout

Re: [cp-patches] FYI: GtkMouseDragGestureRecognizer implementation

2006-07-21 Thread Lillian Angel
I forgot to remove some unused fields in the last patch. 2006-07-20 Lillian Angel <[EMAIL PROTECTED]> * gnu/java/awt/dnd/GtkMouseDragGestureRecognizer.java: Removed unused fields. (GtkMouseDragGestureRecognizer): Removed initializations. On Fri, 2006-07-21 at 16:45 -04

[cp-patches] Patch: GtkMouseDragGestureRecognizer implementation

2006-07-21 Thread Lillian Angel
Finished implementing GtkMouseDragGestureRecognizer. 2006-07-20 Lillian Angel <[EMAIL PROTECTED]> * gnu/java/awt/dnd/GtkMouseDragGestureRecognizer.java (GtkMouseDragGestureRecognizer): New constructor. (GtkMouseDragGestureRecognizer): New constructor. (GtkMouseDr

[cp-patches] RFC: gnu.java.util.regex: MULTILINE fix

2006-07-21 Thread Ito Kazumitsu
ChangeLog: 2006-07-21 Ito Kazumitsu <[EMAIL PROTECTED]> Fixes bug #28413 * gnu/java/util/regex/RETokenEnd.java(check_java_line_terminators): New field. (RETokenEnd): New constructer to set check_java_line_terminators. (matchThis): Checck line terminators i