[cp-patches] FYI: JComponent painting fix

2006-04-18 Thread Roman Kennke
This fixes two issues with the Swing painting: 1. As reported in http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27185, an optimization in JComponent.paintChildrenOptimized() didn't work quite right. Looking at it, it seems that this optimization doesn't gain much anyway, possibly the overhead of

[cp-patches] FYI: Swing peers fixlets

2006-04-18 Thread Roman Kennke
While working on the X11 based AWT peers, I noticed some glitches in the Swing peers: 2006-04-18 Roman Kennke [EMAIL PROTECTED] * gnu/java/awt/peer/swing/SwingComponentPeer.java (setBounds): Call reshape(). * gnu/java/awt/peer/swing/SwingContainerPeer.java

[cp-patches] FYI: RepaintManager threading fix

2006-04-18 Thread Roman Kennke
While working on the X11-AWT peers, I noticed that our RepaintManager gets into trouble when it is called from different threads (which is legal, despite the common mantra that Swing is not thread-safe. The RepaintManager is the core component in the not-thread-safe design of Swing and is actually

[cp-patches] FYI: JComboBox.paramString()

2006-04-18 Thread David Gilbert
This patch (committed) reimplements the paramString() method to provide better debugging information. I also added a couple of API doc comments to methods that needed them: 2006-04-18 David Gilbert [EMAIL PROTECTED] * javax/swing/JComboBox.java (paramStr): Reimplemented,

[cp-patches] FYI: JSlider.paramString() reimplemented

2006-04-18 Thread David Gilbert
This patch (committed) reimplements the paramString() method in JSlider to provide better debugging information: 2006-04-18 David Gilbert [EMAIL PROTECTED] * javax/swing/JSlider.java (paramString): Reimplemented. Note that I followed the format of the reference

[cp-patches] FYI: Update JikesRVM location in stories

2006-04-18 Thread Mark Wielaard
Hi, This was reported to the www.gnu.org webmasters. 2006-04-18 Mark Wielaard [EMAIL PROTECTED] Reported by John Sullivan ([EMAIL PROTECTED]) * doc/www.gnu.org/stories.wml: Update JikesRVM location. Committed, Mark Index: doc/www.gnu.org/stories.wml

[cp-patches] Re: FMJ: new open-source alternative to/implementation of JMF

2006-04-18 Thread Mark Wielaard
On Tue, 2006-04-18 at 09:40 -0600, Tom Tromey wrote: Ken == Ken Larson [EMAIL PROTECTED] writes: Ken I'm pleased to announce the creation of a new open-source project, FMJ Ken (Freedom for Media in Java), with the goal of providing a Ken replacement for/alternative to JMF. Excellent!

[cp-patches] FYI: DocumenFilter demo

2006-04-18 Thread Robert Schuster
Hi, this patch adds a new Demo to the Swing Activity board: It shows how to use the DocumentFilter class. Please try it out and guess where you have seen the demonstrated behavior before. :) Although you will notice that everything works fine, our current implementation of JTextComponent (and

[cp-patches] FYI: JPanel updates

2006-04-18 Thread David Gilbert
This patch (committed) fixes a constructor to match the reference implementation, and adds API docs all over: 2006-04-18 David Gilbert [EMAIL PROTECTED] * javax/swing/JPanel.java: Updated API docs all over, plus (JPanel(LayoutManager, boolean)): Pass on null layout, set

[cp-patches] FYI: NavigationFilter demo

2006-04-18 Thread Robert Schuster
Hi, this adds a simple demonstration for the NavigationFilter class to the Swing Activity board. It installs a NavigationFilter that restricts cursor movement to be word-wise. It works well on the RI but currently causes an endless recursive loop on Classpath. Seems like I have overlooked

[cp-patches] FYI: BasicTextUI.getNextVisualPositionFrom implemented

2006-04-18 Thread Robert Schuster
Hi, the following patch implements the above mentioned method. I found a suitable comment in the JDK's docs that mentions that it should be done this way. I prepare a mauve test later. ChangeLog: 2006-04-18 Robert Schuster [EMAIL PROTECTED] * javax/swing/plaf/basic/BasicTextUI.java:

Re: [cp-patches] FYI: gnu.xml.dom.html2.* fixes and additions

2006-04-18 Thread Lillian Angel
On Mon, 2006-04-17 at 09:11 +0100, Chris Burdess wrote: Lillian Angel wrote: More bug fixes for the parser and related classes. 2006-04-12 Lillian Angel [EMAIL PROTECTED] * gnu/xml/dom/DomDocument.java (checkNCName): Removed unneeded part of check. Hi Lillian,

Re: [cp-patches] FYI: gnu.xml.dom.html2.* fixes and additions

2006-04-18 Thread Lillian Angel
On Tue, 2006-04-18 at 17:13 -0400, Lillian Angel wrote: On Mon, 2006-04-17 at 09:11 +0100, Chris Burdess wrote: Lillian Angel wrote: More bug fixes for the parser and related classes. 2006-04-12 Lillian Angel [EMAIL PROTECTED] * gnu/xml/dom/DomDocument.java

[cp-patches] Patch: DomDocument and DomHTMLParser fixes

2006-04-18 Thread Lillian Angel
Applets such as www.vassargolfcourse.com fail if the checkingCharacters flag is true. I added a function to avoid checking this when parsing html. 2006-04-18 Lillian Angel [EMAIL PROTECTED] * gnu/xml/dom/DomDocument.java (setCheckingCharacters): New function used to set

[cp-testresults] FAIL: gcc build on Tue Apr 18 06:00:08 UTC 2006

2006-04-18 Thread cpdev
/bin/sh ../../trunk/gcc/mkconfig.sh tconfig.h /home/cpdev/Nightly/gcc/build/./gcc/xgcc -B/home/cpdev/Nightly/gcc/build/./gcc/ -B/home/cpdev/Nightly/gcc/install/i686-pc-linux-gnu/bin/ -B/home/cpdev/Nightly/gcc/install/i686-pc-linux-gnu/lib/ -isystem

[cp-testresults] FAIL: gcc build on Tue Apr 18 07:09:59 UTC 2006

2006-04-18 Thread cpdev
/bin/sh ../../trunk/gcc/mkconfig.sh tconfig.h /home/cpdev/Nightly/gcc/build/./gcc/xgcc -B/home/cpdev/Nightly/gcc/build/./gcc/ -B/home/cpdev/Nightly/gcc/install/i686-pc-linux-gnu/bin/ -B/home/cpdev/Nightly/gcc/install/i686-pc-linux-gnu/lib/ -isystem

[cp-testresults] FAIL: gcc build on Tue Apr 18 08:20:10 UTC 2006

2006-04-18 Thread cpdev
/bin/sh ../../trunk/gcc/mkconfig.sh tconfig.h /home/cpdev/Nightly/gcc/build/./gcc/xgcc -B/home/cpdev/Nightly/gcc/build/./gcc/ -B/home/cpdev/Nightly/gcc/install/i686-pc-linux-gnu/bin/ -B/home/cpdev/Nightly/gcc/install/i686-pc-linux-gnu/lib/ -isystem

[cp-testresults] FAIL: gcc build on Tue Apr 18 09:30:09 UTC 2006

2006-04-18 Thread cpdev
/bin/sh ../../trunk/gcc/mkconfig.sh tconfig.h /home/cpdev/Nightly/gcc/build/./gcc/xgcc -B/home/cpdev/Nightly/gcc/build/./gcc/ -B/home/cpdev/Nightly/gcc/install/i686-pc-linux-gnu/bin/ -B/home/cpdev/Nightly/gcc/install/i686-pc-linux-gnu/lib/ -isystem

[cp-testresults] FAIL: gcc build on Tue Apr 18 13:02:17 UTC 2006

2006-04-18 Thread cpdev
/bin/sh ../../trunk/gcc/mkconfig.sh tconfig.h /home/cpdev/Nightly/gcc/build/./gcc/xgcc -B/home/cpdev/Nightly/gcc/build/./gcc/ -B/home/cpdev/Nightly/gcc/install/i686-pc-linux-gnu/bin/ -B/home/cpdev/Nightly/gcc/install/i686-pc-linux-gnu/lib/ -isystem

[cp-testresults] FAIL: gcc build on Tue Apr 18 14:11:42 UTC 2006

2006-04-18 Thread cpdev
/bin/sh ../../trunk/gcc/mkconfig.sh tconfig.h /home/cpdev/Nightly/gcc/build/./gcc/xgcc -B/home/cpdev/Nightly/gcc/build/./gcc/ -B/home/cpdev/Nightly/gcc/install/i686-pc-linux-gnu/bin/ -B/home/cpdev/Nightly/gcc/install/i686-pc-linux-gnu/lib/ -isystem

[cp-testresults] FAIL: gcc build on Tue Apr 18 15:22:33 UTC 2006

2006-04-18 Thread cpdev
/bin/sh ../../trunk/gcc/mkconfig.sh tconfig.h /home/cpdev/Nightly/gcc/build/./gcc/xgcc -B/home/cpdev/Nightly/gcc/build/./gcc/ -B/home/cpdev/Nightly/gcc/install/i686-pc-linux-gnu/bin/ -B/home/cpdev/Nightly/gcc/install/i686-pc-linux-gnu/lib/ -isystem

[cp-testresults] FAIL: gcc build on Tue Apr 18 21:10:45 UTC 2006

2006-04-18 Thread cpdev
/bin/sh ../../trunk/gcc/mkconfig.sh tconfig.h /home/cpdev/Nightly/gcc/build/./gcc/xgcc -B/home/cpdev/Nightly/gcc/build/./gcc/ -B/home/cpdev/Nightly/gcc/install/i686-pc-linux-gnu/bin/ -B/home/cpdev/Nightly/gcc/install/i686-pc-linux-gnu/lib/ -isystem

[cp-testresults] FAIL: ecj built with native-ecj on Wed Apr 19 00:46:59 UTC 2006

2006-04-18 Thread cpdev
xargs: ../ecj-gcj-build/ecj: exited with status 255; aborting ___ 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 Wed Apr 19 05:52:43 UTC 2006

2006-04-18 Thread cpdev
xargs: jamvm: exited with status 255; aborting ___ 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 Wed Apr 19 05:52:46 UTC 2006

2006-04-18 Thread cpdev
xargs: ../ecj-gcj-build/ecj: exited with status 255; aborting ___ Classpath-testresults mailing list Classpath-testresults@gnu.org http://lists.gnu.org/mailman/listinfo/classpath-testresults

FMJ: new open-source alternative to/implementation of JMF

2006-04-18 Thread Ken Larson
I'm pleased to announce the creation of a new open-source project, FMJ (Freedom for Media in Java), with the goal of providing a replacement for/alternative to JMF. We are currently working on implementing the part of JMF that is documented in the public JavaDoc API; the next step will be

Re: FMJ: new open-source alternative to/implementation of JMF

2006-04-18 Thread Tom Tromey
Ken == Ken Larson [EMAIL PROTECTED] writes: Ken I'm pleased to announce the creation of a new open-source project, FMJ Ken (Freedom for Media in Java), with the goal of providing a Ken replacement for/alternative to JMF. Excellent! I think we should add a link to this from the classpath web

GCC bug 26858 may also effect other JVMs...

2006-04-18 Thread David Daney
GCC bug 26858 (http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26858) may also effect other JVMs that run on linux *and* use SIGSEGV to generate NullPointerExceptions. I don't know if such JVMs exist. But if they do, it might be worthwhile for their maintainers to run the test case in the PR to

Re: FMJ: new open-source alternative to/implementation of JMF

2006-04-18 Thread Dalibor Topic
On Mon, 2006-04-17 at 09:03 -0400, Ken Larson wrote: I'm pleased to announce the creation of a new open-source project, FMJ (Freedom for Media in Java), with the goal of providing a replacement for/alternative to JMF. Thanks for getting this going, Ken! I'm hoping that this project will be

Re: FMJ: new open-source alternative to/implementation of JMF

2006-04-18 Thread Thomas Fitzsimmons
Dalibor Topic wrote: On Mon, 2006-04-17 at 09:03 -0400, Ken Larson wrote: I'm pleased to announce the creation of a new open-source project, FMJ (Freedom for Media in Java), with the goal of providing a replacement for/alternative to JMF. Thanks for getting this going, Ken! I'm hoping that

Re: GCC bug 26858 may also effect other JVMs...

2006-04-18 Thread Christian Thalinger
On Tue, 2006-04-18 at 10:25 -0700, David Daney wrote: GCC bug 26858 (http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26858) may also effect other JVMs that run on linux *and* use SIGSEGV to generate NullPointerExceptions. I don't know if such JVMs exist. But if they do, it might be worthwhile

Re: FMJ: new open-source alternative to/implementation of JMF

2006-04-18 Thread Mark Wielaard
On Tue, 2006-04-18 at 09:40 -0600, Tom Tromey wrote: Ken == Ken Larson [EMAIL PROTECTED] writes: Ken I'm pleased to announce the creation of a new open-source project, FMJ Ken (Freedom for Media in Java), with the goal of providing a Ken replacement for/alternative to JMF. Excellent!

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

2006-04-18 Thread David Gilbert
CVSROOT:/sources/classpath Module name:classpath Branch: Changes by: David Gilbert [EMAIL PROTECTED] 06/04/18 08:40:10 Modified files: . : ChangeLog javax/swing/plaf/basic: BasicSliderUI.java Log message: 2006-04-18 David

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

2006-04-18 Thread Audrius Meskauskas
CVSROOT:/sources/classpath Module name:classpath Branch: Changes by: Audrius Meskauskas [EMAIL PROTECTED] 06/04/18 09:07:38 Modified files: . : ChangeLog javax/swing: JTable.java Log message: 2006-04-18 Audrius Meskauskas

[commit-cp] classpath ./ChangeLog gnu/java/awt/peer/swing/S...

2006-04-18 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Roman Kennke [EMAIL PROTECTED]06/04/18 12:38:26 Modified files: . : ChangeLog gnu/java/awt/peer/swing: SwingComponentPeer.java

[commit-cp] classpath javax/swing/RepaintManager.java ./Cha...

2006-04-18 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Roman Kennke [EMAIL PROTECTED]06/04/18 12:48:33 Modified files: javax/swing: RepaintManager.java . : ChangeLog Log message: 2006-04-18 Roman Kennke

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

2006-04-18 Thread David Gilbert
CVSROOT:/sources/classpath Module name:classpath Branch: Changes by: David Gilbert [EMAIL PROTECTED] 06/04/18 16:03:13 Modified files: . : ChangeLog javax/swing: JComboBox.java Log message: 2006-04-18 David Gilbert

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

2006-04-18 Thread David Gilbert
CVSROOT:/sources/classpath Module name:classpath Branch: Changes by: David Gilbert [EMAIL PROTECTED] 06/04/18 16:45:17 Modified files: . : ChangeLog javax/swing: JSlider.java Log message: 2006-04-18 David Gilbert [EMAIL

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

2006-04-18 Thread David Gilbert
CVSROOT:/sources/classpath Module name:classpath Branch: Changes by: David Gilbert [EMAIL PROTECTED] 06/04/18 17:07:56 Modified files: . : ChangeLog javax/swing: JInternalFrame.java Log message: 2006-04-18 David Gilbert

[commit-cp] classpath ./ChangeLog doc/www.gnu.org/stories.wml

2006-04-18 Thread Mark Wielaard
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Mark Wielaard [EMAIL PROTECTED] 06/04/18 19:09:09 Modified files: . : ChangeLog doc/www.gnu.org: stories.wml Log message: Reported by John Sullivan ([EMAIL

[commit-cp] classpath ./ChangeLog doc/www.gnu.org/include/l...

2006-04-18 Thread Mark Wielaard
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Mark Wielaard [EMAIL PROTECTED] 06/04/18 19:10:35 Modified files: . : ChangeLog doc/www.gnu.org/include: layout.wml Log message: 2006-04-18 Tom Tromey

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

2006-04-18 Thread Robert Schuster
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Robert Schuster [EMAIL PROTECTED] 06/04/18 19:37:48 Modified files: . : ChangeLog examples/gnu/classpath/examples/swing: Demo.java Added files:

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

2006-04-18 Thread David Gilbert
CVSROOT:/sources/classpath Module name:classpath Branch: Changes by: David Gilbert [EMAIL PROTECTED] 06/04/18 19:45:53 Modified files: . : ChangeLog javax/swing: JPanel.java Log message: 2006-04-18 David Gilbert [EMAIL

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

2006-04-18 Thread Robert Schuster
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Robert Schuster [EMAIL PROTECTED] 06/04/18 20:31:17 Modified files: . : ChangeLog javax/swing/plaf/basic: BasicTextUI.java Log message: Fixes PR #27106.

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

2006-04-18 Thread David Gilbert
CVSROOT:/sources/classpath Module name:classpath Branch: Changes by: David Gilbert [EMAIL PROTECTED] 06/04/18 20:36:27 Modified files: . : ChangeLog javax/swing: JSeparator.java Log message: 2006-04-18 David Gilbert

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

2006-04-18 Thread Robert Schuster
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Robert Schuster [EMAIL PROTECTED] 06/04/18 20:53:34 Modified files: . : ChangeLog examples/gnu/classpath/examples/swing: Demo.java Added files:

[commit-cp] classpath ./ChangeLog gnu/xml/dom/DomDocument.java

2006-04-18 Thread Lillian Angel
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Lillian Angel [EMAIL PROTECTED] 06/04/18 21:24:32 Modified files: . : ChangeLog gnu/xml/dom: DomDocument.java Log message: 2006-04-18 Lillian Angel

[commit-cp] classpath ./ChangeLog java/security/KeyStore.java

2006-04-18 Thread Casey Marshall
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Casey Marshall [EMAIL PROTECTED] 06/04/19 01:30:48 Modified files: . : ChangeLog java/security : KeyStore.java Log message: 2006-04-18 Casey Marshall