[cp-patches] FYI: remove warnings (end)

2006-06-04 Thread Raif S. Naffah
hello all, the attached patch --already committed-- cleans up some classes in gnu.javax.crypto to remove warnings detected by Eclipse. 2006-06-04 Raif S. Naffah [EMAIL PROTECTED] * gnu/javax/crypto/sasl/SaslUtil.java: Remove unused import. *

Re: [cp-patches] FYI: Partial volatileimage impl.

2006-06-04 Thread Roman Kennke
Hi Sven, would this help with http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24205 ?? /Roman Am Sonntag, den 04.06.2006, 00:43 +0200 schrieb Sven de Marothy: 2006-06-02 Sven de Marothy [EMAIL PROTECTED] * gnu/java/awt/peer/gtk/VolatileImageGraphics.java *

Re: [cp-patches] FYI: Clipping fixes

2006-06-04 Thread Roman Kennke
Hi Sven, Am Sonntag, den 04.06.2006, 00:47 +0200 schrieb Sven de Marothy: This seems to make the clipping less buggy. I'm still not sure about it. Anyone care to write some tests to figure out how setClip() is different from clip()? As far as I understand, setClip() does (re)set the clip,

[cp-patches] FYI: [generics] Fix for System.getenv bug

2006-06-04 Thread Andrew John Hughes
I'm committing the patch which fixes a bug in System.getenv() when an environment variable has an empty value. Changelog: 2006-06-04 Andrew John Hughes [EMAIL PROTECTED] * java/lang/System.java: (getenv()): Handle cases where split only returns an array of size 1. --

Re: [cp-patches] FYI: [generics] Fix for System.getenv bug

2006-06-04 Thread Archie Cobbs
Andrew John Hughes wrote: I'm committing the patch which fixes a bug in System.getenv() when an environment variable has an empty value. Not part of your patch (code was there before) but: String[] parts = pair.split(=); Shouldn't this be pair.split(=, 1) instead? E.g. what if

[cp-patches] FYI: Fix Gtk peer warnings

2006-06-04 Thread Andrew John Hughes
I'm committing the attached patch to fix Gtk+ peer warnings that are making the build fail with Werror. Changelog: 2006-06-04 Andrew John Hughes [EMAIL PROTECTED] * native/jni/gtk-peer/gnu_java_awt_peer_gtk_ComponentGraphics.c: (drawVolatile): Add casts. *

[cp-patches] FYI: Merge java.math.BigDecimal

2006-06-04 Thread Andrew John Hughes
I'm committing the attached patch to merge the non-1.5-requiring parts of java.math.BigDecimal. Changelog: 2006-03-01 Anthony Balkissoon [EMAIL PROTECTED] * java/math/BigDecimal.java: (precision): Fixed overflow problem with large numbers. (longValueExact): New method.

[cp-patches] FYI: Merge nanoTime from generics branch

2006-06-04 Thread Andrew John Hughes
I'm committing the attached patch to add System.nanoTime() from the generics branch. Changelog: 2006-03-20 Andrew John Hughes [EMAIL PROTECTED] * java/lang/System.java: (nanoTime()): Documented. 2006-03-20 Tom Tromey [EMAIL PROTECTED] * java/lang/System.java:

[cp-patches] FYI: Document the Formatter exceptions

2006-06-04 Thread Andrew John Hughes
The attached patch documents the heap of Formatter exceptions on the generics branch. Changelog: 2006-06-04 Andrew John Hughes [EMAIL PROTECTED] * java/util/DuplicateFormatFlagsException.java, * java/util/FormatFlagsConversionMismatchException.java, *

[cp-patches] FYI: VolatileImage fixes

2006-06-04 Thread Sven de Marothy
2006-06-04 Sven de Marothy [EMAIL PROTECTED] * gnu/java/awt/peer/gtk/CairoSurface.java (getFlippedBuffer): New method. (getGtkImage): Renamed method. * gnu/java/awt/peer/gtk/ComponentGraphicsCopy.java * gnu/java/awt/peer/gtk/GtkVolatileImage.java

[cp-patches] FYI: Merge Formatter exceptions

2006-06-04 Thread Andrew John Hughes
This patch merges the Formatter exceptions (now documented) from the generics branch. Changelog: 2006-06-04 Andrew John Hughes [EMAIL PROTECTED] * java/util/DuplicateFormatFlagsException.java, * java/util/FormatFlagsConversionMismatchException.java, *

[cp-patches] [generics] Patch: FYI: genericize javax.naming

2006-06-04 Thread Tom Tromey
I'm checking this in on the generics branch. This genericizes some things in javax.naming. Tom 2006-06-04 Tom Tromey [EMAIL PROTECTED] * javax/naming/Context.java (list): Genericized. (listBindings): Likewise. * javax/naming/Reference.java (addrs): Genericized.

[cp-patches] FYI: [generics] Document remaining formatting classes

2006-06-04 Thread Andrew John Hughes
This patch adds documentation to the remaining formatting classes. The main class head Formattable documentation, however, is far from complete; I'll add more when I get round to testing the class more throughly unless someone wants to beat me to it. 2006-06-04 Andrew John Hughes [EMAIL

[cp-patches] FYI: ComponentGraphics clip fix

2006-06-04 Thread Sven de Marothy
2006-06-05 Sven de Marothy [EMAIL PROTECTED] * gnu/java/awt/peer/gtk/ComponentGraphics.java (ComponentGraphics): Use 0,0 as clip origin. Index: gnu/java/awt/peer/gtk/ComponentGraphics.java === RCS file:

[cp-testresults] FAIL: classpath build with gcj (4.0) on Sun Jun 4 11:45:26 UTC 2006

2006-06-04 Thread cpdev
gcc -shared .libs/java_util_VMTimeZone.o -Wl,-soname -Wl,libjavautil.so.0 -o .libs/libjavautil.so.0.0.0 (cd .libs rm -f libjavautil.so.0 ln -s libjavautil.so.0.0.0 libjavautil.so.0) (cd .libs rm -f libjavautil.so ln -s libjavautil.so.0.0.0 libjavautil.so) creating libjavautil.la (cd .libs

[cp-testresults] FAIL: regressions for libgcj on Sun Jun 4 12:58:06 UTC 2006

2006-06-04 Thread cpdev
Baseline from: Fri Jun 2 02:23:04 UTC 2006 Regressions: FAIL: Thread_Sleep -O3 -findirect-dispatch output - bytecode-native test FAIL: Thread_Sleep -O3 output - bytecode-native test FAIL: Thread_Sleep -O3 output - source compiled test FAIL: Thread_Sleep -findirect-dispatch output -

[cp-testresults] FAIL: regressions for mauve-jamvm on Sun Jun 4 13:54:51 UTC 2006

2006-06-04 Thread cpdev
Baseline from: Sun Jun 4 08:43:21 UTC 2006 Regressions: FAIL: gnu.testlet.java.lang.Thread.sleep: Interrupted sleep (number 2) New fails: FAIL: gnu.testlet.gnu.javax.crypto.sasl.srp.TestOfSRPAuthInfoProvider abnormal termination 142 CRASH or TIMEOUT FAIL:

GOST cipher related added.

2006-06-04 Thread Morgon Kanter
Of course, this had to come at about the same time that Raif made a bunch of changes to various crypto-related files and scared the hell out of me thinking that I was suddenly going to have a merge conflict. :-P In general: The full output of cvs diff -uN classpath blah is available here:

Re: GOST cipher related added.

2006-06-04 Thread Raif S. Naffah
hello Morgon, the first thing to do if you plan on contributing code to the project is to ensure that copyright assignment papers, for GNU Classpath, are signed. i don't know if you have already done so, but in case you haven't, Mark Wielaard should be able to guide you in that process. On

[commit-cp] classpath/gnu/javax/crypto jce/keySquareSecretK...

2006-06-04 Thread Raif S. Naffah
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Raif S. Naffah raif 06/06/04 06:57:26 Modified files: gnu/javax/crypto/jce/key: SquareSecretKeyFactoryImpl.java KhazadSecretKeyFactoryImpl.java

[commit-cp] classpath ChangeLog java/lang/System.java [generics]

2006-06-04 Thread Andrew John Hughes
CVSROOT:/cvsroot/classpath Module name:classpath Branch: generics Changes by: Andrew John Hughes gnu_andrew 06/06/04 15:56:55 Modified files: . : ChangeLog java/lang : System.java Log message: 2006-06-04 Andrew John Hughes

[commit-cp] classpath ChangeLog native/jni/gtk-peer/gnu_jav...

2006-06-04 Thread Andrew John Hughes
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Andrew John Hughes gnu_andrew 06/06/04 17:52:05 Modified files: . : ChangeLog native/jni/gtk-peer: gnu_java_awt_peer_gtk_ComponentGraphics.c

[commit-cp] classpath ChangeLog java/math/BigDecimal.java j...

2006-06-04 Thread Andrew John Hughes
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Andrew John Hughes gnu_andrew 06/06/04 17:59:12 Modified files: . : ChangeLog java/math : BigDecimal.java Added files: java/math : MathContext.java Log message:

[commit-cp] classpath ChangeLog java/lang/System.java

2006-06-04 Thread Andrew John Hughes
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Andrew John Hughes gnu_andrew 06/06/04 18:15:05 Modified files: . : ChangeLog java/lang : System.java Log message: 2006-03-20 Andrew John Hughes [EMAIL PROTECTED]

[commit-cp] classpath ChangeLog java/util/DuplicateFormatFl... [generics]

2006-06-04 Thread Andrew John Hughes
CVSROOT:/cvsroot/classpath Module name:classpath Branch: generics Changes by: Andrew John Hughes gnu_andrew 06/06/04 19:40:45 Modified files: . : ChangeLog java/util : DuplicateFormatFlagsException.java

[commit-cp] classpath ChangeLog gnu/java/awt/peer/gtk/Cairo...

2006-06-04 Thread Sven de Marothy
CVSROOT:/sources/classpath Module name:classpath Changes by: Sven de Marothy smarothy 06/06/04 19:44:39 Modified files: . : ChangeLog gnu/java/awt/peer/gtk: CairoSurface.java ComponentGraphicsCopy.java

[commit-cp] classpath ChangeLog java/util/DuplicateFormatFl...

2006-06-04 Thread Andrew John Hughes
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Andrew John Hughes gnu_andrew 06/06/04 20:01:20 Modified files: . : ChangeLog Added files: java/util : DuplicateFormatFlagsException.java

[commit-cp] classpath ChangeLog gnu/java/awt/peer/gtk/GtkCo...

2006-06-04 Thread Sven de Marothy
CVSROOT:/sources/classpath Module name:classpath Changes by: Sven de Marothy smarothy 06/06/04 20:21:39 Modified files: . : ChangeLog gnu/java/awt/peer/gtk: GtkComponentPeer.java java/awt : Component.java Log message:

[commit-cp] classpath/javax/naming Reference.java InitialCo... [generics]

2006-06-04 Thread Tom Tromey
CVSROOT:/cvsroot/classpath Module name:classpath Branch: generics Changes by: Tom Tromey tromey 06/06/04 21:26:35 Modified files: javax/naming : Reference.java InitialContext.java Context.java . : ChangeLog Log message:

[commit-cp] classpath ChangeLog java/util/Formattable.java ... [generics]

2006-06-04 Thread Andrew John Hughes
CVSROOT:/cvsroot/classpath Module name:classpath Branch: generics Changes by: Andrew John Hughes gnu_andrew 06/06/04 22:38:58 Modified files: . : ChangeLog java/util : Formattable.java FormattableFlags.java

[commit-cp] classpath ChangeLog java/util/Formattable.java ...

2006-06-04 Thread Andrew John Hughes
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Andrew John Hughes gnu_andrew 06/06/04 23:36:27 Modified files: . : ChangeLog Added files: java/util : Formattable.java FormattableFlags.java Formatter.java

[commit-cp] classpath ChangeLog gnu/java/awt/peer/gtk/Compo...

2006-06-04 Thread Sven de Marothy
CVSROOT:/sources/classpath Module name:classpath Changes by: Sven de Marothy smarothy 06/06/05 03:39:14 Modified files: . : ChangeLog gnu/java/awt/peer/gtk: ComponentGraphics.java Log message: 2006-06-05 Sven de Marothy [EMAIL