[cp-patches] FYi: make ZoneView gcj happy

2006-08-31 Thread Mark Wielaard
Hi, gcj had some trouble with the creative use of inner classes using outer class accessors in ZoneView/Zone. This patch makes Zone just take the axis as a parameter which also means we can turn it into a static class: 2006-08-31 Mark Wielaard [EMAIL PROTECTED] *

[cp-patches] FYI: SocketPermission tweak

2006-08-31 Thread Gary Benson
Hi all, This commit makes java.net.SocketPermission()'s constructor use localhost when called with an empty hostport argument as mandated by the spec. Cheers, Gary Index: ChangeLog === RCS file:

Re: [cp-patches] FYi: make ZoneView gcj happy

2006-08-31 Thread Roman Kennke
Hi Mark, gcj had some trouble with the creative use of inner classes using outer class accessors in ZoneView/Zone. This patch makes Zone just take the axis as a parameter which also means we can turn it into a static class: This might be ok now, but won't work when the ZoneView is finished.

Re: [cp-patches] FYi: make ZoneView gcj happy

2006-08-31 Thread Mark Wielaard
Hi Roman, On Thu, 2006-08-31 at 13:57 +0200, Roman Kennke wrote: gcj had some trouble with the creative use of inner classes using outer class accessors in ZoneView/Zone. This patch makes Zone just take the axis as a parameter which also means we can turn it into a static class: This

[cp-patches] FYI: JEditorPane scrolling fixes

2006-08-31 Thread Roman Kennke
This fixes/enables scrolling for JEditorPane. 2006-08-31 Roman Kennke [EMAIL PROTECTED] * javax/swing/JEditorPane.java (getPreferredSize): Replace preferred size with minimum UI size only if the scrollable does _not_ track the viewport size and only if the

[cp-patches] Install default.css

2006-08-31 Thread Andreas Tobler
Hello, this patchlet fixes the install of the default.css (and other future .css files). Now we can run the html swing demo. Ok? Andreas 2006-08-31 Andreas Tobler [EMAIL PROTECTED] * lib/Makefile.am (cssfiles): Add new rule to install css files. Index: lib/Makefile.am

Re: [cp-patches] fix darwin cvs build

2006-08-31 Thread Andreas Tobler
Tom Tromey wrote: Andreas == Andreas Tobler [EMAIL PROTECTED] writes: Andreas the attached patch fixes the current cvs on darwin-ppc. Not tested on Andreas functionality yet. But it builds :) This mostly looks ok to me. I just had one question. Andreas +#if defined (HAVE_MSG_NOSIGNAL)

Re: [cp-patches] fix darwin cvs build

2006-08-31 Thread Tom Tromey
Andreas Ok with this change ? Yes, thanks. Tom

Re: [cp-patches] FYI: SocketPermission tweak

2006-08-31 Thread Tom Tromey
Gary == Gary Benson [EMAIL PROTECTED] writes: Gary This commit makes java.net.SocketPermission()'s constructor use Gary localhost when called with an empty hostport argument as mandated Gary by the spec. Do we want this in GCC 4.2? Or FC6? Tom

[cp-patches] FYI: More CSS support

2006-08-31 Thread Roman Kennke
Here comes support for the CSS margin(-*) and text-align attributes, which makes tags that use this (like the h* and center tags) look more reasonable. 2006-08-31 Roman Kennke [EMAIL PROTECTED] * javax/swing/text/BoxView.java (getWidth): Return the width with insets added,

[cp-patches] [PATCH/jvmti.h] Fix some typos

2006-08-31 Thread Keith Seitz
Hi, I received this patch from Martin Platter a while ago. Since he has not submitted it here, I am checking it in myself. All it does is fix several typos in include/jvmti.h. Keith ChangeLog 2006-08-31 Keith Seitz [EMAIL PROTECTED] From Martin Platter [EMAIL PROTECTED]:

[cp-patches] [PATCH/JVMTI] Include jvmti_md.h

2006-08-31 Thread Keith Seitz
Hi, This simple patch simply includes another header file to actually give the VM a chance to define all those nice macros that are in jvmti.h! Keith ChangeLog 2006-08-31 Keith Seitz [EMAIL PROTECTED] * include/jvmti.h: Include jvmti_md.h. Index: include/jvmti.h

[cp-testresults] FAIL: ecj built with native-ecj on Thu Aug 31 09:41:42 UTC 2006

2006-08-31 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: jamvm build on Thu Aug 31 09:32:09 UTC 2006

2006-08-31 Thread cpdev
make[3]: Leaving directory `/home/cpdev/Nightly/jamvm/build/lib/java/security' make[3]: Entering directory `/home/cpdev/Nightly/jamvm/build/lib/java' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/home/cpdev/Nightly/jamvm/build/lib/java' make[2]: Leaving directory

[cp-testresults] FAIL: cacao build on Thu Aug 31 09:32:44 UTC 2006

2006-08-31 Thread cpdev
checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker

[cp-testresults] FAIL: classpath build with gcj trunk on Thu Aug 31 09:28:44 UTC 2006

2006-08-31 Thread cpdev
echo timestamp lists/javax-sound-sampled.stamp /home/cpdev/Nightly/gcc/install/bin/gcj -Wno-deprecated --encoding=UTF-8 --bootclasspath '' --classpath

[cp-testresults] FAIL: classpath build with gcj (4.0) on Thu Aug 31 09:23:11 UTC 2006

2006-08-31 Thread cpdev
echo timestamp lists/javax-sound-sampled.stamp /usr/bin/gcj -Wno-deprecated --encoding=UTF-8 --bootclasspath '' --classpath ..:../../classpath/vm/reference:../../classpath:../../classpath/external/w3c_dom:../../classpath/external/sax:../../classpath/external/relaxngDatatype:.:: -C -d . -MD -MF

[cp-testresults] FAIL: generics classpath build on Thu Aug 31 09:42:21 UTC 2006

2006-08-31 Thread cpdev
config.status: creating include/config-int.h : _CLASSPATH_INCLUDE_CONFIG_INT_H config.status: executing gappletviewer commands config.status: executing gjarsigner commands config.status: executing gkeytool commands config.status: executing gjar commands config.status: executing gnative2ascii

[cp-testresults] FAIL: japi build on Thu Aug 31 09:43:23 UTC 2006

2006-08-31 Thread cpdev
cd src jikes -d .. -classpath /home/cpdev/Nightly/classpath/jikes-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] Japi diffs for classpath

2006-08-31 Thread Stuart Ballard
Japi diff jdk13 vs classpath: Full results: http://www.kaffe.org/~stuart/japi/htmlout/h-jdk13-classpath.html Changes since last run: -Comparison run at Wed Aug 30 10:04:45 2006 GMT -jdk13 API scanned at 2006/08/30 05:20:26 EDT -classpath API scanned at 2006/08/30 05:50:50 EDT +Comparison run at

[cp-testresults] FAIL: classpath build with gcj (4.1) on Thu Aug 31 13:30:28 UTC 2006

2006-08-31 Thread cpdev
make[3]: Leaving directory `/home/cpdev/Nightly/classpath/build/native/jni' make[2]: Leaving directory `/home/cpdev/Nightly/classpath/build/native/jni' Making all in jawt make[2]: Entering directory `/home/cpdev/Nightly/classpath/build/native/jawt' if /bin/sh ../../libtool --tag=CC --mode=compile

[cp-testresults] FAIL: ecj built with native-ecj on Thu Aug 31 13:52:03 UTC 2006

2006-08-31 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: japi build on Thu Aug 31 13:53:47 UTC 2006

2006-08-31 Thread cpdev
cd src jikes -d .. -classpath /home/cpdev/Nightly/classpath/jikes-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: generics classpath build on Thu Aug 31 13:52:42 UTC 2006

2006-08-31 Thread cpdev
config.status: creating include/config-int.h : _CLASSPATH_INCLUDE_CONFIG_INT_H config.status: executing gappletviewer commands config.status: executing gjarsigner commands config.status: executing gkeytool commands config.status: executing gjar commands config.status: executing gnative2ascii

[cp-testresults] FAIL: cacao build on Thu Aug 31 13:43:05 UTC 2006

2006-08-31 Thread cpdev
checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker

[cp-testresults] FAIL: jamvm build on Thu Aug 31 13:42:31 UTC 2006

2006-08-31 Thread cpdev
make[3]: Leaving directory `/home/cpdev/Nightly/jamvm/build/lib/java/security' make[3]: Entering directory `/home/cpdev/Nightly/jamvm/build/lib/java' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/home/cpdev/Nightly/jamvm/build/lib/java' make[2]: Leaving directory

[cp-testresults] FAIL: ecj built with ecj on jamvm on Thu Aug 31 13:51:59 UTC 2006

2006-08-31 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: japi build on Thu Aug 31 18:09:43 UTC 2006

2006-08-31 Thread cpdev
cd src jikes -d .. -classpath /home/cpdev/Nightly/classpath/jikes-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 ecj on jamvm on Thu Aug 31 18:07:48 UTC 2006

2006-08-31 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 native-ecj on Thu Aug 31 18:07:52 UTC 2006

2006-08-31 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: cacao build on Thu Aug 31 17:58:36 UTC 2006

2006-08-31 Thread cpdev
checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker

[cp-testresults] FAIL: classpath build with gcj (4.1) on Thu Aug 31 17:45:20 UTC 2006

2006-08-31 Thread cpdev
make[3]: Leaving directory `/home/cpdev/Nightly/classpath/build/native/jni' make[2]: Leaving directory `/home/cpdev/Nightly/classpath/build/native/jni' Making all in jawt make[2]: Entering directory `/home/cpdev/Nightly/classpath/build/native/jawt' if /bin/sh ../../libtool --tag=CC --mode=compile

Sorry about the builder breakage

2006-08-31 Thread Mark Wielaard
Hi, Those of you following the classpath-testresults mailinglist might have gotten lots of failure messages. That was my fault. I somehow managed to remove the g++ package while trying to update the gcj package. Everything should be fixed now. At the same time lists.gnu.org got trapped into some

Academic Survey on European Patents

2006-08-31 Thread Steph Meslin-Weber
Hi Everyone,As an active lurker (and infrequent participant) of these mailing lists, I thought there would be interest in research on software patents.As a quick background, my dear wife is studying for a MScIT in Information Systems and Technology at the City University, London. She has chosen to

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

2006-08-31 Thread Mark Wielaard
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Mark Wielaard mark06/08/31 10:50:57 Modified files: . : ChangeLog javax/swing/text: ZoneView.java Log message: * javax/swing/text/ZoneView.java (Zone): Make static

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

2006-08-31 Thread Gary Benson
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Gary Benson gbenson 06/08/31 12:26:22 Modified files: . : ChangeLog java/net : SocketPermission.java Log message: 2006-08-31 Gary Benson [EMAIL PROTECTED]

[commit-cp] classpath ChangeLog javax/swing/JEditorPane.jav...

2006-08-31 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Roman Kennke rabbit78 06/08/31 19:25:07 Modified files: . : ChangeLog javax/swing: JEditorPane.java javax/swing/plaf/basic: BasicTextUI.java Log message: 2006-08-31

[commit-cp] classpath/javax/swing/text DefaultEditorKit.jav...

2006-08-31 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Roman Kennke rabbit78 06/08/31 19:48:39 Modified files: javax/swing/text: DefaultEditorKit.java TextAction.java Log message: 2006-08-29 Roman Kennke [EMAIL PROTECTED] *

[commit-cp] classpath ChangeLog lib/Makefile.am

2006-08-31 Thread Andreas Tobler
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Andreas Tobler andreast 06/08/31 19:50:14 Modified files: . : ChangeLog lib: Makefile.am Log message: 2006-08-31 Andreas Tobler [EMAIL PROTECTED]

[commit-cp] classpath ChangeLog configure.ac native/jni/nat...

2006-08-31 Thread Andreas Tobler
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Andreas Tobler andreast 06/08/31 19:56:04 Modified files: . : ChangeLog configure.ac native/jni/native-lib: cpnet.c cpio.c Log message: 2006-08-31 Andreas Tobler [EMAIL

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

2006-08-31 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Roman Kennke rabbit78 06/08/31 21:07:05 Modified files: . : ChangeLog javax/swing/text: BoxView.java GlyphView.java ParagraphView.java javax/swing/text/html: CSS.java

[commit-cp] classpath ChangeLog include/jvmti.h

2006-08-31 Thread Keith Seitz
CVSROOT:/sources/classpath Module name:classpath Changes by: Keith Seitz keiths06/08/31 21:55:50 Modified files: . : ChangeLog include: jvmti.h Log message: * include/jvmti.h: Include jvmti_md.h. CVSWeb URLs: