[cp-patches] The latest two patches on javax/swing/plaf/basic/BasicListUI.java break the List World demo

2006-01-29 Thread Audrius Meskauskas
Hi, Roman, the latest two patches on BasicListUI break the list word demo in the Swing activity board (adding new element (by pressing the button) no longer adds the elements to the end of the list. It is possible that: 1. We may need to revert the patches or 2. Probably patches are correct

[cp-patches] FYI: Prime2 patch

2006-01-29 Thread Raif S. Naffah
hello there, this patch fixes a bug in the Euler criterion test implementation, removed some unused methods and makes the BigInteger.isProbablePrime the main (for the time being) primality test. 2006-01-30 Raif S. Naffah [EMAIL PROTECTED] * gnu/java/security/util/Prime2.java

Re: [cp-patches] [native] New native layer

2006-01-29 Thread Mark Wielaard
Hi Guilhem, 2006-01-28 Guilhem Lavaux [EMAIL PROTECTED] * configure.ac: Removed target from CLASSPATH_INCLUDES and Makefile generation. * native/jni/native-lib/Makefile.am, native/jni/native-lib/cpnet.h, native/jni/native-lib/cpnet.c

Re: [cp-patches] RFC: gnu.regexp: fixed bugs in stingy match of RETokenRepeated

2006-01-29 Thread Ito Kazumitsu
From: Ito Kazumitsu [EMAIL PROTECTED] Date: Sun, 29 Jan 2006 01:15:27 +0900 (JST) The patch proposed on Mon, 23 Jan 2006 has been cancelled, and here is another patch. Hopefully improved. TODO: This patch cannot make the following test pass. /^(b+?|a){1,2}?c/ bbac 0: bbac 1: a /b+?/

Re: [cp-patches] FYI: Implemented java.net.SocketPermission serialization

2006-01-29 Thread Mark Wielaard
Hi Gary, On Tue, 2006-01-24 at 14:14 +, Gary Benson wrote: I just committed a patch that implements serialization in java.net.SocketPermission. I had to add a dummy field, actions, in order for the serialized representation to match that from a proprietary JVM. This seems sucky, but I

Re: [cp-patches] FYI: XMLEncoder - less dependencies bugfix

2006-01-29 Thread Mark Wielaard
Hi Robert, On Tue, 2006-01-24 at 18:07 +0100, Robert Schuster wrote: The funny thing is that the whole behavior depends on three places. Two of them were implemented already because they are part of the spec. The final component consists only of one line (calling super.inititialize() in

Re: [cp-patches] FYI: FormView

2006-01-29 Thread Mark Wielaard
Hi Roman, On Wed, 2006-01-25 at 15:10 +, Roman Kennke wrote: I did a partial implementation of javax.swing.text.html.FormView and added FIXMEs for the things to do. Could you add a bug report for this? It would be good if bugzilla had issues for every FIXME (that we newly and knowingly)

Re: [cp-patches] FYI: XMLEncoder - less dependencies bugfix

2006-01-29 Thread Robert Schuster
Hi Mark, This cleans up the code very nicely. Good catch! 2006-01-24 Robert Schuster [EMAIL PROTECTED] * java/beans/XMLEncoder.java: (writeExpression): Added early return (fixes PR #25941). * java/beans/Encoder: Removed unused imports.

[cp-patches] FYI: trim and lower case SocketPermission actions.

2006-01-29 Thread Mark Wielaard
Hi, Tom and I investigated a little issue with netx SocketPermissions. The code initialized a SocketPermission with actions separated with a command and spaces. This patch makes us handle that format and makes the action parsing similar to how we handle FilePermission actions. 2006-01-29 Mark

[cp-patches] FYI: shared DefaultExceptionListener

2006-01-29 Thread Robert Schuster
Hi, I applied Mark' suggestion to use a shared instance of the DefaultExceptionListener for all [XML]Encoders and XMLDecoders. Furthermore I moved the class to the gnu.java.beans package. The ChangeLog: 2006-01-29 Robert Schuster [EMAIL PROTECTED] *

[cp-testresults] FAIL: mauve serialization tests on Sat Jan 28 12:32:30 UTC 2006

2006-01-29 Thread cpdev
___ Classpath-testresults mailing list Classpath-testresults@gnu.org http://lists.gnu.org/mailman/listinfo/classpath-testresults

[cp-testresults] FAIL: mauve serialization tests on Sun Jan 29 07:17:18 UTC 2006

2006-01-29 Thread cpdev
___ Classpath-testresults mailing list Classpath-testresults@gnu.org http://lists.gnu.org/mailman/listinfo/classpath-testresults

[cp-testresults] FAIL: mauve serialization tests on Sat Jan 28 21:51:03 UTC 2006

2006-01-29 Thread cpdev
___ Classpath-testresults mailing list Classpath-testresults@gnu.org http://lists.gnu.org/mailman/listinfo/classpath-testresults

[cp-testresults] FAIL: ecj built with native-ecj on Sat Jan 28 08:36:09 UTC 2006

2006-01-29 Thread cpdev
-- 1. ERROR in compiler/org/eclipse/jdt/core/compiler/CategorizedProblem.java (at line 1) /*** ^ The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class

[cp-testresults] FAIL: mauve serialization tests on Sat Jan 28 02:10:22 UTC 2006

2006-01-29 Thread cpdev
___ Classpath-testresults mailing list Classpath-testresults@gnu.org http://lists.gnu.org/mailman/listinfo/classpath-testresults

[cp-testresults] FAIL: ecj built with ecj on jamvm on Sat Jan 28 12:03:05 UTC 2006

2006-01-29 Thread cpdev
xargs: jamvm: No such file or directory ___ Classpath-testresults mailing list Classpath-testresults@gnu.org http://lists.gnu.org/mailman/listinfo/classpath-testresults

[cp-testresults] FAIL: ecj built with gcjx on Sun Jan 29 01:12:19 UTC 2006

2006-01-29 Thread cpdev
terminate called after throwing an instance of 'exception_tmpl0' xargs: gcjx: terminated by signal 6 ___ Classpath-testresults mailing list Classpath-testresults@gnu.org http://lists.gnu.org/mailman/listinfo/classpath-testresults

[cp-testresults] FAIL: ecj built with gcjx on Sun Jan 29 05:57:18 UTC 2006

2006-01-29 Thread cpdev
terminate called after throwing an instance of 'exception_tmpl0' xargs: gcjx: terminated by signal 6 ___ Classpath-testresults mailing list Classpath-testresults@gnu.org http://lists.gnu.org/mailman/listinfo/classpath-testresults

[cp-testresults] classpath daily snapshot 20060128 FAILED

2006-01-29 Thread Michael Koch
*** Semantic Caution: The shift count -3 is negative; it will be masked to the appropriate width and behave as a positive shift count. 301. dd = dd 9 | dd -9; ^^ *** Semantic Caution: The shift count -9 is negative; it will be masked to the

[cp-testresults] FAIL: classpath build with gcj trunk on Sat Jan 28 11:51:25 UTC 2006

2006-01-29 Thread cpdev
/home/cpdev/Nightly/gcc/install/bin/gcj -Wno-deprecated --encoding=UTF-8 --bootclasspath '' --classpath ..:../../classpath/vm/reference:../../classpath:../../classpath/external/w3c_dom:../../classpath/external/sax:.: -C -d . -MD -MF lists/gnu-java-lang.deps -MT lists/gnu-java-lang.stamp -MP

[cp-testresults] FAIL: ecj built with gcjx on Sun Jan 29 10:43:07 UTC 2006

2006-01-29 Thread cpdev
terminate called after throwing an instance of 'exception_tmpl0' xargs: gcjx: terminated by signal 6 ___ Classpath-testresults mailing list Classpath-testresults@gnu.org http://lists.gnu.org/mailman/listinfo/classpath-testresults

[cp-testresults] FAIL: mauve serialization tests on Sun Jan 29 02:29:33 UTC 2006

2006-01-29 Thread cpdev
___ Classpath-testresults mailing list Classpath-testresults@gnu.org http://lists.gnu.org/mailman/listinfo/classpath-testresults

[cp-testresults] FAIL: ecj built with gcjx on Mon Jan 30 00:46:48 UTC 2006

2006-01-29 Thread cpdev
terminate called after throwing an instance of 'exception_tmpl0' xargs: gcjx: terminated by signal 6 ___ Classpath-testresults mailing list Classpath-testresults@gnu.org http://lists.gnu.org/mailman/listinfo/classpath-testresults

[cp-testresults] FAIL: regressions for mauve-jamvm on Mon Jan 30 01:55:13 UTC 2006

2006-01-29 Thread cpdev
Baseline from: Sun Jan 29 02:20:28 UTC 2006 Regressions: FAIL: gnu.testlet.javax.swing.event.SwingPropertyChangeSupport.removePropertyChangeListener: (String, PropertyChangeListener) (number 4) New fails: FAIL: gnu.testlet.javax.swing.event.SwingPropertyChangeSupport.hasListeners: uncaught

Re: New native layer

2006-01-29 Thread Mark Wielaard
Hi, On Sat, 2006-01-28 at 17:02 -0800, Casey Marshall wrote: On Jan 28, 2006, at 7:21 AM, Guilhem Lavaux wrote: I thought to have been already clear about that in the past (and with no answers !). Sorry, I meant to reply about what you were proposing, but forgot :-) Yeah, sorry. We all

Re: New native layer

2006-01-29 Thread Dalibor Topic
On Sun, 2006-01-29 at 15:17 +0100, Mark Wielaard wrote: Hi, - Writing concise, portable (in the realm of POSIXy systems, at least) native implementations of VM* classes that require native support. Through autoconf and replacement functions where needed. That is how libgcj (and

Re: Missing doPrivileged() in VMProcess?

2006-01-29 Thread Mark Wielaard
On Fri, 2006-01-27 at 13:50 +, Gary Benson wrote: Andrew Haley wrote: Gary Benson writes: Hi all, Each time you execute a file with Runtime.exec() a VMProcess is created. The first time one of these is created it creates a thread and calls its setDaemon() method which

[commit-cp] classpath ./ChangeLog java/awt/print/PrinterJob...

2006-01-29 Thread Mark Wielaard
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Mark Wielaard [EMAIL PROTECTED] 06/01/28 17:48:04 Modified files: . : ChangeLog java/awt/print : PrinterJob.java Added files: java/awt/print :

[commit-cp] classpath javax/swing/plaf/basic/BasicListUI.ja...

2006-01-29 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Roman Kennke [EMAIL PROTECTED]06/01/28 20:27:40 Modified files: javax/swing/plaf/basic: BasicListUI.java . : ChangeLog Log message: 2006-01-28 Roman

[commit-cp] classpath ./ChangeLog javax/swing/text/DefaultS...

2006-01-29 Thread Lillian Angel
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Lillian Angel [EMAIL PROTECTED] 06/01/27 21:39:27 Modified files: . : ChangeLog javax/swing/text: DefaultStyledDocument.java Log message: 2006-01-27 Lillian

[commit-cp] classpath gnu/javax/crypto/jce/mac/MacAdapter.j...

2006-01-29 Thread Raif S. Naffah
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Raif S. Naffah [EMAIL PROTECTED] 06/01/28 06:51:00 Modified files: gnu/javax/crypto/jce/mac: MacAdapter.java . : ChangeLog Log message: 2006-01-28 Raif S.

[commit-cp] classpath ./ChangeLog javax/swing/plaf/basic/Ba...

2006-01-29 Thread Audrius Meskauskas
CVSROOT:/sources/classpath Module name:classpath Branch: Changes by: Audrius Meskauskas [EMAIL PROTECTED] 06/01/27 22:27:32 Modified files: . : ChangeLog javax/swing/plaf/basic: BasicTreeUI.java Log message: 2006-01-27 Audrius

[commit-cp] classpath ./ChangeLog gnu/java/security/util/Pr...

2006-01-29 Thread Raif S. Naffah
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Raif S. Naffah [EMAIL PROTECTED] 06/01/29 13:54:03 Modified files: . : ChangeLog gnu/java/security/util: Prime2.java Log message: 2006-01-30 Raif S. Naffah

[commit-cp] classpath ./ChangeLog java/net/SocketPermission...

2006-01-29 Thread Mark Wielaard
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Mark Wielaard [EMAIL PROTECTED] 06/01/29 18:55:59 Modified files: . : ChangeLog java/net : SocketPermission.java Log message: *

[commit-cp] classpath javax/swing/ScrollPaneLayout.java ./C...

2006-01-29 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Roman Kennke [EMAIL PROTECTED]06/01/29 19:09:14 Modified files: javax/swing: ScrollPaneLayout.java . : ChangeLog Log message: 2006-01-29 Roman Kennke

[commit-cp] classpath java/beans/XMLDecoder.java java/beans...

2006-01-29 Thread Robert Schuster
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Robert Schuster [EMAIL PROTECTED] 06/01/29 19:11:30 Modified files: java/beans : XMLDecoder.java Encoder.java . : ChangeLog Added files: gnu/java/beans :