[cp-patches] [patch] examples pictures consolidated

2007-01-05 Thread Andreas Tobler
Hi all, this patch makes the java2d benchmark and the aicasgraphicsbenchmark run on installed systems. We copy the two image files in one common place and are happy ;) Ok for trunk? Tested on darwin-ppc and linux-ppc. Yes, darwin-ppc, I have my ecj running on it:) Andreas 2007-01-05

[cp-patches] RFC: InputStreamReader and OutputStreamWriter revisited

2007-01-05 Thread Roman Kennke
Hello again, I've put some more effort in benchmarking and improving (IMO) the classes InputStreamReader and OutputStreamWriter. Here's what I did (thrown away Ingos code): - The classes now make more effective use of the NIO encoders/decoders. The passed in char[] arrays are wrapped in

[cp-patches] FYI: Component locking fix

2007-01-05 Thread Roman Kennke
This fixes a locking problem in Component.getFont() as stated in the corresponding bug report. It seems OK to rely on the checks in getFontImpl(). In the worst case (when the structure is modified in between) we end up with a font of null, which would be the case anyway. This seems to avoid a

[cp-patches] RFC: native/jni/native-lib/cpnet.h: Add sone include files

2007-01-05 Thread Ito Kazumitsu
This is to fix bug #30377. FreeBSD needs this. I hope this patch will not do harm to other platforms. ChangeLog: 2006-09-20 Ito Kazumitsu [EMAIL PROTECTED] Fixes bug #30377 * native/jni/native-lib/cpnet.h: Add some include files. cvs diff: Diffing

[cp-patches] FYI: Add CollationProvider

2007-01-05 Thread Andrew John Hughes
This patch adds the CollationProvider. Changelog: 2007-01-06 Andrew John Hughes [EMAIL PROTECTED] * java/text/Collator.java: (getInstance(Locale)): Check providers. * java/text/spi/CollatorProvider.java: New file. -- Andrew :-) Escape the Java Trap with GNU