[cp-patches] [native] Removed target layer

2006-01-28 Thread Guilhem Lavaux
Hi, Here is patch to remove target layer from the NATIVE-LAYER branch. This will break the compilation of this branch. ChangeLog entry: 2006-01-28 Guilhem Lavaux [EMAIL PROTECTED] * native/target: Removed. target-remove.gz Description: Unix tar archive

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

2006-01-28 Thread Ito Kazumitsu
The patch proposed on Mon, 23 Jan 2006 has been cancelled, and here is another patch. TODO: This patch cannot make the following tests pass. /(([a-c])b*?\2)*/ ababbbcbc 0: ababb 1: bb 2: b gnu.regexp finds ababbbcbc instead of ababb. /^(b+?|a){1,2}?c/ bbc 0: bbc 1: b gnu.regexp

Re: [cp-patches] FYI: Registry update and HMac cloneability

2006-01-28 Thread Raif S. Naffah
On Sunday 29 January 2006 00:10, Mark Wielaard wrote: Hi Raif, On Sat, 2006-01-28 at 13:51 +1100, Raif S. Naffah wrote: 2006-01-28 Raif S. Naffah [EMAIL PROTECTED] * gnu/javax/crypto/mac/HMac.java (clone): Implement Cloneable. That give the following compile error (with jikes):

[cp-patches] FYI: NoPrinterJob

2006-01-28 Thread Mark Wielaard
Hi all, Dimitri reported the Druid (http://druid.sourceforge.net/) didn't start up. The reason was that we don't have printing support yet. The application was correctly checking for this but we didn't even provide a PrinterJob that indicated no printer. So I added one: 2006-01-28 Mark Wielaard

Re: [cp-patches] FYI: Registry update and HMac cloneability

2006-01-28 Thread Raif S. Naffah
On Sunday 29 January 2006 04:54, Tom Tromey wrote: Raif == Raif S Naffah [EMAIL PROTECTED] writes: Raif + public Object clone() Raif + { Raif +HMac result = new HMac((IMessageDigest) underlyingHash.clone()); Raif +result.ipadHash = this.ipadHash; Raif +result.opadHash =

[cp-patches] FYI: BasicListUI fix

2006-01-28 Thread Roman Kennke
This patch corrects the calculation of the cell width for VERTICAL layoutOrientation in JLists and greatly improves performance of JList painting by saving most updateLayoutState() calls from within paint(). 2006-01-28 Roman Kennke [EMAIL PROTECTED] *

[cp-patches] FYI: Another BasicListUI fixlet

2006-01-28 Thread Roman Kennke
I removed some statements that are no longer needed since my last patch. 2006-01-28 Roman Kennke [EMAIL PROTECTED] * javax/swing/plaf/basic/BasicListUI.java (updateLayoutState): Removed unneeded special case for VERTICAL /Roman Index: javax/swing/plaf/basic/BasicListUI.java

[cp-patches] RFC:Changing the javax/swing/ViewportLayout.java algorithm.

2006-01-28 Thread Audrius Meskauskas
There was a strange (but documented) rule in the javax/swing/ViewportLayout.java: If the port is larger than the view's minimum size, put the port at view position (0,0). For the view port in the scroll pane this near always means scrolling to the top left corner each time the component is

Re: [cp-patches] RFC:Changing the javax/swing/ViewportLayout.java algorithm.

2006-01-28 Thread Roman Kennke
Hi Audrius, Am Samstag, den 28.01.2006, 22:09 +0100 schrieb Audrius Meskauskas: There was a strange (but documented) rule in the javax/swing/ViewportLayout.java: If the port is larger than the view's minimum size, put the port at view position (0,0). For the view port in the scroll pane

[cp-patches] Changing the javax/swing/ViewportLayout.java algorithm.

2006-01-28 Thread Audrius Meskauskas
Here is the second, corrected version of the patch to prevent scrolling to 0,0 on revalidation. 2006-01-28 Audrius Meskauskas [EMAIL PROTECTED] * javax/swing/ViewportLayout.java (layoutContainer): Rewritten Index: ViewportLayout.java

Re: [cp-patches] FYI: Registry update and HMac cloneability

2006-01-28 Thread Raif S. Naffah
hello all, On Sunday 29 January 2006 04:43, Raif S. Naffah wrote: On Sunday 29 January 2006 00:10, Mark Wielaard wrote: ... BTW. Why do ipadHash and opadHash cloned? IMessageDigests aren't immutable so shouldn't they be cloned? you're right... and On Sunday 29 January 2006 04:54, Tom

Re: [cp-patches] FYI: Registry update and HMac cloneability

2006-01-28 Thread David Gilbert
Raif S. Naffah wrote: the attached patch fixes the problems. the ChangeLog entry is: 2006-01-29 Raif S. Naffah [EMAIL PROTECTED] * gnu/javax/crypto/mac/HMac.java (clone): Use super.clone() and clone ipadHash and opadHash. * gnu/javax/crypto/mac/BaseMac.java (clone):

Re: [cp-patches] FYI: Registry update and HMac cloneability

2006-01-28 Thread Raif S. Naffah
hello David, On Sunday 29 January 2006 10:15, David Gilbert wrote: Raif S. Naffah wrote: ... i've added to Mauve a new TestOfHMacCloneability (under gnu.testlet.javax.crypto.mac)... One comment regarding the Mauve tests: to keep things as simple as possible for people using Mauve to test

[cp-testresults] FAIL: regressions for mauve-jamvm on Fri Jan 27 12:43:05 UTC 2006

2006-01-28 Thread cpdev
Baseline from: Tue Jan 24 00:42:34 UTC 2006 Regressions: FAIL: gnu.testlet.javax.swing.text.DefaultStyledDocument.ElementBuffer.ElementStructure3: create second leaf element (number 1) FAIL: gnu.testlet.javax.swing.text.DefaultStyledDocument.ElementBuffer.ElementStructure3: create second leaf

[cp-testresults] FAIL: classpath build with gcj (4.0) on Sat Jan 28 08:21:33 UTC 2006

2006-01-28 Thread cpdev
/usr/local/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: classpath build with gcj trunk on Sat Jan 28 08:24:38 UTC 2006

2006-01-28 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 Sat Jan 28 05:07:23 UTC 2006

2006-01-28 Thread cpdev
/home/cpdev/Nightly/classpath/gcjx-install/share/classpath/glibj.zip: error: couldn't open file: No such file or directory terminate called after throwing an instance of 'exception_tmpl0' xargs: gcjx: terminated by signal 6 ___ Classpath-testresults

[cp-testresults] FAIL: classpath build with gcjx on Sat Jan 28 11:53:55 UTC 2006

2006-01-28 Thread cpdev
config.status: creating examples/Makefile.jawt config.status: creating include/config.h config.status: linking ../classpath/include/jni_md-x86-linux-gnu.h to include/jni_md.h config.status: executing depfiles commands config.status: executing include/config-int.h commands config.status: creating

[cp-testresults] FAIL: jamvm build on Sat Jan 28 04:59:32 UTC 2006

2006-01-28 Thread cpdev
Making all in security make[3]: Entering directory `/home/cpdev/Nightly/jamvm/build/lib/java/security' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/cpdev/Nightly/jamvm/build/lib/java/security' make[3]: Entering directory `/home/cpdev/Nightly/jamvm/build/lib/java'

[cp-testresults] FAIL: jamvm build on Sat Jan 28 11:54:54 UTC 2006

2006-01-28 Thread cpdev
Making all in security make[3]: Entering directory `/home/cpdev/Nightly/jamvm/build/lib/java/security' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/cpdev/Nightly/jamvm/build/lib/java/security' make[3]: Entering directory `/home/cpdev/Nightly/jamvm/build/lib/java'

[cp-testresults] FAIL: mauve serialization tests on Sat Jan 28 05:36:50 UTC 2006

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

[cp-testresults] FAIL: regressions for mauve-jamvm on Sat Jan 28 02:01:44 UTC 2006

2006-01-28 Thread cpdev
Baseline from: Tue Jan 24 00:42:34 UTC 2006 Regressions: FAIL: gnu.testlet.java.lang.Thread.sleep: Interrupted sleep (number 2) FAIL: gnu.testlet.javax.swing.text.DefaultStyledDocument.ElementBuffer.ElementStructure3: create second leaf element (number 1) FAIL:

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

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

[cp-testresults] FAIL: regressions for libgcj on Sat Jan 28 01:22:21 UTC 2006

2006-01-28 Thread cpdev
Baseline from: Fri Jan 27 16:40:25 UTC 2006 Regressions: FAIL: Thread_Sleep output - bytecode-native test Totals: PASS: 3377 XPASS: 0 FAIL: 1 XFAIL: 10 ___ Classpath-testresults mailing list Classpath-testresults@gnu.org

[cp-testresults] FAIL: ecj built with gcjx on Sat Jan 28 15:56:04 UTC 2006

2006-01-28 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: japi build on Sat Jan 28 05:09:43 UTC 2006

2006-01-28 Thread cpdev
cd src jikes -d .. -classpath /home/cpdev/Nightly/classpath/gcjx-install/share/classpath/glibj.zip: net/wuffies/japi/*.java Found 1 system error and issued 1 warning: *** Semantic Warning: I/O warning: No such file or directory while trying to open

[cp-testresults] FAIL: japi build on Sat Jan 28 08:38:37 UTC 2006

2006-01-28 Thread cpdev
cd src jikes -d .. -classpath /home/cpdev/Nightly/classpath/gcjx-install/share/classpath/glibj.zip: net/wuffies/japi/*.java Found 1 system error and issued 1 warning: *** Semantic Warning: I/O warning: No such file or directory while trying to open

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

2006-01-28 Thread cpdev
/home/cpdev/Nightly/classpath/gcjx-install/share/classpath/glibj.zip: error: couldn't open file: No such file or directory terminate called after throwing an instance of 'exception_tmpl0' xargs: gcjx: terminated by signal 6 ___ Classpath-testresults

[cp-testresults] FAIL: ecj built with gcjx on Sat Jan 28 00:54:31 UTC 2006

2006-01-28 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 ecj on jamvm on Sat Jan 28 05:07:24 UTC 2006

2006-01-28 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 Sat Jan 28 08:36:07 UTC 2006

2006-01-28 Thread cpdev
/home/cpdev/Nightly/classpath/gcjx-install/share/classpath/glibj.zip: error: couldn't open file: No such file or directory terminate called after throwing an instance of 'exception_tmpl0' xargs: gcjx: terminated by signal 6 ___ Classpath-testresults

New native layer

2006-01-28 Thread Guilhem Lavaux
Hi classpath ! I would like to mention that I am developping/fine tuning the new native layer for classpath in a separate branch called NATIVE-LAYER. If you have some time to give your impressions then fetch it and look into native/jni/native-lib, native/jni/java-io, ... the new layer

Re: New native layer

2006-01-28 Thread Casey Marshall
On Jan 28, 2006, at 7:21 AM, Guilhem Lavaux wrote: Hi Mark, Mark Wielaard wrote: Hi Guilhem, On Sat, 2006-01-28 at 14:43 +0100, Guilhem Lavaux wrote: I would like to mention that I am developping/fine tuning the new native layer for classpath in a separate branch called NATIVE- LAYER. If

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

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

[commit-cp] classpath ./ChangeLog javax/swing/JLayeredPane....

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

[commit-cp] classpath ChangeLog

2006-01-28 Thread Lillian Angel
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Lillian Angel [EMAIL PROTECTED] 06/01/27 19:38:00 Modified files: . : ChangeLog Log message: 2006-01-27 Lillian Angel [EMAIL PROTECTED] *

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

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

[commit-cp] classpath javax/swing/JTree.java ./ChangeLog

2006-01-28 Thread Audrius Meskauskas
CVSROOT:/sources/classpath Module name:classpath Branch: Changes by: Audrius Meskauskas [EMAIL PROTECTED] 06/01/27 21:05:14 Modified files: javax/swing: JTree.java . : ChangeLog Log message: 2006-01-27 Audrius Meskauskas

[commit-cp] classpath/native Makefile.am jni/java-io/java_i... [NATIVE-LAYER]

2006-01-28 Thread Guilhem Lavaux
CVSROOT:/cvsroot/classpath Module name:classpath Branch: NATIVE-LAYER Changes by: Guilhem Lavaux [EMAIL PROTECTED] 06/01/28 11:11:30 Modified files: native : Makefile.am native/jni/java-io: java_io_VMFile.c native/jni/java-net:

[commit-cp] classpath ./ChangeLog examples/gnu/classpath/ex...

2006-01-28 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Roman Kennke [EMAIL PROTECTED]06/01/27 22:07:18 Modified files: . : ChangeLog Added files: examples/gnu/classpath/examples/swing: MiniDemo.java Log message:

[commit-cp] classpath/native/jni/native-lib Makefile.am [NATIVE-LAYER]

2006-01-28 Thread Guilhem Lavaux
CVSROOT:/cvsroot/classpath Module name:classpath Branch: NATIVE-LAYER Changes by: Guilhem Lavaux [EMAIL PROTECTED] 06/01/28 15:49:45 Added files: native/jni/native-lib: Makefile.am Log message: 2006-01-28 Guilhem Lavaux [EMAIL PROTECTED]

[commit-cp] classpath vm/reference/java/io/VMObjectInputStr...

2006-01-28 Thread Audrius Meskauskas
CVSROOT:/sources/classpath Module name:classpath Branch: Changes by: Audrius Meskauskas [EMAIL PROTECTED] 06/01/27 16:49:16 Modified files: vm/reference/java/io: VMObjectInputStream.java . : ChangeLog Log message: 2006-01-27

[commit-cp] classpath javax/swing/JLayeredPane.java ./Chang...

2006-01-28 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Roman Kennke [EMAIL PROTECTED]06/01/27 21:25:17 Modified files: javax/swing: JLayeredPane.java . : ChangeLog Log message: 2006-01-27 Roman Kennke

[commit-cp] classpath ./ChangeLog examples/gnu/classpath/ex...

2006-01-28 Thread Audrius Meskauskas
CVSROOT:/sources/classpath Module name:classpath Branch: Changes by: Audrius Meskauskas [EMAIL PROTECTED] 06/01/28 09:15:58 Modified files: . : ChangeLog examples/gnu/classpath/examples/swing: Demo.java Log message: 2006-01-28

[commit-cp] classpath ./ChangeLog examples/gnu/classpath/ex...

2006-01-28 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Roman Kennke [EMAIL PROTECTED]06/01/27 21:56:31 Modified files: . : ChangeLog examples/gnu/classpath/examples/swing: ButtonDemo.java

[commit-cp] classpath ./ChangeLog gnu/javax/crypto/mac/HMac...

2006-01-28 Thread Mark Wielaard
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Mark Wielaard [EMAIL PROTECTED] 06/01/28 13:11:08 Modified files: . : ChangeLog gnu/javax/crypto/mac: HMac.java Log message: * gnu/javax/crypto/mac/HMac.java

[commit-cp] classpath ./ChangeLog native/jni/java-io/java_i... [NATIVE-LAYER]

2006-01-28 Thread Guilhem Lavaux
CVSROOT:/cvsroot/classpath Module name:classpath Branch: NATIVE-LAYER Changes by: Guilhem Lavaux [EMAIL PROTECTED] 06/01/28 16:38:25 Modified files: . : ChangeLog native/jni/java-io: java_io_VMFile.c native/jni/java-net: