[cp-patches] FYI: DefaultFormatter fixlet

2006-01-20 Thread Roman Kennke
This fixes the DefaultFormatter constructor which shouldn't set a value class (according to a mauve test that I also committed). 2006-01-20 Roman Kennke [EMAIL PROTECTED] * javax/swing/text/DefaultFormatter.java (DefaultFormatter): Don't set a value class. /Roman Index:

Re: [cp-patches] FYI: Implementing multiple editors for JTable (with example)

2006-01-20 Thread Anthony Balkissoon
On Thu, 2006-01-19 at 13:36 +0100, Meskauskas Audrius wrote: This patch add the multi-editor support for JTable. The table now supports the two editors: text and boolean. The boolean values are rendered and edited using JCheckBox. I add the more complicated table example to the Swing demo

Re: [cp-patches] RFC: gnu.regexp: fixed bugs in RETokenRepeated

2006-01-20 Thread Ito Kazumitsu
From: Ito Kazumitsu [EMAIL PROTECTED] Date: Thu, 19 Jan 2006 23:22:52 +0900 (JST) And this is my fix. Slightly improved. And this is supposed to fix the bug #25837 ChangeLog 2006-01-20 Ito Kazumitsu [EMAIL PROTECTED] Fixes bug #25837 * gnu/regexp/REMatch.java(empty): New

[cp-patches] Patch: DefaultStyledDocument debugging methods.

2006-01-20 Thread Lillian Angel
Removed the debugging methods from this class. 2006-01-20 Lillian Angel [EMAIL PROTECTED] * javax/swing/text/DefaultStyledDocument.java (pad): Removed, not needed. (printElements): Likewise. (printEdit): Likewise. Index:

[cp-patches] Patch to make Classpath HEAD build work again with Darwin

2006-01-20 Thread Chris Burdess
The attached patch allows the build to complete on Darwin. I'd very much appreciate any comments as I'm really not an expert on the new target-native stuff. This fixes bug #25872 among other things. -- 犬 Chris Burdess They that can give up essential liberty to obtain a little safety

[cp-patches] Patch: FYI: fix http redirect bug

2006-01-20 Thread Tom Tromey
I'm checking this in. We weren't properly discarding the response body when we saw an http redirect response. This was found when debugging the Eclipse bugzilla plugin, see https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=178445 Tom Index: ChangeLog from Tom Tromey [EMAIL PROTECTED]

[cp-patches] Patch: RFC: X509 parsing fix

2006-01-20 Thread Tom Tromey
I've been looking at this bug: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=174708 This is actually two separate bugs -- an EOF exception in Jessie, and an X509 parsing bug in Classpath. I believe the latter buglet was introduced here:

[cp-patches] Re: Patch: RFC: X509 parsing fix

2006-01-20 Thread Tom Tromey
Tom == Tom Tromey [EMAIL PROTECTED] writes: Tom I've been looking at this bug: Tom https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=174708 FWIW I'm going to check this in to the gcc 4.1 branch. After I wrote this patch I accidentally tested the wrong gij... when I test the patched one, it

[cp-testresults] FAIL: jamvm build on Fri Jan 20 09:29:12 UTC 2006

2006-01-20 Thread cpdev
config.status: creating lib/jamvm/java/lang/Makefile config.status: creating lib/java/lang/reflect/Makefile config.status: creating lib/java/security/Makefile config.status: creating lib/gnu/Makefile config.status: creating lib/gnu/classpath/Makefile config.status: linking ../jamvm/src/arch/i386.h

[cp-testresults] FAIL: gcc build on Fri Jan 20 11:13:51 UTC 2006

2006-01-20 Thread cpdev
/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 /home/cpdev/Nightly/gcc/install/i686-pc-linux-gnu/include -isystem

[cp-testresults] FAIL: gcc build on Fri Jan 20 15:55:54 UTC 2006

2006-01-20 Thread cpdev
/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 /home/cpdev/Nightly/gcc/install/i686-pc-linux-gnu/include -isystem

[cp-testresults] FAIL: gcc build on Fri Jan 20 17:05:30 UTC 2006

2006-01-20 Thread cpdev
/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 /home/cpdev/Nightly/gcc/install/i686-pc-linux-gnu/include -isystem

[cp-testresults] FAIL: ecj built with native-ecj on Fri Jan 20 20:22:52 UTC 2006

2006-01-20 Thread cpdev
xargs: ../ecj-gcj-build/ecj: No such file or directory ___ Classpath-testresults mailing list Classpath-testresults@gnu.org http://lists.gnu.org/mailman/listinfo/classpath-testresults

[cp-testresults] FAIL: ecj built with gcj (native) on Fri Jan 20 20:21:22 UTC 2006

2006-01-20 Thread cpdev
: undefined reference to `org::eclipse::jdt::internal::compiler::impl::CompilerOptions::OPTION_Encoding' /tmp/ccaSrStj.o(.text+0x18b22): In function `org::eclipse::jdt::internal::compiler::IProblemFactory* org::eclipse::jdt::internal::compiler::batch::Main::getProblemFactory()': : undefined

[cp-testresults] FAIL: ecj built with gcj (native) on Sat Jan 21 00:12:20 UTC 2006

2006-01-20 Thread cpdev
: undefined reference to `org::eclipse::jdt::internal::compiler::impl::CompilerOptions::OPTION_Encoding' /tmp/ccCj1H6m.o(.text+0x18b22): In function `org::eclipse::jdt::internal::compiler::IProblemFactory* org::eclipse::jdt::internal::compiler::batch::Main::getProblemFactory()': : undefined

[cp-testresults] FAIL: ecj built with native-ecj on Sat Jan 21 00:13:50 UTC 2006

2006-01-20 Thread cpdev
xargs: ../ecj-gcj-build/ecj: No such file or directory ___ Classpath-testresults mailing list Classpath-testresults@gnu.org http://lists.gnu.org/mailman/listinfo/classpath-testresults

[Bug swing/24651] JMenu layout problem with nested menus

2006-01-20 Thread hendrich at informatik dot uni-hamburg dot de
--- Comment #33 from hendrich at informatik dot uni-hamburg dot de 2006-01-20 11:37 --- Subject: Re: JMenu layout problem with nested menus Sorry, I can't confirm that the menus are that slow. But you are right, this might be related to the underlying image beeing redrawn. Maybe I

Re: Win CE port

2006-01-20 Thread Philippe Laporte
Hi, You mean it's a simple gcc target? Thanks, Philippe Laporte Software Gatespace Telematics Första Långgatan 18 41328 Göteborg Sweden Phone: +46 702 04 35 11 Fax: +46 31 24 16 50 Email: [EMAIL PROTECTED] Roman Kennke wrote: Hi Philippe, Am Donnerstag, den 19.01.2006, 18:56 +0100

Re: Classpath 0.20 successfully built with Cygwin

2006-01-20 Thread Enrico Migliore
Christian Thalinger wrote: On Fri, 2006-01-20 at 09:40 +0100, Enrico Migliore wrote: download and compile this tarball, with Cygwin: http://prdownloads.sourceforge.net/jikes/jikes-1.22.tar.bz2?download $./configure $ make $ make install I'm not sure that Davanum's patch (See

[Bug classpath/25872] New: Undefined JNI symbol MSG_NOSIGNAL building Classpath

2006-01-20 Thread dog at gnu dot org
Making all in java-net if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../native/jni/java-net -I../../../include -I../../../../include -I../../../../native/jni/classpath -I../../../../native/target/Linux -I../../../../native/target/generic -pedantic -W

Re: Win CE port

2006-01-20 Thread Mark Wielaard
Hi Phillipe, On Fri, 2006-01-20 at 15:03 +0100, Philippe Laporte wrote: It is our understanding that a GPL VM can't be freely redistributed in a commercial product. There should be no trouble at all freely redistributing such a thing in a commercial product. Just make sure you distribute

Re: Win CE port

2006-01-20 Thread Philippe Laporte
Hi, It is our understanding that a GPL VM can't be freely redistributed in a commercial product. We therefore have stopped looking after seeing a satisfactory LGPL VM. Other insights? Thanks a lot, Philippe Laporte Software Gatespace Telematics Första Långgatan 18 41328 Göteborg

Re: Win CE port

2006-01-20 Thread Per Bothner
Mark Wielaard wrote: Hi Phillipe, On Fri, 2006-01-20 at 15:03 +0100, Philippe Laporte wrote: It is our understanding that a GPL VM can't be freely redistributed in a commercial product. There should be no trouble at all freely redistributing such a thing in a commercial product. Just

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

2006-01-20 Thread Chris Burdess
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Chris Burdess [EMAIL PROTECTED] 06/01/20 20:56:03 Modified files: . : ChangeLog gnu/java/net/protocol/http: HTTPURLConnection.java Log message: 2006-01-20

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

2006-01-20 Thread Lillian Angel
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Lillian Angel [EMAIL PROTECTED] 06/01/20 19:28:40 Modified files: . : ChangeLog javax/swing/text: DefaultStyledDocument.java Log message: 2006-01-20 Lillian

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

2006-01-20 Thread Tom Tromey
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Tom Tromey [EMAIL PROTECTED] 06/01/20 22:15:58 Modified files: . : ChangeLog gnu/java/net/protocol/http: HTTPURLConnection.java Log message: *