RE: [cp-patches] Patch: RFC: splitting up URLClassLoader

2006-05-15 Thread Jeroen Frijters
Tom Tromey wrote: I'm posting this for comments. In libgcj we have a divergence in URLClassLoader, because we have other ways to load classes. In particular we can extract classes from shared libraries via 'gcjlib' URLs, and URLClassLoader knows about this. I'd like to re-merge here so

[cp-patches] Enable appletviewer security manager, and make it easier to debug

2006-05-15 Thread Petter Reinholdtsen
Here is a patch to enable the security manager in the appletviewer, and make it easier to debug it as well as get it accept a few more of the permissions used by applets. It is not really fixing the security manager, but it make it easier to find bugs in the rest of classpath, as well as making

[cp-patches] FYI: Set release date and document getBootPackages() changes

2006-05-15 Thread Mark Wielaard
Hi, Here are (hopefully) the last changes before the release: 2006-05-15 Mark Wielaard [EMAIL PROTECTED] * NEWS: Add release date and VMClassLoader.getBootPackages() changes. And on the release branch also: 2006-05-15 Mark Wielaard [EMAIL PROTECTED] * configure.ac

[cp-patches] FYI: Graphics2D.java - API docs

2006-05-15 Thread David Gilbert
This patch (committed) adds some API doc comments to Graphics2D.java. These have been sitting on my hard drive for a while - they're not comprehensive or complete, but they're better than nothing at all: 2006-05-15 David Gilbert [EMAIL PROTECTED] * java/awt/Graphics2D.java: Added

[cp-patches] FYI:Removing redundant actions from the DefaultDesktopManager.setBoundsForFrame(JComponent, int, int, int, int)

2006-05-15 Thread Audrius Meskauskas
The DefaultDesktopManager.setBoundsForFrame requires to repaint the whole desktop every time when called. All displayed frames are repainted (the negative effect is more visible if some of them are large and complex). This is probably not unnecessary as the Component.reshape already

[cp-patches] FYI: fix for PR 27197

2006-05-15 Thread Robert Schuster
Hi, the attached patch fixes PR 27197. The reasons for the way it was done are explained in the source code as I think it may be of use for future developers. The ChangeLog: 2006-05-15 Robert Schuster [EMAIL PROTECTED] Fixes PR 27197. * javax/swing/text/FieldView.java:

Re: [cp-patches] FYI: Restoring the broken scroll blitting.

2006-05-15 Thread Roman Kennke
Hi Audrius, +// Where possible, do not repaint the component, extending the +// parent repaint region instead. You do understand that this was also happening in the previous implementation? I was sorting the repaint rectangles by their size, so that the parent components are

[cp-patches] FYI: TitledBorder formatting fix

2006-05-15 Thread Roman Kennke
I re-indented some part of TitledBorder. 2006-05-15 Roman Kennke [EMAIL PROTECTED] * javax/swing/border/TitledBorder.java (paintBorderWithTitle): Fixed indentation. /Roman -- “Improvement makes straight roads, but the crooked roads, without Improvement, are roads of Genius.”

Re: [cp-patches] FYI: Restoring the broken scroll blitting.

2006-05-15 Thread Audrius Meskauskas
Roman Kennke wrote: Hi Audrius, +// Where possible, do not repaint the component, extending the +// parent repaint region instead. You do understand that this was also happening in the previous implementation? Something was not as expected, because (by putting

[cp-patches] FYI:RepaintManager cleanup

2006-05-15 Thread Audrius Meskauskas
2006-05-15 Audrius Meskauskas [EMAIL PROTECTED] * javax/swing/RepaintManager.java (paintDirtyRegions): Break loop as soon as the component repaint is merged with some parent. (ComponentComparator): Removed. (comparator): Removed. Index: RepaintManager.java

Re: [cp-patches] FYI: Restoring the broken scroll blitting.

2006-05-15 Thread Roman Kennke
Hi Audrius, Am Montag, den 15.05.2006, 21:35 +0200 schrieb Audrius Meskauskas: Roman Kennke wrote: Hi Audrius, +// Where possible, do not repaint the component, extending the +// parent repaint region instead. You do understand that this was also happening in the

[cp-patches] FYI: add NEWS and INSTALL entries for gcjwebplugin

2006-05-15 Thread Thomas Fitzsimmons
Hi, I updated INSTALL to list the new dependencies introduced by gcjwebplugin, and NEWS to mention the appletviewer and gcjwebplugin additions. Tom 2006-05-15 Thomas Fitzsimmons [EMAIL PROTECTED] * NEWS: Announce inclusion of gcjwebplugin. Announce inclusion of

[cp-patches] FYI: Add announcement

2006-05-15 Thread Mark Wielaard
Hi, This adds the announcement of 0.91 to our homepage: 2006-05-15 Mark Wielaard [EMAIL PROTECTED] * doc/www.gnu.org/announce/20060515.wml: New file. * doc/www.gnu.org/newsitems.txt: Add 0.91 release announcement. * doc/www.gnu.org/downloads/downloads.wml: Add 0.91

[cp-patches] [generics] Patch: FYI: MessageFormat.format is varargs

2006-05-15 Thread Tom Tromey
I'm checking this in on the generics branch. This MessageFormat.format varargs. Tom 2006-05-15 Tom Tromey [EMAIL PROTECTED] * java/text/MessageFormat.java (format): Now varargs. Index: java/text/MessageFormat.java ===

[cp-patches] [generics] Patch: FYI: typo fix

2006-05-15 Thread Tom Tromey
I'm checking this in. This fixes a typo I noticed in Thread.State. Tom 2006-05-15 Tom Tromey [EMAIL PROTECTED] * java/lang/Thread.java (State): Fixed typo. Index: java/lang/Thread.java === RCS file:

Re: [cp-patches] FYI: Graphics2D.java - API docs

2006-05-15 Thread Mark Wielaard
Hi, On Mon, 2006-05-15 at 10:24 +0100, David Gilbert wrote: 2006-05-15 David Gilbert [EMAIL PROTECTED] * java/awt/Graphics2D.java: Added some API doc comments. [...] +import java.awt.print.PageFormat; +import java.awt.print.Printable; +import java.awt.print.PrinterJob; For some

[cp-patches] FYI: Parenthesis added

2006-05-15 Thread Sven de Marothy
2006-05-15 Sven de Marothy [EMAIL PROTECTED] * native/target/generic/target_generic_network.h: Add a pair of parenthesis. -- Sven de Marothy [EMAIL PROTECTED] Index: native/target/generic/target_generic_network.h

[cp-testresults] FAIL: classpath build with gcj (4.0) on Mon May 15 11:44:34 UTC 2006

2006-05-15 Thread cpdev
echo timestamp lists/gnu-CORBA-NamingService.stamp /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

[cp-testresults] FAIL: classpath build with jikes on Mon May 15 11:58:56 UTC 2006

2006-05-15 Thread cpdev
574. accessibleContext = new AccessibleJColorChooser(); ^---^ *** Semantic Error: The type of the right sub-expression, javax.swing.JColorChooser$AccessibleJColorChooser, is not assignable to the variable, of type

[cp-testresults] FAIL: regressions for libgcj on Mon May 15 13:22:33 UTC 2006

2006-05-15 Thread cpdev
Baseline from: Mon May 15 07:22:43 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 output - bytecode-native test Totals:

[cp-testresults] FAIL: regressions for mauve-jamvm-release on Mon May 15 14:06:00 UTC 2006

2006-05-15 Thread cpdev
Baseline from: Mon May 15 08:05:24 UTC 2006 Regressions: FAIL: gnu.testlet.java.lang.Thread.sleep: Interrupted sleep (number 2) New fails: FAIL: gnu.testlet.gnu.javax.swing.text.html.parser.support.Parser.HTML_randomTable: Exception: java.lang.Exception: 'htmlhead/headbodytable tbody trtd

[cp-testresults] FAIL: regressions for libgcj on Mon May 15 19:22:49 UTC 2006

2006-05-15 Thread cpdev
Baseline from: Mon May 15 07:22:43 UTC 2006 Regressions: FAIL: Thread_Sleep output - source compiled test Totals: PASS: 4774 XPASS: 0 FAIL: 1 XFAIL: 12 ___ Classpath-testresults mailing list Classpath-testresults@gnu.org

[cp-testresults] FAIL: regressions for mauve-jamvm on Mon May 15 20:52:40 UTC 2006

2006-05-15 Thread cpdev
Baseline from: Mon May 15 14:53:22 UTC 2006 Regressions: FAIL: gnu.testlet.java.lang.Thread.sleep: Interrupted sleep (number 2) New fails: FAIL: gnu.testlet.gnu.javax.crypto.sasl.srp.TestOfSRPAuthInfoProvider abnormal termination 142 CRASH or TIMEOUT FAIL:

[cp-testresults] FAIL: classpath build with gcj (4.0) on Mon May 15 23:44:51 UTC 2006

2006-05-15 Thread cpdev
echo timestamp lists/gnu-CORBA-NamingService.stamp /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

[cp-testresults] FAIL: classpath build with jikes on Mon May 15 23:59:08 UTC 2006

2006-05-15 Thread cpdev
574. accessibleContext = new AccessibleJColorChooser(); ^---^ *** Semantic Error: The type of the right sub-expression, javax.swing.JColorChooser$AccessibleJColorChooser, is not assignable to the variable, of type

[cp-testresults] FAIL: regressions for mauve-jamvm on Tue May 16 02:52:43 UTC 2006

2006-05-15 Thread cpdev
Baseline from: Mon May 15 14:53:22 UTC 2006 Regressions: FAIL: gnu.testlet.java.lang.Thread.sleep: Interrupted sleep (number 2) New fails: FAIL: gnu.testlet.gnu.javax.crypto.sasl.srp.TestOfSRPAuthInfoProvider abnormal termination 142 CRASH or TIMEOUT FAIL:

[cp-testresults] classpath daily snapshot 20060516 FAILED

2006-05-15 Thread Michael Koch
checking size of void *... 4 checking whether byte ordering is bigendian... no checking for unistd.h... (cached) yes checking for sys/types.h... (cached) yes checking sys/config.h usability... no checking sys/config.h presence... no checking for sys/config.h... no checking sys/ioctl.h usability...

[cp-testresults] FAIL: gcc build on Tue May 16 05:19:46 UTC 2006

2006-05-15 Thread cpdev
/home/cpdev/Nightly/gcc/build/./gcc/xgcc -B/home/cpdev/Nightly/gcc/build/./gcc/ -B/home/cpdev/Nightly/gcc/install/i386-pc-linux-gnu/bin/ -B/home/cpdev/Nightly/gcc/install/i386-pc-linux-gnu/lib/ -isystem /home/cpdev/Nightly/gcc/install/i386-pc-linux-gnu/include -isystem

Re: Socket inherits timeout from accept - is this right?

2006-05-15 Thread Robert Schuster
Hi, man 2 accept says that the socket created by accept() has the same properties as the socket which was used in the accept call. Is it possible that in Java the created socket should have default properties here instead? That means we should not only reset the timeout but other socket options

F/OSS Java mini-talks during JavaOne

2006-05-15 Thread ferna...@lozano.eti.br
Hi there, If you happen to be at JavaOne this year, please drop by the java.net community corner. This year we'll have some mini-talks about JPackage, Kaffe, Classpath and other free Java stuff, besides some Sun-sponsored talks. If people see there's interest from the community in Free

Re: Build failure: mozilla-plugin

2006-05-15 Thread Thomas Fitzsimmons
Tom Tromey wrote: Tom == Thomas Fitzsimmons [EMAIL PROTECTED] writes: Anyway, I think that classpath should be buildable without any mozilla dependencies. Tom Try --disable-plugin. For eclipse-based builds it would be friendlier if, by default, configure would search for the needed

RFC: java/awt/Toolkit.java fix

2006-05-15 Thread Jeroen Frijters
Hi Mark, Sorry for being so late, but I would like to get this patch in the release, because I made some changes to IKVM class loading that exposed the fact that Toolkit incorrectly calls ClassLoader.loadClass instead of Class.forName (and hence failing to load my AWT toolkit). If you'd rather

Re: RFC: java/awt/Toolkit.java fix

2006-05-15 Thread Mark Wielaard
Hi Jeroen, On Mon, 2006-05-15 at 17:49 +0200, Jeroen Frijters wrote: Sorry for being so late, but I would like to get this patch in the release, because I made some changes to IKVM class loading that exposed the fact that Toolkit incorrectly calls ClassLoader.loadClass instead of

ANN: GNU Classpath 0.91 All for One, One for All released

2006-05-15 Thread Mark Wielaard
GNU Classpath 0.91 All for One, One for All released GNU Classpath, essential libraries for java, is a project to create free core class libraries for use with runtimes, compilers and tools for the java programming language. The GNU Classpath developer snapshot releases are not directly aimed at

Re: libgcj merging and VMStackWalker

2006-05-15 Thread Bryce McKinlay
Andrew Haley wrote: Tom Tromey writes: This week I spent some time looking at the libgcj/Classpath merge situation. After removing all the simple merges that hadn't yet been handled for some reason, I looked at VMStackWalker a little. I think this merge could be done fairly simply.

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

2006-05-15 Thread Mark Wielaard
CVSROOT:/cvsroot/classpath Module name:classpath Branch: classpath-0_91-branch Changes by: Mark Wielaard [EMAIL PROTECTED] 06/05/15 09:18:24 Modified files: . : ChangeLog NEWS README configure.ac Log message: 2006-05-15 Mark Wielaard

[commit-cp] classpath ChangeLog NEWS

2006-05-15 Thread Mark Wielaard
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Mark Wielaard [EMAIL PROTECTED] 06/05/15 09:18:40 Modified files: . : ChangeLog NEWS Log message: * NEWS: Add release date and VMClassLoader.getBootPackages()

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

2006-05-15 Thread David Gilbert
CVSROOT:/sources/classpath Module name:classpath Branch: Changes by: David Gilbert [EMAIL PROTECTED] 06/05/15 09:22:26 Modified files: . : ChangeLog java/awt : Graphics2D.java Log message: 2006-05-15 David Gilbert

[commit-cp] classpath ./ChangeLog ./NEWS ./README ./configu... [generics-branch]

2006-05-15 Thread Mark Wielaard
CVSROOT:/cvsroot/classpath Module name:classpath Branch: generics-branch Changes by: Mark Wielaard [EMAIL PROTECTED] 06/05/15 09:45:37 Modified files: . : ChangeLog NEWS README configure.ac gnu/java/awt/java2d: AbstractGraphics2D.java

[commit-cp] classpath javax/swing/DefaultDesktopManager.jav...

2006-05-15 Thread Audrius Meskauskas
CVSROOT:/sources/classpath Module name:classpath Branch: Changes by: Audrius Meskauskas [EMAIL PROTECTED] 06/05/15 10:16:16 Modified files: javax/swing: DefaultDesktopManager.java . : ChangeLog Log message: 2006-05-15 Audrius

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

2006-05-15 Thread Audrius Meskauskas
CVSROOT:/sources/classpath Module name:classpath Branch: Changes by: Audrius Meskauskas [EMAIL PROTECTED] 06/05/15 11:34:07 Modified files: . : ChangeLog javax/swing: JTable.java Log message: 2006-05-15 Audrius Meskauskas

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

2006-05-15 Thread Raif S. Naffah
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Raif S. Naffah [EMAIL PROTECTED] 06/05/15 11:47:08 Modified files: . : ChangeLog tools/gnu/classpath/tools/jarsigner: Main.java Log message: 2006-05-15 Raif

[commit-cp] classpath tools/gnu/classpath/tools/getopt/Pars...

2006-05-15 Thread Tom Tromey
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Tom Tromey [EMAIL PROTECTED] 06/05/15 15:56:44 Modified files: tools/gnu/classpath/tools/getopt: Parser.java ClasspathToolParser.java

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

2006-05-15 Thread Jeroen Frijters
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Jeroen Frijters [EMAIL PROTECTED] 06/05/15 16:11:48 Modified files: . : ChangeLog java/awt : Toolkit.java Log message: 2006-05-15 Jeroen Frijters

[commit-cp] classpath/resource/gnu/classpath/tools/jar

2006-05-15 Thread Tom Tromey
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Tom Tromey [EMAIL PROTECTED] 06/05/15 16:23:34 classpath/resource/gnu/classpath/tools/jar Update of /cvsroot/classpath/classpath/resource/gnu/classpath/tools/jar In directory

[commit-cp] classpath tools/gnu/classpath/tools/jar/Creator...

2006-05-15 Thread Tom Tromey
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Tom Tromey [EMAIL PROTECTED] 06/05/15 16:23:48 Modified files: tools/gnu/classpath/tools/jar: Creator.java Indexer.java Extractor.java Main.java

[commit-cp] classpath resource/gnu/classpath/tools/jar/mess...

2006-05-15 Thread Tom Tromey
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Tom Tromey [EMAIL PROTECTED] 06/05/15 17:06:32 Modified files: resource/gnu/classpath/tools/jar: messages.properties . : ChangeLog

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

2006-05-15 Thread Audrius Meskauskas
CVSROOT:/sources/classpath Module name:classpath Branch: Changes by: Audrius Meskauskas [EMAIL PROTECTED] 06/05/15 18:08:30 Modified files: javax/swing: RepaintManager.java . : ChangeLog Log message: 2006-05-15 Audrius

[commit-cp] classpath javax/swing/border/TitledBorder.java ...

2006-05-15 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Roman Kennke [EMAIL PROTECTED]06/05/15 18:59:18 Modified files: javax/swing/border: TitledBorder.java . : ChangeLog Log message: 2006-05-15 Roman Kennke

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

2006-05-15 Thread Audrius Meskauskas
CVSROOT:/sources/classpath Module name:classpath Branch: Changes by: Audrius Meskauskas [EMAIL PROTECTED] 06/05/15 19:43:19 Modified files: javax/swing: RepaintManager.java . : ChangeLog Log message: 2006-05-15 Audrius

[commit-cp] classpath ChangeLog NEWS INSTALL

2006-05-15 Thread Thomas Fitzsimmons
CVSROOT:/sources/classpath Module name:classpath Branch: Changes by: Thomas Fitzsimmons [EMAIL PROTECTED] 06/05/15 20:44:47 Modified files: . : ChangeLog NEWS INSTALL Log message: 2006-05-15 Thomas Fitzsimmons [EMAIL PROTECTED]

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

2006-05-15 Thread Mark Wielaard
files: doc/www.gnu.org/announce: 20060515.wml Log message: * doc/www.gnu.org/announce/20060515.wml: New file. * doc/www.gnu.org/newsitems.txt: Add 0.91 release announcement. * doc/www.gnu.org/downloads/downloads.wml: Add 0.91. CVSWeb URLs: http

[commit-cp] classpath ./ChangeLog java/text/MessageFormat.java [generics-branch]

2006-05-15 Thread Tom Tromey
CVSROOT:/cvsroot/classpath Module name:classpath Branch: generics-branch Changes by: Tom Tromey [EMAIL PROTECTED] 06/05/15 22:26:56 Modified files: . : ChangeLog java/text : MessageFormat.java Log message: *

[commit-cp] classpath native/target/generic/target_generic_...

2006-05-15 Thread Sven de Marothy
CVSROOT:/sources/classpath Module name:classpath Branch: Changes by: Sven de Marothy [EMAIL PROTECTED] 06/05/15 23:20:53 Modified files: native/target/generic: target_generic_network.h . : ChangeLog Log message: 2006-05-15 Sven

[commit-cp] classpath/gnu/java/net/loader

2006-05-15 Thread Tom Tromey
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Tom Tromey [EMAIL PROTECTED] 06/05/15 23:29:22 classpath/gnu/java/net/loader Update of /cvsroot/classpath/classpath/gnu/java/net/loader In directory savannah:/tmp/cvs-serv23306/gnu/java/net/loader Log

[commit-cp] classpath java/net/URLClassLoader.java ./Change...

2006-05-15 Thread Tom Tromey
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Tom Tromey [EMAIL PROTECTED] 06/05/15 23:29:36 Modified files: java/net : URLClassLoader.java . : ChangeLog Added files: gnu/java/net/loader: