Re: [cp-patches] Streamline String.toUpper/LowerCase

2007-11-23 Thread Ian Rogers
Committed. Ian Rogers wrote: Hi, the attached patch separates out the special case of making a string upper and lower case for the Turkish Locale. As Locale's language should be interned, the tr.equals test is replaced with tr ==. Thanks, Ian

Re: [cp-patches] Fix for GTk peers with Classpath 0.96.1

2007-11-23 Thread Ian Rogers
Committed. Ian Rogers wrote: Hi, attached is a patch required to make JNI GTk peers work on 32bit architectures. Regards, Ian

Re: [cp-patches] FYI: java.lang.Long remove unnecessary synchronized

2007-11-23 Thread Andrew John Hughes
On 23/11/2007, Mario Torre [EMAIL PROTECTED] wrote: Il giorno ven, 23/11/2007 alle 14.47 +, Ian Rogers ha scritto: Hi, Committed. Regards, Ian Hi Ian! Thanks for committing these patches and again welcome! But, ehm... can I ask you to please also add a ChangeLog (and for

Re: [cp-patches] Patch to gnu.java.nio.charset

2007-11-23 Thread Mario Torre
Il giorno ven, 23/11/2007 alle 15.09 +, Ian Rogers ha scritto: Committed. Ian Rogers wrote: Hi, the attached patch adds efficient support for array encoding/decoding character sets to all ByteCharsets, US_ASCII and ISO_8859_1. It does this by using 2 package private helper

Re: [cp-patches] FYI: java.lang.Long remove unnecessary synchronized

2007-11-23 Thread Mario Torre
Il giorno ven, 23/11/2007 alle 14.47 +, Ian Rogers ha scritto: Hi, Committed. Regards, Ian Hi Ian! Thanks for committing these patches and again welcome! But, ehm... can I ask you to please also add a ChangeLog (and for the future to post them to this list with the patches)?

[cp-patches] FYI: CopyOnWriteArrayList fixlets

2007-11-23 Thread Mario Torre
I'm committing this one. It fixes few methods on CopyOnWriteArrayList and also improves performances in a couple of points (not much, to be honest). Mauve tests will follow shortly. Thanks, Mario 2007-11-23 Mario Torre [EMAIL PROTECTED] *

[cp-patches] FYI: GConf updates

2007-11-23 Thread Mario Torre
I'm committing these changes to the GConf preference backed, as discussed in my previous mail. Thanks, Mario 2007-11-23 Mario Torre [EMAIL PROTECTED] * gnu/java/util/prefs/EventDispatcher.java: class removed. * gnu/classpath/toolkit/DefaultDaemonThreadFactory.java: new file. *

Re: [cp-patches] Patch to gnu.java.nio.charset

2007-11-23 Thread Ian Rogers
Committed. Ian Rogers wrote: Hi, the attached patch adds efficient support for array encoding/decoding character sets to all ByteCharsets, US_ASCII and ISO_8859_1. It does this by using 2 package private helper classes. The patch also makes fields and classes that can be final, final. The

Re: [cp-patches] Make fields that aren't final, final

2007-11-23 Thread Ian Rogers
committed. Ian Rogers wrote: Hi, the attached patch makes a few fields that could be final, final. Thanks, Ian

[cp-patches] FYI: java.lang.Long remove unnecessary synchronized

2007-11-23 Thread Ian Rogers
Hi, Committed. Regards, Ian Index: Long.java === RCS file: /cvsroot/classpath/classpath/java/lang/Long.java,v retrieving revision 1.24 diff -u -r1.24 Long.java --- Long.java 10 Dec 2006 20:25:44 - 1.24 +++ Long.java 23

[cp-testresults] FAIL: regressions for mauve-cacao on Fri Nov 23 20:16:34 UTC 2007

2007-11-23 Thread cpdev
Baseline from: Mon Oct 8 10:51:02 UTC 2007 Regressions: FAIL: java.awt.Choice.PaintTest FAIL: javax.swing.text.DefaultStyledDocument.ElementBuffer.insert Improvements: PASS: java.awt.dnd.DragGestureRecognizer.resetRecognizer PASS: javax.swing.JTree.getCellRenderer PASS:

[cp-testresults] FAIL: regressions for mauve-cacao on Fri Nov 23 10:49:01 UTC 2007

2007-11-23 Thread cpdev
Baseline from: Mon Oct 8 10:51:02 UTC 2007 Regressions: FAIL: gnu.javax.crypto.key.srp6.TestOfSRPKeyGeneration FAIL: java.awt.Choice.PaintTest FAIL: javax.swing.text.DefaultStyledDocument.ElementBuffer.insert Improvements: PASS: java.awt.dnd.DragGestureRecognizer.resetRecognizer PASS:

Re: New GNU Classpath developer Ian Rogers

2007-11-23 Thread Ian Rogers
Mark Wielaard wrote: Hi all, I am happy to announce that Ian is now one of our active hackers with commit access. Ian has been pushing useful patches for a long time now and is one of the JikesRVM hackers. Ian, even though you have been contributing to GNU Classpath in the past you name is

Re: Where can I download the gnu crypto docs?

2007-11-23 Thread Andrew Haley
Christian Wenzel-Benner writes: I sent this request to the gnu crypto mailinglist yesterday, but then realised the list had no activity for quite a few weeks, so I'll re-send it here. I use gnu crypto as a library for my master's dissertation project. I started out from the old

Where can I download the gnu crypto docs?

2007-11-23 Thread Christian Wenzel-Benner
Hello everyone, I sent this request to the gnu crypto mailinglist yesterday, but then realised the list had no activity for quite a few weeks, so I'll re-send it here. I use gnu crypto as a library for my master's dissertation project. I started out from the old website

[commit-cp] classpath/gnu/java/nio/charset ByteEncodeLoopHe...

2007-11-23 Thread Ian Rogers
CVSROOT:/sources/classpath Module name:classpath Changes by: Ian Rogers irogers07/11/23 16:11:17 Added files: gnu/java/nio/charset: ByteEncodeLoopHelper.java ByteDecodeLoopHelper.java Log message: Helper classes for array

[commit-cp] classpath include/gnu_java_util_prefs_gconf_GCo...

2007-11-23 Thread Mario Torre
CVSROOT:/sources/classpath Module name:classpath Changes by: Mario Torre neugens 07/11/23 22:02:17 Modified files: include: gnu_java_util_prefs_gconf_GConfNativePeer.h java/util/prefs: AbstractPreferences.java gnu/java/util/prefs/gconf:

[commit-cp] classpath/gnu/classpath/toolkit

2007-11-23 Thread Mario Torre
CVSROOT:/sources/classpath Module name:classpath Changes by: Mario Torre neugens 07/11/23 22:02:01 New directory: gnu/classpath/toolkit CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/classpath/toolkit/?cvsroot=classpath

[commit-cp] classpath ChangeLog

2007-11-23 Thread Ian Rogers
CVSROOT:/sources/classpath Module name:classpath Changes by: Ian Rogers irogers07/11/23 17:06:57 Modified files: . : ChangeLog Log message: 2007-11-23 Ian Rogers [EMAIL PROTECTED] * java/io/FileOutputStream.java,

[commit-cp] classpath java/util/concurrent/CopyOnWriteArray...

2007-11-23 Thread Mario Torre
CVSROOT:/sources/classpath Module name:classpath Changes by: Mario Torre neugens 07/11/23 21:51:28 Modified files: java/util/concurrent: CopyOnWriteArrayList.java . : ChangeLog Log message: 2007-11-23 Mario Torre [EMAIL PROTECTED]