[cp-patches] FYI: InetAddress family handling (take 2)

2006-09-11 Thread Gary Benson
Hi all, This commit renames the constants AF_INET and AF_INET6 that I introduced in my last commit. Unfortunatly with gcj they end up in CNI headers where they conflict with the real AF_INET and AF_INET6. Cheers, Gary Index: ChangeLog

[cp-patches] FYI: AttributedString constructor fix (for PR29010)

2006-09-11 Thread David Gilbert
I committed this patch attached to PR29010, after testing it: 2006-09-11 Cameron McCormack [EMAIL PROTECTED] Fixes PR29010 * java/text/AttributedString.java (AttributedString(AttributedCharacterIterator, int, int, AttributedCharacterIterator.Attribute[])):

Re: [cp-patches] FYI: AttributedString constructor fix (for PR29010)

2006-09-11 Thread David Gilbert
David Gilbert wrote: I committed this patch attached to PR29010, after testing it: 2006-09-11 Cameron McCormack [EMAIL PROTECTED] Fixes PR29010 * java/text/AttributedString.java (AttributedString(AttributedCharacterIterator, int, int,

[cp-patches] FYI: InetAddress family handling (take 3)

2006-09-11 Thread Gary Benson
Hi again, So it turns out that my last commit was unnecessary -- the header causing the problems should never have been included anyway -- so since I preferred the original version with AF_INET and AF_INET6 I have reverted to it. Cheers, Gary Index: ChangeLog

[cp-patches] FYI: AttributedCharacterIterator/AttributedString - style updates

2006-09-11 Thread David Gilbert
This patch (committed) adds @since tags and reformats the source files to match our coding style a little better: 2006-09-11 David Gilbert [EMAIL PROTECTED] * java/text/AttributedCharacterIterator.java: Added @since tag, renamed some variables (no underscores) and removed

[cp-patches] FYI: AttributedCharacterIterator/AttributedStringIterator fixes

2006-09-11 Thread David Gilbert
This patch (committed) fixes a couple more problems in attributed text classes: 2006-09-11 David Gilbert [EMAIL PROTECTED] * java/text/AttributedCharacterIterator.java (LANGUAGE): Initialise with lower case string, (INPUT_METHOD_SEGMENT): Likewise, (READING):

Re: [cp-patches] RFC: Cairo interpolation

2006-09-11 Thread Francis Kung
I don't want to remove the cairoSurfaceSetFilter function; however the cairo_pattern usually hasn't been created yet (and won't be created until the drawPixels or drawSurface function), so I'm not sure how to make SurfaceSetFilter do anything useful... Why is cairoSurfaceSetFilter

Re: [cp-patches] PATCH: fix for JCL_GetRawData

2006-09-11 Thread Casey Marshall
Casey Marshall wrote: This is a better attempt at fixing the JCL_NewRawDataObject and JCL_GetRawData, which initializes the cached class, method, and field variables in JNI_OnLoad. This is potentially problematic, I suppose, because the jcl.lo object is linked directly to a number of

[cp-patches] Patch: FYI: volatile and CNI

2006-09-11 Thread Tom Tromey
I'm checking this in. This adds 'volatile' to the CNI header file generated by javah, as needed. Tom 2006-09-11 Tom Tromey [EMAIL PROTECTED] * tools/gnu/classpath/tools/javah/FieldHelper.java (print): Print volatile when needed. Index:

[cp-testresults] FAIL: regressions for mauve-jamvm on Mon Sep 11 21:12:24 UTC 2006

2006-09-11 Thread cpdev
Baseline from: Fri Sep 1 08:27:56 UTC 2006 Regressions: FAIL: gnu.javax.swing.text.html.parser.support.Parser.Text FAIL: gnu.javax.swing.text.html.parser.support.Parser.textPreProcessor_Test FAIL: java.math.BigInteger.TestOfPR27372 FAIL: java.net.ServerSocket.AcceptGetLocalPort FAIL:

[cp-testresults] FAIL: regressions for mauve-cacao on Mon Sep 11 22:28:19 UTC 2006

2006-09-11 Thread cpdev
Baseline from: Sun Sep 3 02:36:05 UTC 2006 Regressions: FAIL: gnu.javax.crypto.key.srp6.TestOfSRPKeyGeneration FAIL: gnu.javax.swing.text.html.parser.support.Parser.Text FAIL: gnu.javax.swing.text.html.parser.support.Parser.textPreProcessor_Test FAIL: java.awt.Scrollbar.ScrollbarPaintTest FAIL:

[cp-testresults] FAIL: regressions for mauve-cacao on Tue Sep 12 05:52:13 UTC 2006

2006-09-11 Thread cpdev
Baseline from: Sun Sep 3 02:36:05 UTC 2006 Regressions: FAIL: gnu.javax.swing.text.html.parser.support.Parser.Text FAIL: gnu.javax.swing.text.html.parser.support.Parser.textPreProcessor_Test FAIL: java.awt.Scrollbar.ScrollbarPaintTest FAIL: java.math.BigInteger.TestOfPR27372 FAIL:

[Bug awt/29014] New: TextLayout.getCharacterLevel(int) is not implemented

2006-09-11 Thread cam-gcc-bugzilla at aka dot mcc dot id dot au
java.awt.font.TextLayout.getCharacterLevel(int) is not implemented. -- Summary: TextLayout.getCharacterLevel(int) is not implemented Product: classpath Version: unspecified Status: UNCONFIRMED Severity: normal Priority: P3

[Bug awt/29014] TextLayout.getCharacterLevel(int) is not implemented

2006-09-11 Thread cam-gcc-bugzilla at aka dot mcc dot id dot au
--- Comment #1 from cam-gcc-bugzilla at aka dot mcc dot id dot au 2006-09-11 07:28 --- Created an attachment (id=1) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=1action=view) Patch to implement getCharacterLevel(int). This patch implements getCharacterLevel(int). It

[Bug awt/27940] CairoGraphics2D doesn't support custom Paint classes

2006-09-11 Thread cam-gcc-bugzilla at aka dot mcc dot id dot au
--- Comment #1 from cam-gcc-bugzilla at aka dot mcc dot id dot au 2006-09-11 07:40 --- I agree, it would be very useful if CairoGraphics2D supported custom Paint objects. This is needed for gradient paint servers in Batik (http://wiki.apache.org/xmlgraphics/GnuClasspathCompatibility).

Re: headless mode available?

2006-09-11 Thread Mark Wielaard
Hi, On Mon, 2006-09-11 at 00:52 -0400, Martin Cordova wrote: Is it possible with latest classpath libs to use graphic/image APIs in headless mode?. I would like to run some JFreeChart based code on a text-mode server (shared XOrg libraries are installed). Not at the moment. It does work

please help

2006-09-11 Thread linh
Hello,I am haoyang. I want to install classpath-0.20 for jessie. But I have some problem.command: ./configureit looks well.command: makeerror:Making all in libmake[1]: Entering directory `/home/linh/sep/classpath-0.20/lib'truetop_builddir=.. top_srcdir=.. /bin/sh ./gen-classlist.sh

Re: please help

2006-09-11 Thread Dalibor Topic
linh wrote: I don't know why and how to do it. Please help me. Thank you very much. Hi linh, please try again using the jikes compiler and pass --with-jikes to configure. Good luck, dalibor topic

[Bug classpath/29010] AttributedString checks for defined attributes incorrectly

2006-09-11 Thread david dot gilbert at object-refinery dot com
--- Comment #2 from david dot gilbert at object-refinery dot com 2006-09-11 10:50 --- Thanks! I tested your patch and it is good so I committed it to CVS (Mauve tests to follow). Have you completed the FSF paperwork? I think this small fix is OK without paperwork, but I see you

[commit-cp] classpath ChangeLog java/text/AttributedCharact...

2006-09-11 Thread David Gilbert
CVSROOT:/sources/classpath Module name:classpath Changes by: David Gilbert trebligd06/09/11 13:56:09 Modified files: . : ChangeLog java/text : AttributedCharacterIterator.java AttributedStringIterator.java Log

[commit-cp] classpath ChangeLog java/text/AttributedString....

2006-09-11 Thread David Gilbert
CVSROOT:/sources/classpath Module name:classpath Changes by: David Gilbert trebligd06/09/11 10:45:02 Modified files: . : ChangeLog java/text : AttributedString.java Log message: 2006-09-11 Cameron McCormack [EMAIL PROTECTED]

[commit-cp] classpath ChangeLog java/net/Inet4Address.java ...

2006-09-11 Thread Gary Benson
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Gary Benson gbenson 06/09/11 11:44:25 Modified files: . : ChangeLog java/net : Inet4Address.java Inet6Address.java Log message: 2006-09-11 Gary Benson [EMAIL PROTECTED]

[commit-cp] classpath ChangeLog java/text/AttributedCharact...

2006-09-11 Thread David Gilbert
CVSROOT:/sources/classpath Module name:classpath Changes by: David Gilbert trebligd06/09/11 13:08:04 Modified files: . : ChangeLog java/text : AttributedCharacterIterator.java AttributedString.java

[commit-cp] classpath tools/gnu/classpath/tools/javah/Field...

2006-09-11 Thread Tom Tromey
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Tom Tromey tromey 06/09/11 21:58:33 Modified files: tools/gnu/classpath/tools/javah: FieldHelper.java . : ChangeLog Log message: *