Re: [cp-patches] FYI: ScrollPane fix

2006-12-08 Thread Mark Wielaard
hi Tom, On Wed, 2006-12-06 at 15:53 -0500, Thomas Fitzsimmons wrote: I committed this patch to trunk and classpath-0_93-branch. Also installed on the generics branch now. This fixes the problem in MegaMek that my getFont patch worked around. For the record, this patch alone doesn't fix the

Re: [cp-patches] FYI: HtmlDemo fixlets

2006-12-08 Thread Mark Wielaard
Hi Roman, On Wed, 2006-12-06 at 23:00 +0100, Roman Kennke wrote: This fixes a method access in the Demo class and converts URLs to strings. For some reason (a problem in java.net) it does not work with the URL object. The issue with URL objects is solved now. 2006-12-07 Mark Wielaard

Re: [cp-patches] PATCH: DOM event propagation fix

2006-12-08 Thread Mark Wielaard
Hi, On Wed, 2006-12-06 at 18:38 +, Chris Burdess wrote: I'm committing this minor patch from Ben Konrath which appears to resolve some NPE problems in Eclipse. Mark, this is not marked critical in Bugzilla so I don't believe it is release critical. Since I tested all your last 4

Re: [cp-patches] FYI: Add NEWS entry about HTML support

2006-12-08 Thread Mark Wielaard
Hi Roman, On Tue, 2006-12-05 at 12:26 +0100, Roman Kennke wrote: I added a NEWS entry about improved HTML support. Mark, add this to the release?! Sure! Also updated the example and the swing.text fixes needed to make it shine to release and generics branch (but not including the

[cp-patches] FYI: JEditorPane editorkit loading fixes

2006-12-08 Thread Roman Kennke
This fixes the JEditorPane editor kit registry/loading code to use the specified classloader. If none is specified, this falls back to the calling thread's context classloader. This also fixes one rather ugly issue. So far we cleared the static editor kit registry every time when a new

[cp-patches] FYI: ScrollPane fixes

2006-12-08 Thread Tania Bento
Hey, This patch fixes a couple of bugs in ScrollPane's getScrollPosition and setScrollPosition methods: - Both methods should throw a NPE if the scrollpane does have a child (i.e. no componenent). - In the setScrollPosition(int, int) method, we need to check that both parameters are within

[cp-patches] Patch: Fix socket connection and read timeouts.

2006-12-08 Thread David Daney
My new mauve test for the HTTP timeout patch I posed earlier this week was failing miserably for me with jamvm/FC6-x86_64. I turns out the the native socket code was slightly lacking. This patch fixes it up some. I will commit both this patch and the HTTP timeout patch after another round

[cp-patches] FYI: Set version and release date

2006-12-08 Thread Mark Wielaard
Hi, This updates the version and adds the release date of 0.93 to the NEWS file. 2006-03-06 Mark Wielaard [EMAIL PROTECTED] * configure.ac (VERSION): Set to 0.91-pre. * NEWS: Add updates for 0.90 release. Similar patches have gone onto the release and generics branch.

Re: [cp-patches] FYI: Set version and release date

2006-12-08 Thread Mark Wielaard
On Fri, 2006-12-08 at 20:18 +0100, Mark Wielaard wrote: This updates the version and adds the release date of 0.93 to the NEWS file. 2006-03-06 Mark Wielaard [EMAIL PROTECTED] * configure.ac (VERSION): Set to 0.91-pre. * NEWS: Add updates for 0.90 release. Similar

[cp-patches] FYI: Another ScrollPane fix

2006-12-08 Thread Tania Bento
Hey, This patch fixes a bug in java.awt.ScrollPane's doLayout method. When doLayout() is called, the location of the scrollpane's child should be set to (0,0). This patch now causes a failing Harmony test to pass. I have also committed a mauve test for it. Cheers, Tania 2006-12-08 Tania

Re: [cp-patches] Patch: Fix socket connection and read timeouts.

2006-12-08 Thread David Daney
David Daney wrote: My new mauve test for the HTTP timeout patch I posed earlier this week was failing miserably for me with jamvm/FC6-x86_64. I turns out the the native socket code was slightly lacking. This patch fixes it up some. I will commit both this patch and the HTTP timeout patch

Re: [cp-patches] RFC: Add readTimeout methods to URLConnection

2006-12-08 Thread David Daney
David Daney wrote: This patch adds the missing [get|set]ReadTimeout methods to java.net.URLConnection. It is lightly tested, but I will create some mauve tests for it. If there are no objections, I will commit it after a couple more of days of testing. 2006-12-02 David Daney [EMAIL

[cp-patches] FYI: Mention URLConnection.setReadTimeout in NEWS.

2006-12-08 Thread David Daney
I just committed this: 2006-12-08 David Daney [EMAIL PROTECTED] * NEWS: Mention URLConnection.[get|set]ReadTimeout.

[cp-patches] FYI: Fix a comment in VMChannel.c

2006-12-08 Thread David Daney
I just committed this to fix my previous commit. 2006-12-08 David Daney [EMAIL PROTECTED] * native/jni/java-nio/gnu_java_nio_VMChannel.c (is_non_blocking_fd): Fix comment. Index: native/jni/java-nio/gnu_java_nio_VMChannel.c

[cp-testresults] FAIL: regressions for mauve-jamvm on Fri Dec 8 11:08:27 UTC 2006

2006-12-08 Thread cpdev
Baseline from: Fri Dec 8 04:28:10 UTC 2006 Regressions: FAIL: gnu.javax.crypto.sasl.srp.TestOfSRPPasswordFile Totals: PASS: 2900 XPASS: 0 FAIL: 198 XFAIL: 0 ___ Classpath-testresults mailing list Classpath-testresults@gnu.org

[cp-testresults] FAIL: regressions for mauve-cacao on Fri Dec 8 17:33:55 UTC 2006

2006-12-08 Thread cpdev
Baseline from: Fri Dec 8 04:53:54 UTC 2006 Regressions: FAIL: java.net.HttpURLConnection.postHeaders FAIL: javax.swing.JFileChooser.removeChoosableFileFilter FAIL: javax.swing.JFrame.paint5 Improvements: PASS: java.awt.Component.keyPressTest PASS: java.awt.Graphics.TestPaintGraphics PASS:

[cp-testresults] FAIL: regressions for mauve-cacao on Sat Dec 9 00:04:00 UTC 2006

2006-12-08 Thread cpdev
Baseline from: Fri Dec 8 04:53:54 UTC 2006 Regressions: FAIL: gnu.javax.crypto.key.srp6.TestOfSRPKeyGeneration Improvements: PASS: java.awt.Graphics.TestPaintGraphics New fails: FAIL: java.net.HttpURLConnection.timeout Totals: PASS: 2893 XPASS: 0 FAIL: 207 XFAIL: 0

[cp-testresults] FAIL: regressions for mauve-jamvm on Sat Dec 9 06:05:58 UTC 2006

2006-12-08 Thread cpdev
Baseline from: Fri Dec 8 04:28:10 UTC 2006 Regressions: FAIL: javax.swing.JFileChooser.setFileSelectionMode FAIL: javax.swing.JFrame.SetSize FAIL: javax.swing.JFrame.paint5 New fails: FAIL: java.net.HttpURLConnection.timeout Totals: PASS: 2901 XPASS: 0 FAIL: 201 XFAIL: 0

Please go nuts!

2006-12-08 Thread Mark Wielaard
Hi, 0.93 tagged (classpath-0_93-release and generics-0_93-release), tarred and available at ftp.gnu.org (and soon your favorite mirrors): ftp://ftp.gnu.org/gnu/classpath/classpath-0.93.tar.gz ftp://ftp.gnu.org/gnu/classpath/classpath-0.93-generics.tar.gz Plus updated documentation at

Re: Please go nuts! -- Time For Generics

2006-12-08 Thread Andrew John Hughes
On Fri, 2006-12-08 at 21:39 +0100, Mark Wielaard wrote: Hi, 0.93 tagged (classpath-0_93-release and generics-0_93-release), tarred and available at ftp.gnu.org (and soon your favorite mirrors): ftp://ftp.gnu.org/gnu/classpath/classpath-0.93.tar.gz

Re: Please go nuts! -- Time For Generics

2006-12-08 Thread Tom Tromey
Andrew So here's my first bash at a plan for the generics merge. Suggestions, Andrew wild screams of despair, etc. much welcomed. Andrew I'd like to have Sunday (or at least most of the day) as a no commit Andrew day. It's usually fairly quiet anyway. During that time, I'll: Your plan sounds

[Bug awt/30122] Deadlock in Component.getFont()

2006-12-08 Thread roman at kennke dot org
--- Comment #4 from roman at kennke dot org 2006-12-08 22:36 --- I agree that theoretically there should be more syncs on methods that walk the hierarchy. Let me think about this a little and play with Sun and IKVM. I think I remember that there was a good reason to do so. Now when you

[commit-cp] classpath ChangeLog java/awt/Component.java jav... [generics-branch]

2006-12-08 Thread Mark Wielaard
CVSROOT:/cvsroot/classpath Module name:classpath Branch: generics-branch Changes by: Mark Wielaard mark06/12/08 08:46:34 Modified files: . : ChangeLog java/awt : Component.java ScrollPane.java native/jni/gtk-peer:

[commit-cp] classpath ChangeLog gnu/java/awt/peer/gtk/GtkCo... [generics-branch]

2006-12-08 Thread Mark Wielaard
CVSROOT:/cvsroot/classpath Module name:classpath Branch: generics-branch Changes by: Mark Wielaard mark06/12/08 09:23:23 Modified files: . : ChangeLog gnu/java/awt/peer/gtk: GtkComponentPeer.java Log message: 2006-12-05 Roman

[commit-cp] classpath ChangeLog gnu/java/awt/peer/gtk/GtkCo... [classpath-0_93-branch]

2006-12-08 Thread Mark Wielaard
CVSROOT:/cvsroot/classpath Module name:classpath Branch: classpath-0_93-branch Changes by: Mark Wielaard mark06/12/08 09:24:33 Modified files: . : ChangeLog gnu/java/awt/peer/gtk: GtkComponentPeer.java Log message: 2006-12-05

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

2006-12-08 Thread Mark Wielaard
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Mark Wielaard mark06/12/08 09:59:13 Modified files: . : ChangeLog examples/gnu/classpath/examples/swing: HtmlDemo.java Log message: *

[commit-cp] classpath ChangeLog gnu/xml/dom/DomAttr.java gn... [generics-branch]

2006-12-08 Thread Mark Wielaard
CVSROOT:/cvsroot/classpath Module name:classpath Branch: generics-branch Changes by: Mark Wielaard mark06/12/08 10:30:10 Modified files: . : ChangeLog gnu/xml/dom: DomAttr.java DomNode.java gnu/xml/stream : SAXParser.java

[commit-cp] classpath ChangeLog gnu/xml/dom/DomAttr.java gn... [classpath-0_93-branch]

2006-12-08 Thread Mark Wielaard
CVSROOT:/cvsroot/classpath Module name:classpath Branch: classpath-0_93-branch Changes by: Mark Wielaard mark06/12/08 10:31:50 Modified files: . : ChangeLog gnu/xml/dom: DomAttr.java DomNode.java gnu/xml/stream :

[commit-cp] classpath ChangeLog NEWS examples/gnu/classpath... [generics-branch]

2006-12-08 Thread Mark Wielaard
CVSROOT:/cvsroot/classpath Module name:classpath Branch: generics-branch Changes by: Mark Wielaard mark06/12/08 11:19:26 Modified files: . : ChangeLog NEWS examples/gnu/classpath/examples/swing: Demo.java HtmlDemo.java

[commit-cp] classpath ChangeLog NEWS examples/gnu/classpath... [classpath-0_93-branch]

2006-12-08 Thread Mark Wielaard
CVSROOT:/cvsroot/classpath Module name:classpath Branch: classpath-0_93-branch Changes by: Mark Wielaard mark06/12/08 11:25:46 Modified files: . : ChangeLog NEWS examples/gnu/classpath/examples/swing: Demo.java HtmlDemo.java

[commit-cp] classpath/javax/swing JEditorPane.java

2006-12-08 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Roman Kennke rabbit78 06/12/08 14:00:47 Modified files: javax/swing: JEditorPane.java Log message: Fix crap commit. CVSWeb URLs:

[commit-cp] classpath ChangeLog java/awt/ScrollPane.java

2006-12-08 Thread Tania Bento
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Tania Bento tbento06/12/08 16:49:36 Modified files: . : ChangeLog java/awt : ScrollPane.java Log message: 2006-12-08 Tania Bento [EMAIL PROTECTED]

[commit-cp] classpath ChangeLog configure.ac NEWS

2006-12-08 Thread Mark Wielaard
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Mark Wielaard mark06/12/08 19:19:12 Modified files: . : ChangeLog configure.ac NEWS Log message: * configure.ac (VERSION): Set to 0.94-pre. * NEWS: Add release

[commit-cp] classpath ChangeLog NEWS configure.ac [classpath-0_93-branch]

2006-12-08 Thread Mark Wielaard
CVSROOT:/cvsroot/classpath Module name:classpath Branch: classpath-0_93-branch Changes by: Mark Wielaard mark06/12/08 19:22:50 Modified files: . : ChangeLog NEWS configure.ac Log message: * configure.ac (VERSION): Set to 0.93.

[commit-cp] classpath ChangeLog NEWS configure.ac [generics-branch]

2006-12-08 Thread Mark Wielaard
CVSROOT:/cvsroot/classpath Module name:classpath Branch: generics-branch Changes by: Mark Wielaard mark06/12/08 19:24:37 Modified files: . : ChangeLog NEWS configure.ac Log message: * configure.ac (VERSION): Set to 0.93-generics.

[commit-cp] classpath/native/jni/java-nio gnu_java_nio_VMCh...

2006-12-08 Thread David Daney
CVSROOT:/sources/classpath Module name:classpath Changes by: David Daney daney 06/12/08 20:37:36 Modified files: native/jni/java-nio: gnu_java_nio_VMChannel.c Log message: * native/jni/java-nio/gnu_java_nio_VMChannel.c (is_non_blocking_fd):

[commit-cp] classpath ChangeLog

2006-12-08 Thread David Daney
CVSROOT:/sources/classpath Module name:classpath Changes by: David Daney daney 06/12/08 20:38:52 Modified files: . : ChangeLog Log message: * native/jni/java-nio/gnu_java_nio_VMChannel.c (is_non_blocking_fd): New method.

[commit-cp] classpath ChangeLog gnu/java/net/protocol/http/...

2006-12-08 Thread David Daney
CVSROOT:/sources/classpath Module name:classpath Changes by: David Daney daney 06/12/08 20:45:43 Modified files: . : ChangeLog gnu/java/net/protocol/http: HTTPConnection.java HTTPURLConnection.java

[commit-cp] classpath ChangeLog NEWS

2006-12-08 Thread David Daney
CVSROOT:/sources/classpath Module name:classpath Changes by: David Daney daney 06/12/08 21:17:43 Modified files: . : ChangeLog NEWS Log message: * NEWS: Mention URLConnection.[get|set]ReadTimeout. CVSWeb URLs:

[commit-cp] classpath ChangeLog native/jni/java-nio/gnu_jav...

2006-12-08 Thread David Daney
CVSROOT:/sources/classpath Module name:classpath Changes by: David Daney daney 06/12/09 06:12:15 Modified files: . : ChangeLog native/jni/java-nio: gnu_java_nio_VMChannel.c Log message: *