[cp-patches] FYI: fixlet for gcj 4.0.x and HTMLDocument.java

2006-03-04 Thread Mark Wielaard
Hi, The autobuilder was complaining about the fact that gcj 4.0.x couldn't find ElementSpec in HTMLDocument. This fixes that by fully qualifying the type. 2006-03-04 Mark Wielaard [EMAIL PROTECTED] * javax/swing/text/html/HTMLDocument.java: Qualify ElementSpec as

[cp-patches] FYI: JEditorPane.setText() fix

2006-03-04 Thread Mark Wielaard
Hi, As pointed out in the bug report we were not handling setText() correctly in JEditorPane. I added a couple of Mauve tests to show this that all PASS with this patch: 2006-03-04 Mark Wielaard [EMAIL PROTECTED] Fixes bug #26460 reported by Beat Wolf [EMAIL PROTECTED]. *

[cp-patches] FYI: Always call removeNotify() when Component is removed from Container

2006-03-04 Thread Mark Wielaard
Hi, This is a small addition to my patch from yesterday. Tom asked whether the conditions for removeNotify() were exactly the reverse of the addNotify() call. In Container there was one case were we wouldn't call removeNotify() on a Component if it was not currently showing. That is wrong since

[cp-patches] FYI: made putValue() in java.util.jar.Attributes public

2006-03-04 Thread Raif S. Naffah
hello all, the attached patch --already committed-- makes the putValue() method in java.util.jar.Attributes public as per JDK1.4 and 1.5 public documentation. 2006-03-05 Raif S. Naffah [EMAIL PROTECTED] * java/util/jar/Attributes.java (putValue): Made it public and updated

[cp-patches] FYI:Boilerplate fix in RMI distribute garbage collector classes.

2006-03-04 Thread Audrius Meskauskas
2006-03-03 Audrius Meskauskas [EMAIL PROTECTED] * gnu/java/rmi/dgc/DGCImpl.java: More comments, boilerplate fix. java/rmi/dgc/Lease.java: Boilerplate fix. Index: gnu/java/rmi/dgc/DGCImpl.java === RCS file:

[cp-patches] FYI:Boilerplate fix in RMI distribute garbage collector classes.

2006-03-04 Thread Audrius Meskauskas
Sorry, the posted and applied patch also contains several code modifications in gnu.java.rmi.dgc. The changelog entry should be: 2006-03-03 Audrius Meskauskas [EMAIL PROTECTED] * gnu/java/rmi/dgc/DGCImpl.java: More comments, boilerplate fix. (dirty): Do not synchronize on Hashtable.

[cp-patches] Patch: FYI: 1.5 method in beans

2006-03-04 Thread Tom Tromey
I'm checking this in. This adds a new 1.5 method to java.beans. Tom 2006-03-04 Tom Tromey [EMAIL PROTECTED] * java/beans/PropertyDescriptor.java (createPropertyEditor): New method. (findConstructor): Likewise. (instantiateClass): Likewise. Index:

[cp-patches] FYI: HTTPConnection.Pool fixlet

2006-03-04 Thread Mark Wielaard
Hi, If we reused a connection from the HTTPConnection.Pool we forgot to actually remove that connection from the pool itself. That could lead to the connection being closed by the Reaper when it was used, or if it was returned to the pool it would be inserted in the LinkedList twice which meant

[cp-patches] FYI: Setting the version to 0.90-pre/0.91-pre

2006-03-04 Thread Mark Wielaard
Hi all, We didn't really reach consensus on the version number issue, but since I need a new version for the next release I decided to set it to 0.90 for now. That gives us 10 tries to decide what 1.0 should be :) 2006-03-04 Mark Wielaard [EMAIL PROTECTED] * configure.ac (VERSION): Set

Re: [cp-patches] FYI: HTTPConnection.Pool fixlet

2006-03-04 Thread David Daney
Mark Wielaard wrote: Hi, If we reused a connection from the HTTPConnection.Pool we forgot to actually remove that connection from the pool itself. That could lead to the connection being closed by the Reaper when it was used, or if it was returned to the pool it would be inserted in the

[cp-testresults] FAIL: classpath build with gcj (4.0) on Sun Feb 26 12:29:15 UTC 2006

2006-03-04 Thread cpdev
(cd .libs rm -f libjavaio.so.0 ln -s libjavaio.so.0.0.0 libjavaio.so.0) (cd .libs rm -f libjavaio.so ln -s libjavaio.so.0.0.0 libjavaio.so) creating libjavaio.la (cd .libs rm -f libjavaio.la ln -s ../libjavaio.la libjavaio.la) make[3]: Leaving directory

[cp-testresults] Japi diffs for classpath-generics

2006-03-04 Thread Stuart Ballard
Japi diff jdk15 vs classpath-generics: Full results: http://www.kaffe.org/~stuart/japi/htmlout/h-jdk15-classpath-generics.html Changes since last run: -Comparison run at Wed Mar 1 11:04:50 2006 GMT -jdk15 API scanned at 2006/03/01 05:07:17 EST -classpath-generics API scanned at 2006/03/01

[cp-testresults] Japi diffs for classpath-generics

2006-03-04 Thread Stuart Ballard
Japi diff jdk15 vs classpath-generics: Full results: http://www.kaffe.org/~stuart/japi/htmlout/h-jdk15-classpath-generics.html Changes since last run: -Comparison run at Fri Mar 3 11:10:24 2006 GMT -jdk15 API scanned at 2006/03/03 05:08:04 EST -classpath-generics API scanned at 2006/03/03

[cp-testresults] FAIL: classpath build with gcj (4.0) on Fri Feb 24 16:13:03 UTC 2006

2006-03-04 Thread cpdev
/usr/local/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 lists/gnu-java-awt.deps -MT

[cp-testresults] FAIL: regressions for mauve-jamvm on Wed Mar 1 22:07:42 UTC 2006

2006-03-04 Thread cpdev
Baseline from: Tue Feb 28 16:10:20 UTC 2006 Regressions: FAIL: gnu.testlet.javax.swing.text.DefaultStyledDocument.ElementBuffer.ElementStructure1: after first insertion (number 4) FAIL: gnu.testlet.javax.swing.text.DefaultStyledDocument.ElementBuffer.ElementStructure1: after fourth insertion

[cp-testresults] FAIL: regressions for libgcj on Fri Mar 3 17:48:01 UTC 2006

2006-03-04 Thread cpdev
Baseline from: Fri Mar 3 08:01:41 UTC 2006 Regressions: FAIL: Thread_Sleep -O3 output - source compiled test Totals: PASS: 3407 XPASS: 0 FAIL: 1 XFAIL: 10 ___ Classpath-testresults mailing list Classpath-testresults@gnu.org

[cp-testresults] FAIL: regressions for mauve-jamvm on Fri Feb 24 13:21:11 UTC 2006

2006-03-04 Thread cpdev
Baseline from: Thu Feb 23 19:12:24 UTC 2006 Regressions: FAIL: gnu.testlet.java.awt.geom.Arc2D.getPathIterator (number 9) FAIL: gnu.testlet.java.awt.geom.Arc2D.setAngleStart (number 2) FAIL: gnu.testlet.java.awt.geom.Arc2D.setAngles (number 2) FAIL: gnu.testlet.java.awt.geom.Arc2D.setAngles

[cp-testresults] FAIL: classpath build with jikes on Fri Feb 24 16:19:30 UTC 2006

2006-03-04 Thread cpdev
120. public void EditorContainer() ^--^ *** Semantic Warning: The name of this method EditorContainer matches the name of the containing class. However, the method is not a constructor since its declarator is qualified with a type. Issued 2 semantic

[cp-testresults] FAIL: classpath build with gcj (4.0) on Sat Mar 4 02:33:33 UTC 2006

2006-03-04 Thread cpdev
config.status: executing gen-classlist commands config.status: executing copy-vmresources commands Making all in lib make[1]: Entering directory `/home/cpdev/Nightly/classpath/build/lib' mkdir -p ../java/util ../../classpath/scripts/generate-locale-list.sh ../java/util/LocaleData.java true

Maintenance of jazzlib

2006-03-04 Thread John Leuner
Is anyone interested in taking over maintenance of the Jazzlib library? For a while I produced releases of jazzlib using the java.util.zip sources in Classpath. I have a little script (in lib/jazzlib):

Re: eclipse regression

2006-03-04 Thread Mark Wielaard
Hi, On Fri, 2006-03-03 at 11:29 +0100, Mark Wielaard wrote: I haven't figured out since when this stopped working, but it clearly is a regression. If you installed the feature with a working version of classpath (0.20) and then try to use it with a CVS version you will get messages like:

Re: eclipse regression

2006-03-04 Thread Mark Wielaard
On Sat, 2006-03-04 at 16:26 +0100, Mark Wielaard wrote: I cannot really see a good way to make eclipse happy. It clearly expects that if it throws this SAXException from startElement() that it will get this exception back as if nothing happened. But since it has just destroyed our parser so we

Release branch created

2006-03-04 Thread Mark Wielaard
Hi, I believe we fixed all known regressions so I have created the release branch now. The cvs tag for the branch point is called classpath-0_90-branch-point and the branch itself is called classpath-0_90-branch. As you can see the next version will be called 0.90. We didn't really have

tgolem - development snapshots available

2006-03-04 Thread Edwin Steiner
Hello! twisti told me that someone on the list expressed interest in tgolem. Thus I'm announcing that tgolem snapshots are available from now on. You can get tgolem from: http://stud4.tuwien.ac.at/~e9825234/tgolem/index.html I don't know how useful tgolem is right now for other people, but

RFI: Manifest line endings is platform independant

2006-03-04 Thread Raif S. Naffah
hello there, while working on the jarsigner tool, i am seeing the Manifest file being generated by both JDKs 1.4 and 1.5, is using a 0x0D0A as its line endings, even when the jar file containing this manifest was generated on a linux platform. this is not the case with our implementation of

Re: Building and Running MegaMek under Classpath + Cacao CVS HEAD

2006-03-04 Thread James Damour
On Fri, 2006-03-03 at 10:46 +0100, Mark Wielaard wrote: Hi, On Thu, 2006-03-02 at 12:05 -0500, Thomas Fitzsimmons wrote: On Thu, 2006-03-02 at 00:06 -0500, James Damour wrote: Lillian Angel has done a truely remarkable job squashing rendering problems, so what once looked like [1] now

[commit-cp] classpath ./ChangeLog javax/imageio/ImageWriteP...

2006-03-04 Thread Lillian Angel
CVSROOT:/sources/classpath Module name:classpath Branch: Changes by: Lillian Angel [EMAIL PROTECTED] 06/03/01 19:48:50 Modified files: . : ChangeLog javax/imageio : ImageWriteParam.java Added files: javax/imageio/plugins/bmp:

[commit-cp] classpath NEWS ChangeLog

2006-03-04 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Roman Kennke [EMAIL PROTECTED]06/03/03 11:26:16 Modified files: . : NEWS ChangeLog Log message: 2006-03-03 Roman Kennke [EMAIL PROTECTED] * NEWS:

[commit-cp] classpath ChangeLog [generics-branch]

2006-03-04 Thread Anthony Balkissoon
CVSROOT:/cvsroot/classpath Module name:classpath Branch: generics-branch Changes by: Anthony Balkissoon [EMAIL PROTECTED] 06/02/27 19:49:48 Modified files: . : ChangeLog Log message: 2006-02-27 Anthony Balkissoon [EMAIL PROTECTED]

[commit-cp] classpath/javax/swing/plaf/metal MetalUtils.java

2006-03-04 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Roman Kennke [EMAIL PROTECTED]06/03/03 11:12:12 Modified files: javax/swing/plaf/metal: MetalUtils.java Log message: 2006-03-03 Roman Kennke [EMAIL PROTECTED]

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

2006-03-04 Thread Lillian Angel
CVSROOT:/sources/classpath Module name:classpath Branch: Changes by: Lillian Angel [EMAIL PROTECTED] 06/02/28 18:14:12 Modified files: . : ChangeLog javax/swing: ViewportLayout.java Log message: 2006-02-28 Lillian Angel

[commit-cp] classpath ./ChangeLog java/util/ResourceBundle....

2006-03-04 Thread Jeroen Frijters
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Jeroen Frijters [EMAIL PROTECTED] 06/03/01 12:14:24 Modified files: . : ChangeLog java/util : ResourceBundle.java Log message: 2006-03-01 Jeroen Frijters

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

2006-03-04 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Roman Kennke [EMAIL PROTECTED]06/03/03 11:06:11 Modified files: . : ChangeLog javax/swing/plaf/basic: BasicHTML.java BasicInternalFrameUI.java

[commit-cp] classpath ./ChangeLog java/lang/StringBuilder.java

2006-03-04 Thread Anthony Balkissoon
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Anthony Balkissoon [EMAIL PROTECTED] 06/03/02 20:18:44 Modified files: . : ChangeLog java/lang : StringBuilder.java Log message: 2006-03-02 Anthony

[commit-cp] classpath java/beans/DefaultPersistenceDelegate... [generics-branch]

2006-03-04 Thread Tom Tromey
CVSROOT:/cvsroot/classpath Module name:classpath Branch: generics-branch Changes by: Tom Tromey [EMAIL PROTECTED] 06/03/03 21:00:23 Modified files: java/beans : DefaultPersistenceDelegate.java EventSetDescriptor.java Introspector.java

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

2006-03-04 Thread Mark Wielaard
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Mark Wielaard [EMAIL PROTECTED] 06/03/04 09:21:22 Modified files: . : ChangeLog javax/swing/text/html: HTMLDocument.java Log message: *

[commit-cp] inetlib ./ChangeLog ./Makefile.am ./Makefile.in...

2006-03-04 Thread Chris Burdess
CVSROOT:/cvsroot/classpath Module name:inetlib Branch: Changes by: Chris Burdess [EMAIL PROTECTED] 06/03/04 08:32:22 Modified files: . : ChangeLog Makefile.am Makefile.in Removed files: source/gnu/inet/http: HTTPURLConnection.java

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

2006-03-04 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Roman Kennke [EMAIL PROTECTED]06/03/03 10:47:11 Modified files: . : ChangeLog javax/swing/text: DefaultStyledDocument.java Segment.java

[commit-cp] classpath javax/swing/plaf/basic/BasicHTML.java...

2006-03-04 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Roman Kennke [EMAIL PROTECTED]06/03/03 10:19:34 Modified files: javax/swing/plaf/basic: BasicHTML.java . : ChangeLog Log message: 2006-03-03 Roman Kennke

[commit-cp] classpath ./ChangeLog native/jni/gtk-peer/gnu_j...

2006-03-04 Thread Lillian Angel
CVSROOT:/sources/classpath Module name:classpath Branch: Changes by: Lillian Angel [EMAIL PROTECTED] 06/03/02 22:28:08 Modified files: . : ChangeLog native/jni/gtk-peer: gnu_java_awt_peer_gtk_GtkMenuPeer.c Log message:

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

2006-03-04 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Roman Kennke [EMAIL PROTECTED]06/02/28 15:15:53 Modified files: javax/swing: SwingUtilities.java . : ChangeLog Log message: 2006-02-28 Roman Kennke

[commit-cp] classpath ./ChangeLog java/rmi/server/RMIClassL...

2006-03-04 Thread Tom Tromey
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Tom Tromey [EMAIL PROTECTED] 06/03/02 18:56:12 Modified files: . : ChangeLog java/rmi/server: RMIClassLoader.java Log message: *