[cp-patches] FYI: Dialog and FileDialog fixes

2006-10-25 Thread Tania Bento
Hey, This patch fixes a couple of bugs in java.awt.Dialog and java.awt.FileDialog. I have commited a mauve test for these changes. Cheers, Tania 2006-10-25 Tania Bento [EMAIL PROTECTED] * java/awt/Dialog.java: Created new private variable next_dialog_number.

[cp-patches] FYI: Header file maintenance

2006-10-25 Thread Francis Kung
Hi, This patch regenerates a number of header files, some of which were causing the build to fail without --enable-regen-headers. Cheers, Francis 2006-10-25 Francis Kung [EMAIL PROTECTED] * include/gnu_java_nio_VMChannel.h, * include/java_net_VMNetworkInterface.h, *

Re: [cp-patches] FYI: Dialog and FileDialog fixes

2006-10-25 Thread Tom Tromey
Tania == Tania Bento [EMAIL PROTECTED] writes: Tania + if (file == ) Tania +this.file = null; You probably want: if (.equals(file)) Tom

Re: [cp-patches] HTMLWriter

2006-10-25 Thread fchoong
Hi Roman, Audrius, I have tested it with Blackdown JDK 1.4.2, and JamVM 1.4.2 + GNU Classpath 0.92. The output formatting(indent and newlines) is tricky, but I tried to keep as close to the RI as possible. CP 0.92 does not have all the tags yet, but looks to be ok. I have not tried Mauve/testlets

[cp-testresults] FAIL: classpath build with gcj (4.1) on Wed Oct 25 10:53:54 UTC 2006

2006-10-25 Thread cpdev
mkdir .libs gcc -DHAVE_CONFIG_H -I. -I../../../../native/jni/gconf-peer -I../../../include -I../../../../include -I../../../../native/jni/classpath -I../../../../native/jni/native-lib -W -Wall -Wmissing-declarations -Wwrite-strings -Wmissing-prototypes -Wno-long-long -Werror -DORBIT2=1

[cp-testresults] FAIL: generics classpath build on Wed Oct 25 11:26:49 UTC 2006

2006-10-25 Thread cpdev
6263. WARNING in ../../classpath/vm/reference/sun/misc/Unsafe.java (at line 297) public native int arrayIndexScale(Class arrayClass); ^ Class is a raw type. References to generic type ClassT should be parameterized -- -- 6264.

[cp-testresults] FAIL: japi build on Wed Oct 25 11:28:03 UTC 2006

2006-10-25 Thread cpdev
114. DirectoryScanner scanner = dirs.getDirectoryScanner(getProject()); ^--^ *** Semantic Error: No accessible method with signature getProject() was found in type net.wuffies.japi.JapiantTask.

[cp-testresults] FAIL: regressions for mauve-cacao on Wed Oct 25 19:59:43 UTC 2006

2006-10-25 Thread cpdev
Baseline from: Fri Sep 29 17:47:30 UTC 2006 Regressions: FAIL: java.awt.ColorClass.brighter FAIL: java.awt.image.LookupOp.filterImage Improvements: PASS: gnu.javax.crypto.key.srp6.TestOfSRPKeyGeneration PASS: java.awt.event.MouseEvent.modifiers PASS: java.awt.event.MouseEvent.modifiersEx PASS:

[cp-testresults] FAIL: generics classpath build on Thu Oct 26 00:47:26 UTC 2006

2006-10-25 Thread cpdev
6263. WARNING in ../../classpath/vm/reference/sun/misc/Unsafe.java (at line 297) public native int arrayIndexScale(Class arrayClass); ^ Class is a raw type. References to generic type ClassT should be parameterized -- -- 6264.

[cp-testresults] FAIL: regressions for mauve-jamvm on Thu Oct 26 02:11:12 UTC 2006

2006-10-25 Thread cpdev
Baseline from: Fri Sep 22 05:30:46 UTC 2006 Regressions: FAIL: gnu.javax.crypto.sasl.srp.TestOfSRPPasswordFile FAIL: java.awt.image.LookupOp.filterImage FAIL: javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.getForeground Improvements: PASS:

[cp-testresults] FAIL: regressions for mauve-cacao on Thu Oct 26 02:34:20 UTC 2006

2006-10-25 Thread cpdev
Baseline from: Fri Sep 29 17:47:30 UTC 2006 Regressions: FAIL: java.awt.ColorClass.brighter FAIL: java.awt.image.LookupOp.filterImage Improvements: PASS: gnu.javax.crypto.key.srp6.TestOfSRPKeyGeneration PASS: java.awt.Scrollbar.ScrollbarPaintTest PASS: java.awt.event.MouseEvent.modifiers PASS:

Re: switch to IPv6-only

2006-10-25 Thread Guilhem Lavaux
Robert Schuster wrote: Hi, some days ago I posted a question where I was wondering why the RI calls all their network stuff with AF_INET6 even if the user explicitly wants to do IPv4-only stuff. I think I found the reason and am here to ask for going the same route in GNU Classpath. Let me

[commit-cp] classpath ChangeLog java/awt/Dialog.java java/a...

2006-10-25 Thread Tania Bento
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Tania Bento tbento06/10/25 20:57:52 Modified files: . : ChangeLog java/awt : Dialog.java FileDialog.java Log message: 2006-10-25 Tania Bento [EMAIL PROTECTED]

[commit-cp] classpath include/java_net_VMNetworkInterface.h...

2006-10-25 Thread Francis Kung
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Francis Kung fkung06/10/25 21:08:00 Modified files: include: java_net_VMNetworkInterface.h gnu_java_nio_VMChannel.h gnu_java_nio_EpollSelectorImpl.h