[cp-patches] Obvious bug in java.awt.image.IndexColorModel.getRGB

2005-04-01 Thread Guilhem Lavaux
Hi, Here is a quick fix for getRGB(). It should also check whether the pixel value is negative to avoid throwing ArrayIndexOutOfBoundException. ChangeLog entry: 2005-04-01 Guilhem Lavaux [EMAIL PROTECTED] * java/awt/image/IndexColorModel.java (getRGB): Check if pixel is

Re: [cp-patches] RFC: Class/VMClass patch

2005-04-01 Thread Tom Tromey
Jeroen == Jeroen Frijters [EMAIL PROTECTED] writes: Jeroen I'd like to change the Class/VMClass interface for Jeroen VMClass.getModifiers() to differentiate between getting the Jeroen modifiers as reported by Class.getModifiers() and the Jeroen modifiers as used by Class.newInstance() to

[cp-patches] [Patch] PipedInputStream.read()

2005-04-01 Thread Michael Koch
Hi list, I commited the attached patch to fix a bug reported by Olafur Bragason. Michael 2005-04-01 Michael Koch [EMAIL PROTECTED] * java/io/PipedInputStream.java (read): Make sure a positive byte value is returned. Revised javadoc. Thanks to Olafur Bragason for

[cp-patches] Patch: FYI: fix typo

2005-04-01 Thread Tom Tromey
I'm checking this in. This fixes a typo. Tom Index: ChangeLog from Tom Tromey [EMAIL PROTECTED] * java/lang/AssertionError.java: Typo fix. Index: java/lang/AssertionError.java === RCS file:

Re: gjdoc feedback

2005-04-01 Thread Thomas Zander
On Friday 01 April 2005 08:09, David Gilbert wrote: Yesterday I generated the API docs for JFreeChart using gjdoc, and asked for feedback from JFreeChart users: http://www.jfree.org/phpBB2/viewtopic.php?t=12390 I think the results are great, but I've had one report that the output doesn't

Re: gjdoc feedback

2005-04-01 Thread Roman Kennke
Hi there, Am Freitag, den 01.04.2005, 10:23 +0200 schrieb Thomas Zander: gjdoc feedback So it looks great in all browsers that correctly support css2, not a bug IMO. Not a bug but maybe a missing feature. Maybe an option to generate only css1 would help here? I don't say implement IE

Re: JamVM 1.3.0 released

2005-04-01 Thread Chris Burdess
Robert Lougher wrote: I'm pleased to announce the release of JamVM 1.3.0 (http://jamvm.sourceforge.net). This release adds support for Mac OS X/Darwin, along with several other feature enhancements. Can I just say: dog [~] uname Darwin dog [~] time java test Calling Locale.getAvailableLocales