Re: [cp-patches] Patch: lazify InetSocketAddress hostname lookups

2006-06-01 Thread Anthony Green
On Wed, 2006-05-31 at 18:29 -0500, Tom Tromey wrote: Anthony == Anthony Green [EMAIL PROTECTED] writes: Anthony I don't see anything obviously bad that can happen if these aren't Anthony synchronized. What are you seeing? Actually, I think your original patch is fine. I thought I saw a

Re: [cp-patches] [patch] qt-peer - fixes SEGFAULT on awt Demo

2006-06-01 Thread Boris Dušek
On Monday 29 May 2006 11:39, Boris Dušek wrote: Hi, this patch fixes a SEGFAULT of gnu.classpath.examples.awt.Demo when using qt-peer as AWT toolkit. Not sure why it did not work before, but I have cleaned up the code a bit and it works now. Regards, Boris Dusek Hi, if there are no

[cp-patches] FYI:Icon factory for ImageView

2006-06-01 Thread Audrius Meskauskas
javax.swing.text.html.ImageView needs to forge two icons (image is being loaded and no image is available). I commit the factory that creates these two icons. They are not pixel to pixel identical, but follows the same logical description (a sheet of paper with image and a broken sheet of

[cp-patches] FYI: GdkTextLayout improvements

2006-06-01 Thread Sven de Marothy
2006-06-01 Sven de Marothy [EMAIL PROTECTED] * gnu/java/awt/peer/gtk/CairoGraphics2D.java (drawImage): Check for zero size. * gnu/java/awt/peer/gtk/GdkTextLayout.java: (setFont): Declare new native method. (GdkTextLayout): Read some attributes. *

[cp-patches] FYI: PR27854/DataBuffers

2006-06-01 Thread Sven de Marothy
Our old code couldn't handle custom DataBuffer implementations. Fixes that (PR27854), and also some bugs in our custom implementation (CairoSurface). 2006-06-01 Sven de Marothy [EMAIL PROTECTED] PR 27854 * gnu/java/awt/Buffers.java (getData): Reimplement. *

[cp-patches] FYI: Trivial Texturepaint fix

2006-06-01 Thread Sven de Marothy
We needed the texture one pixel larger to not have lines between the tiles. 2006-06-01 Sven de Marothy [EMAIL PROTECTED] * gnu/java/awt/peer/gtk/CairoGraphics2D.java: (setPaint): Scale +1 pixel larger. Index: gnu/java/awt/peer/gtk/CairoGraphics2D.java

[cp-patches] FYI: AccessibleJTable stub methods

2006-06-01 Thread Roman Kennke
I implemented the remaining stubs in AccessibleJTable. This is quite a monster. While experimenting with AccessibleJTable in BeanShell I noticed that the RI has a couple more inner classes AccessibleJTableHeader and AccessibleJTableHeaderCell in there, which are created by a couple of methods in

Re: [cp-patches] [patch] qt-peer - fixes SEGFAULT on awt Demo

2006-06-01 Thread Sven de Marothy
On Thu, 2006-06-01 at 11:13 +0200, Boris Dušek wrote: On Monday 29 May 2006 11:39, Boris Dušek wrote: Hi, this patch fixes a SEGFAULT of gnu.classpath.examples.awt.Demo when using qt-peer as AWT toolkit. Not sure why it did not work before, but I have cleaned up the code a bit and it

[cp-patches] Patch: Appletviewer fix

2006-06-01 Thread Lillian Angel
This fixes the classloading problem with a lot of applets. 2006-06-01 Lillian Angel [EMAIL PROTECTED] * tools/gnu/classpath/tools/appletviewer/AppletTag.java (prependCodebase): Fixed check. No dirname was ever considered to be a file, so every applet fell into the

[cp-patches] FYI: Add exception to LogManager warning message

2006-06-01 Thread Mark Wielaard
Hi, We weren't always supplying the original exception that caused the LogManager to print a warning. Which helps debugging issues as reported in http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27857 This patch adds them in all cases: 2006-06-01 Mark Wielaard [EMAIL PROTECTED] *

[cp-patches] RFC: fix for PR27864

2006-06-01 Thread Robert Schuster
Hi, this patch fixes PR27864 for me. Ok to commit? ChangeLog: 2006-06-01 Robert Schuster [EMAIL PROTECTED] Fixes PR27864. * gnu/xml/dom/DomIterator.java: (successor): Changed expression. cya Robert Index: gnu/xml/dom/DomIterator.java

Re: [cp-patches] Patch: Appletviewer fix

2006-06-01 Thread Thomas Fitzsimmons
Lillian Angel wrote: This fixes the classloading problem with a lot of applets. 2006-06-01 Lillian Angel [EMAIL PROTECTED] * tools/gnu/classpath/tools/appletviewer/AppletTag.java (prependCodebase): Fixed check. No dirname was ever considered to be a file, so every applet

Re: [cp-patches] Patch: Appletviewer fix

2006-06-01 Thread Lillian Angel
On Thu, 2006-06-01 at 13:26 -0400, Thomas Fitzsimmons wrote: Lillian Angel wrote: This fixes the classloading problem with a lot of applets. 2006-06-01 Lillian Angel [EMAIL PROTECTED] * tools/gnu/classpath/tools/appletviewer/AppletTag.java (prependCodebase): Fixed

[cp-patches] FYI: Color fix.

2006-06-01 Thread Sven de Marothy
This is needed or the pattern won't change on switching from a texture or gradient fill to solid color. 2006-06-01 Sven de Marothy [EMAIL PROTECTED] * gnu/java/awt/peer/gtk/CairoGraphics2D.java: (setColor): Update the cairo paint. Index:

Re: [cp-patches] Cleanup new compiler warnings

2006-06-01 Thread Andreas Tobler
Hi Mark, Mark Wielaard wrote: * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkTextLayout.c (Java_gnu_java_awt_peer_gtk_GdkTextLayout_cairoDrawGdkTextLayout): Remove unused cairographics2d struct. (_moveTo, _lineTo, _quadTo, _curveTo): Mark arguments const. This part results in

[cp-patches] FYI: use @VM_BINARY@ with jarsigner and keytool scripts

2006-06-01 Thread Raif S. Naffah
hello all, the attached patch --already committed-- use @VM_BINARY@, instead of $JAVA in jarsigner and keytool launcher scripts. 2006-06-02 Raif S. Naffah [EMAIL PROTECTED] * tools/jarsigner.in: Use @[EMAIL PROTECTED] * tools/keytool.in: Likewise. cheers; rsn Index:

Re: [cp-patches] Cleanup new compiler warnings

2006-06-01 Thread Mark Wielaard
Hi Andreas, On Thu, 2006-06-01 at 21:16 +0200, Andreas Tobler wrote: Mark Wielaard wrote: * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkTextLayout.c (Java_gnu_java_awt_peer_gtk_GdkTextLayout_cairoDrawGdkTextLayout): Remove unused cairographics2d struct. (_moveTo,

[cp-patches] RFC: BasicSplitPaneUI layout manager fix

2006-06-01 Thread Robert Schuster
Hi, the attached patch will make the layout manager classes inside BasicSplitPaneUI return fixed values instead of asking the component. The reason why I did that is that without the patch doing a JSplitPane.getAlignmentX() will result in a StackOverflow. A JSplitPane has its own layout classes

[cp-patches] RFC: qt-peer: remove INIT_LOAD_LIBRARY

2006-06-01 Thread Boris Dušek
Hi, according to http://developer.classpath.org/pipermail/classpath-patches/2006-May/002443.html, there is now no need to check for INIT_LOAD_LIBRARY in gtk-peer because of some gcj change, so I assume that's the same case for qt-peer. I send the patch that removes the check from qt-peer (there

Re: [cp-patches] RFC: qt-peer: remove INIT_LOAD_LIBRARY

2006-06-01 Thread Tom Tromey
Boris == Boris Du¡ek [EMAIL PROTECTED] writes: Boris according to Boris http://developer.classpath.org/pipermail/classpath-patches/2006-May/002443.html, Boris there is now no need to check for INIT_LOAD_LIBRARY in gtk-peer Boris because of some gcj change, so I assume that's the same case Boris

Re: [cp-patches] Patch: Appletviewer fix

2006-06-01 Thread Tom Tromey
Tom == Thomas Fitzsimmons [EMAIL PROTECTED] writes: Tom This is fine for now, but I'm thinking we may be working around a Tom general problem with our URL class. Shouldn't Tom http://gnu.org/software/classpath and Tom http://gnu.org/software/classpath/ resolve to the same location Tom when

Re: [cp-patches] [jessie-nio] merge scatter-gather NIO support

2006-06-01 Thread Tom Tromey
Casey == Casey Marshall [EMAIL PROTECTED] writes: Casey Hi, I've merged Michael Barker's scatter/gather NIO patch to the Casey jessie-nio branch. I had intended to do a more complete merge of HEAD Casey into the branch, because a lot has changed since I originally made Casey the branch,

[cp-patches] cleanup hardcoded Xlibs

2006-06-01 Thread Andreas Tobler
Hello all, this patch makes some X11 libs dependent on configury. And removes hardcoded Makefile.am entries. Ok? Thanks, Andreas 2006-06-02 Andreas Tobler [EMAIL PROTECTED] * configure.ac: Add -lX11 and -lXtst to XTEST_LIBS. (XTEST_LIBS): New, substitute. *

Re: [cp-patches] [jessie-nio] merge scatter-gather NIO support

2006-06-01 Thread Casey Marshall
On Jun 1, 2006, at 3:07 PM, Tom Tromey wrote: Casey == Casey Marshall [EMAIL PROTECTED] writes: Casey Hi, I've merged Michael Barker's scatter/gather NIO patch to the Casey jessie-nio branch. I had intended to do a more complete merge of HEAD Casey into the branch, because a lot has

Re: [cp-patches] jdwp processor bugfixes

2006-06-01 Thread Keith Seitz
Martin wrote: Keith Seitz wrote: No, I do not have write access to the classpath CVS. I can commit for you. I have committed your changes. Thanks for the patches! Keith

[cp-testresults] Japi diffs for classpath

2006-06-01 Thread Stuart Ballard
Japi diff jdk12 vs classpath: Full results: http://www.kaffe.org/~stuart/japi/htmlout/h-jdk12-classpath.html Changes since last run: -Comparison run at Wed May 31 09:56:40 2006 GMT -jdk12 API scanned at 2006/05/31 05:28:13 EDT -classpath API scanned at 2006/05/31 05:47:25 EDT +Comparison run at

[cp-testresults] FAIL: regressions for libgcj on Thu Jun 1 10:22:59 UTC 2006

2006-06-01 Thread cpdev
Baseline from: Wed May 31 13:02:45 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 libgcj on Thu Jun 1 15:42:48 UTC 2006

2006-06-01 Thread cpdev
Baseline from: Wed May 31 13:02:45 UTC 2006 Regressions: FAIL: Thread_Sleep output - bytecode-native test Totals: PASS: 4799 XPASS: 0 FAIL: 1 XFAIL: 12 ___ Classpath-testresults mailing list Classpath-testresults@gnu.org

[cp-testresults] FAIL: regressions for libgcj on Thu Jun 1 21:01:59 UTC 2006

2006-06-01 Thread cpdev
Baseline from: Wed May 31 13:02:45 UTC 2006 Regressions: FAIL: Thread_Sleep output - source compiled test Totals: PASS: 4799 XPASS: 0 FAIL: 1 XFAIL: 12 ___ Classpath-testresults mailing list Classpath-testresults@gnu.org

Re: JamVM 1.4.3 released

2006-06-01 Thread David Gilbert
Robert Lougher wrote: Thanks for the positive feedback! My tests show that JamVM should now need less heap (in some cases much less memory, i.e. 3x less). In particular, JamVM should now be able to run some applications which used to run out of memory (e.g. gjdoc). I'd be really interested

Re: Room for more block ciphers?

2006-06-01 Thread Raif S. Naffah
hello Morgon, On Wednesday 31 May 2006 21:59, Morgon Kanter wrote: Hello, Somewhat recently, the gnu-crypto project got merged into Classpath. As I live in a cave underground and only come out once every few months, I was unaware of this and working on a few new block cipher implementations

Re: Room for more block ciphers?

2006-06-01 Thread Robert Schuster
Hi Morgon, GNU Classpath aims to be not only a replacement for the proprietary Java class libraries but eventually wants to be technically better. In regard to your question this means if we can provide more block ciphers out of the box than the JDK does then this is appreciated. Mark? Tom? cya

Harmony, JavaONE 2007 and other thoughts

2006-06-01 Thread theUser BL
At first I want to say, that I think, it would be nice, if some GNU Classpath-developer would already make an appointment for JavaONE 2007 to to hold a lecture about GNU Classpath. So, do it early as possible. And it seems, that there is no problem, if projects of alternative

Sun Says GPL Is a Possibility for OSS Java

2006-06-01 Thread theUser BL
JavaONE 2006 is over. Sun have not opend Java, as many people have hoped. But Sun hold on the speculations, if Suns Java will be OpenSource or not. At OSNews.com at http://www.osnews.com/comment.php?news_id=14770 stand, that a GPL Java could be possible. Greatings theuserbl

[Bug classpath/27857] New: NPE in java.util.logging

2006-06-01 Thread david dot gilbert at object-refinery dot com
StatCVS-0.2.2 fails at startup with the following exception: $ jamvm -jar ~/statcvs-0.2.2/statcvs.jar logfile.log mauve StatCVS - CVS statistics generation WARNING: error instantiating 'java.util.logging.ConsoleHandler' referenced by handlers, linkage error

RE: Sun Says GPL Is a Possibility for OSS Java

2006-06-01 Thread theUser BL
At OSNews.com at http://www.osnews.com/comment.php?news_id=14770 stand, that a GPL Java could be possible. I have now seen, that the links ends up in Suns blog at http://blogs.sun.com/jonathan There he writes: But all in all, a really great week - we're now making serious progress on open

Re: JamVM 1.4.3 released

2006-06-01 Thread Mark Wielaard
Hi David, On Thu, 2006-06-01 at 10:49 +0100, David Gilbert wrote: Previously I was able to run StatCVS on JamVM for the Mauve CVS logfile, but not the GNU Classpath CVS logfile (which is very large, about 250MB). Now, with JamVM 1.4.3, it runs just fine - here's the latest output:

Re: JamVM 1.4.3 released

2006-06-01 Thread David Gilbert
Mark Wielaard wrote: Hi David, On Thu, 2006-06-01 at 10:49 +0100, David Gilbert wrote: Previously I was able to run StatCVS on JamVM for the Mauve CVS logfile, but not the GNU Classpath CVS logfile (which is very large, about 250MB). Now, with JamVM 1.4.3, it runs just fine - here's the

[Bug xml/27864] New: Wrong number of entries returned for getElementsByTagName() in special case

2006-06-01 Thread thebohemian at gmx dot net
Consider this piece of XML: main element alwaysThere/ /element element alwaysThere sometimesTherefoo/sometimesThere /alwaysThere /element element alwaysThere

Re: Room for more block ciphers?

2006-06-01 Thread Mark Wielaard
On Thu, 2006-06-01 at 12:24 +0200, Robert Schuster wrote: GNU Classpath aims to be not only a replacement for the proprietary Java class libraries but eventually wants to be technically better. In regard to your question this means if we can provide more block ciphers out of the box than the

[Bug xml/27864] Wrong number of entries returned for getElementsByTagName() in special case

2006-06-01 Thread thebohemian at gmx dot net
--- Comment #1 from thebohemian at gmx dot net 2006-06-01 16:22 --- Created an attachment (id=11572) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11572action=view) xml file which is not parsed correctly -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27864

[Bug xml/27864] Wrong number of entries returned for getElementsByTagName() in special case

2006-06-01 Thread thebohemian at gmx dot net
--- Comment #2 from thebohemian at gmx dot net 2006-06-01 16:26 --- Created an attachment (id=11573) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11573action=view) a beanshell script which demonstrates the problem This beanshell scripts demonstrates the problem. Put the script

Re: Sun Says GPL Is a Possibility for OSS Java

2006-06-01 Thread Dalibor Topic
On Thu, Jun 01, 2006 at 12:49:36PM +, theUser BL wrote: At OSNews.com at http://www.osnews.com/comment.php?news_id=14770 stand, that a GPL Java could be possible. I have now seen, that the links ends up in Suns blog at http://blogs.sun.com/jonathan There he writes: But all in all, a

Re: JamVM 1.4.3 released

2006-06-01 Thread Mark Wielaard
Hi David, On Thu, 2006-06-01 at 17:07 +0100, David Gilbert wrote: I also had to comment out some logging code to get StatCVS to run...this is a regression which I reported as a bug earlier today. Hopefully someone can fix that. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27857 I made

Re: JamVM 1.4.3 released

2006-06-01 Thread Mark Wielaard
On Thu, 2006-06-01 at 19:12 +0200, Mark Wielaard wrote: On Thu, 2006-06-01 at 17:07 +0100, David Gilbert wrote: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27857 I made our LogManager more clear on why it was reporting that error and as you can see in the bug report now this is a bug in

Re: Harmony, JavaONE 2007 and other thoughts

2006-06-01 Thread Dalibor Topic
On Thu, Jun 01, 2006 at 12:04:38PM +, theUser BL wrote: At first I want to say, that I think, it would be nice, if some GNU Classpath-developer would already make an appointment for JavaONE 2007 to to hold a lecture about GNU Classpath. So, do it early as possible. It doesn't work

[Bug awt/26391] drawImage assertion warnings, missing image repaints, and crashes

2006-06-01 Thread sven at physto dot se
--- Comment #3 from sven at physto dot se 2006-06-01 18:46 --- This bug has been outdated by the move to Java2D peers. -- sven at physto dot se changed: What|Removed |Added

Re: Sun Says GPL Is a Possibility for OSS Java:would be great

2006-06-01 Thread Audrius Meskauskas
This would be a great victory of the Free software. It would be a nice experience to work with Sun's code after it becomes part of the Free world. If Sun would prefer not to accept the external donations, the community driven GPL-only branch is likely to emerge anyway as the license permits.

Re: Sun Says GPL Is a Possibility for OSS Java:would be great

2006-06-01 Thread Morgon Kanter
Audrius Meskauskas wrote: Also, I think, GNU Classpath is written well enough to think about merging rather than about the direct replacement of our classes by that Sun has released. Direct replacement would be unlikely anyway, as Sun would not assign their copyright to the FSF. But

[Bug libgcj/27860] build failure on m68k: error: 'ffi_closure' does not name a type

2006-06-01 Thread tbm at cyrius dot com
--- Comment #2 from tbm at cyrius dot com 2006-06-01 20:01 --- I'm CCing Andreas Schwab since he apparently ported ffi to m68k. I noticed that the part of the code that produces the error is within an ifdef USE_LIBFFI, so possibly disabling ffi on m68k would allow it to compile. But

Re: Sun Says GPL Is a Possibility for OSS Java

2006-06-01 Thread Casey Marshall
On Jun 1, 2006, at 9:29 AM, Dalibor Topic wrote: On Thu, Jun 01, 2006 at 12:49:36PM +, theUser BL wrote: At OSNews.com at http://www.osnews.com/comment.php?news_id=14770 stand, that a GPL Java could be possible. I have now seen, that the links ends up in Suns blog at

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

2006-06-01 Thread Sven de Marothy
CVSROOT:/sources/classpath Module name:classpath Branch: Changes by: Sven de Marothy [EMAIL PROTECTED] 06/06/01 07:43:14 Modified files: . : ChangeLog gnu/java/awt/peer/gtk: BufferedImageGraphics.java Log message: 2006-06-01

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

2006-06-01 Thread Sven de Marothy
CVSROOT:/sources/classpath Module name:classpath Branch: Changes by: Sven de Marothy [EMAIL PROTECTED] 06/06/01 10:51:17 Modified files: . : ChangeLog gnu/java/awt/peer/gtk: CairoGraphics2D.java GdkTextLayout.java include

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

2006-06-01 Thread Audrius Meskauskas
CVSROOT:/sources/classpath Module name:classpath Branch: Changes by: Audrius Meskauskas [EMAIL PROTECTED] 06/06/01 10:53:47 Modified files: . : ChangeLog Added files: gnu/javax/swing/text/html: ImageViewIconFactory.java Log message:

[commit-cp] classpath ./ChangeLog gnu/java/awt/Buffers.java...

2006-06-01 Thread Sven de Marothy
CVSROOT:/sources/classpath Module name:classpath Branch: Changes by: Sven de Marothy [EMAIL PROTECTED] 06/06/01 13:57:39 Modified files: . : ChangeLog gnu/java/awt : Buffers.java gnu/java/awt/peer/gtk: CairoSurface.java Log

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

2006-06-01 Thread Sven de Marothy
CVSROOT:/sources/classpath Module name:classpath Branch: Changes by: Sven de Marothy [EMAIL PROTECTED] 06/06/01 14:02:52 Modified files: . : ChangeLog gnu/java/awt/peer/gtk: CairoGraphics2D.java Log message: 2006-06-01 Sven de

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

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

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

2006-06-01 Thread Sven de Marothy
CVSROOT:/sources/classpath Module name:classpath Branch: Changes by: Sven de Marothy [EMAIL PROTECTED] 06/06/01 17:50:58 Modified files: . : ChangeLog gnu/java/awt/peer/gtk: CairoGraphics2D.java Log message: 2006-06-01 Sven de

[commit-cp] classpath tools/keytool.in tools/jarsigner.in ....

2006-06-01 Thread Raif S. Naffah
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Raif S. Naffah [EMAIL PROTECTED] 06/06/01 19:20:36 Modified files: tools : keytool.in jarsigner.in . : ChangeLog Log message: 2006-06-02 Raif S.

[commit-cp] classpath ./ChangeLog tools/gnu/classpath/tools...

2006-06-01 Thread Raif S. Naffah
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Raif S. Naffah [EMAIL PROTECTED] 06/06/01 19:31:46 Modified files: . : ChangeLog tools/gnu/classpath/tools/keytool: Command.java Log message: 2006-06-02 Raif

[commit-cp] classpath tools/gnu/classpath/tools/keytool/Ide...

2006-06-01 Thread Raif S. Naffah
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Raif S. Naffah [EMAIL PROTECTED] 06/06/01 19:50:37 Modified files: tools/gnu/classpath/tools/keytool: IdentityDBCmd.java KeyCloneCmd.java

[commit-cp] classpath ./ChangeLog gnu/classpath/jdwp/proces...

2006-06-01 Thread Keith Seitz
CVSROOT:/sources/classpath Module name:classpath Branch: Changes by: Keith Seitz [EMAIL PROTECTED] 06/06/02 01:04:24 Modified files: . : ChangeLog gnu/classpath/jdwp/processor: EventRequestCommandSet.java