Re: [cp-patches] FYI: Swing Demos / minor fixes

2006-01-31 Thread Roman Kennke
Hi David, Am Montag, den 30.01.2006, 23:24 + schrieb David Gilbert: This patch (committed) removes one of the 'Close' buttons from the demo panels when they are launched from the main Swing demo: 2006-01-30 David Gilbert [EMAIL PROTECTED] *

[cp-patches] FYI: BasicTextUI fixlet

2006-01-31 Thread Roman Kennke
The method BasicTextUI.createKeymap() used to store a KeyBinding[] into the UIManager focusInputMap for the text component. This is certainly wrong. If at all the KeyBinding[] should be stored as prefix + .bindings. However I think that this method should not even do this. AFAICS no Swing class

[cp-patches] FYI: Plain text fixes

2006-01-31 Thread Roman Kennke
I have an application here that implements a subclass of PlainView and seems to expect the drawLine method to be feeded with the coordinates of the text baseline instead of the upper left corner of the text. I adjusted the affected methods and added documentation for this. 2006-01-31 Roman

[cp-patches] FYI: gnu.regexp: REMatch to return null for a skipped group

2006-01-31 Thread Ito Kazumitsu
I am checking this in. ChangeLog 2006-01-31 Ito Kazumitsu [EMAIL PROTECTED] Fixes bug #22873 * gnu/regexp/REMatch(toString(int)): Throw IndexOutOfBoundsException for an invalid index and return null for a skipped group. Index: classpath/gnu/regexp/REMatch.java

[cp-patches] Patch: DefaultStyledDocument fixlet

2006-01-31 Thread Lillian Angel
A small fix 2006-01-31 Lillian Angel [EMAIL PROTECTED] * javax/swing/text/DefaultStyledDocument.java (insert): Removed comment. (insertUpdate): Added comment. (recreateLeaves): Removed call to push newBranch onto the stack. This does not need to be done

[cp-patches] FYI: BasicRootPaneUI fixlet

2006-01-31 Thread Roman Kennke
A mauve test that I committed just now points out that the BasicRootPaneUI should not install a background color on JRootPanes. This is fixed by this patch. 2006-01-31 Roman Kennke [EMAIL PROTECTED] * javax/swing/plaf/basic/BasicRootPaneUI.java (installDefaults): Don't install

[cp-patches] Patch: DefaultStyledDocument split/edit fix

2006-01-31 Thread Lillian Angel
Another fix to correctly split elements when inserting a new paragraph. 2006-01-31 Lillian Angel [EMAIL PROTECTED] * javax/swing/text/DefaultStyledDocument.java (changeUpdate): Fixed calls to split to incorporate new parameter. (insertParagraph): Likewise. Uses

Re: [cp-patches] RFC: newly generated Character.UnicodeBlock

2006-01-31 Thread Tom Tromey
Tony == Anthony Balkissoon [EMAIL PROTECTED] writes: Tony The script was run with the input file Blocks-4.0.0.txt downloadable Tony from www.unicode.org. I haven't yet added this to our doc/unicode Tony folder but I would add that along with this patch. Sounds good. Don't forget to mention it

Re: [cp-patches] RFC: gnu.regexp: Named property expression supported

2006-01-31 Thread Mark Wielaard
Hi Ito, On Mon, 2006-01-30 at 22:19 +0900, Ito Kazumitsu wrote: ChangeLog 2006-01-30 Ito Kazumitsu [EMAIL PROTECTED] Fixes bug #26002 * gnu/regexp/gnu/regexp/RE.java(initialize): Parse /\p{prop}/. (NamedProperty): New inner class. (getNamedProperty): New method.

[cp-testresults] FAIL: ecj built with gcjx on Tue Jan 31 04:51:09 UTC 2006

2006-01-31 Thread cpdev
terminate called after throwing an instance of 'exception_tmpl0' xargs: gcjx: terminated by signal 6 ___ Classpath-testresults mailing list Classpath-testresults@gnu.org http://lists.gnu.org/mailman/listinfo/classpath-testresults

[cp-testresults] FAIL: ecj built with gcjx on Tue Jan 31 14:25:59 UTC 2006

2006-01-31 Thread cpdev
terminate called after throwing an instance of 'exception_tmpl0' xargs: gcjx: terminated by signal 6 ___ Classpath-testresults mailing list Classpath-testresults@gnu.org http://lists.gnu.org/mailman/listinfo/classpath-testresults

[cp-testresults] FAIL: regressions for mauve-jamvm on Wed Feb 1 06:38:44 UTC 2006

2006-01-31 Thread cpdev
Baseline from: Sun Jan 29 02:20:28 UTC 2006 Regressions: FAIL: gnu.testlet.javax.swing.event.SwingPropertyChangeSupport.removePropertyChangeListener: (String, PropertyChangeListener) (number 4) FAIL: gnu.testlet.javax.swing.text.DefaultStyledDocument.ElementBuffer.ElementStructure8: create

Updated StatCVS report...

2006-01-31 Thread David Gilbert
I updated the StatCVS report for GNU Classpath CVS: http://www.object-refinery.com/classpath/statcvs/ All the usual disclaimers about meaningless statistics apply! Regards, Dave

[Bug classpath/26046] checking for files doesn't work while cross-compiling

2006-01-31 Thread mark at gcc dot gnu dot org
--- Comment #1 from mark at gcc dot gnu dot org 2006-01-31 12:42 --- Dalibor could you take a look at this? You have been doing some cross-compiling for kaffe recently. I don't know if pkg-config actually supports cross-compiling to be honest. -- mark at gcc dot gnu dot org changed:

Re: New native layer

2006-01-31 Thread Brian Jones
Dalibor Topic wrote: On Mon, 2006-01-30 at 12:20 -0500, Brian Jones wrote: It would be nice, I believe, to re-use libraries that have handled most of the porting and wrapping for you such as APR (http://apr.apache.org/), or NPR (http://www.mozilla.org/projects/nspr/) to platforms GNU

Re: New native layer

2006-01-31 Thread Guilhem Lavaux
Brian Jones wrote: Dalibor Topic wrote: On Mon, 2006-01-30 at 12:20 -0500, Brian Jones wrote: It would be nice, I believe, to re-use libraries that have handled most of the porting and wrapping for you such as APR (http://apr.apache.org/), or NPR (http://www.mozilla.org/projects/nspr/)

Re: New native layer

2006-01-31 Thread Roman Kennke
Hi Brian, hi list, Yea, I think the point for me would be to keep Classpath's java hackers out of the business of writing native code, and especially out of the business of porting native code for such common idioms as generic file operations, network operations, etc. BTW, Torsten, the

[Bug classpath/24876] Regex failure

2006-01-31 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |0.21 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24876

[Bug classpath/26002] Another regex problem: \p{Nd}

2006-01-31 Thread kaz at maczuka dot gcd dot org
--- Comment #5 from kaz at maczuka dot gcd dot org 2006-01-31 16:26 --- Fixed. -- kaz at maczuka dot gcd dot org changed: What|Removed |Added

[Bug swing/26027] The new element, added to JList, does not appear (regression since 0.20)

2006-01-31 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |0.21 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26027

[Bug classpath/22873] java.util.regex.Matcher.group(int) differs from Sun's API

2006-01-31 Thread cvs-commit at developer dot classpath dot org
--- Comment #5 from cvs-commit at developer dot classpath dot org 2006-01-31 16:27 --- Subject: Bug 22873 CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Ito Kazumitsu [EMAIL PROTECTED] 06/01/31 14:57:43 Modified files: .

[Bug classpath/26002] Another regex problem: \p{Nd}

2006-01-31 Thread cvs-commit at developer dot classpath dot org
--- Comment #4 from cvs-commit at developer dot classpath dot org 2006-01-31 15:51 --- Subject: Bug 26002 CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Ito Kazumitsu [EMAIL PROTECTED] 06/01/31 14:39:08 Modified files: .

Re: New native layer

2006-01-31 Thread Per Bothner
Casey Marshall wrote: We have the responsibility, as contributors to a GNU project, to maintain the project for the GNU system. GNU is sorta-POSIX, as are a lot of other interesting platforms, and targeting them earns us, as free software contributors -- not necessarily other groups or

Mauve / StatCVS (running free!)

2006-01-31 Thread David Gilbert
Here is the latest StatCVS report showing excellent growth for Mauve: http://www.object-refinery.com/classpath/mauve/statcvs/ This report has been generated using JamVM, GNU Classpath, StatCVS, Cairo, the cairo-java bindings and a little bit of custom code - for details see:

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

2006-01-31 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Roman Kennke [EMAIL PROTECTED]06/01/31 09:33:05 Modified files: . : ChangeLog javax/swing/plaf/basic: BasicTextUI.java Log message: 2006-01-31 Roman

[commit-cp] classpath javax/swing/text/PlainView.java javax...

2006-01-31 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Roman Kennke [EMAIL PROTECTED]06/01/31 10:03:32 Modified files: javax/swing/text: PlainView.java Utilities.java . : ChangeLog Log message: 2006-01-31

[commit-cp] classpath ./ChangeLog gnu/xml/stream/SAXParser....

2006-01-31 Thread Chris Burdess
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Chris Burdess [EMAIL PROTECTED] 06/01/31 15:28:48 Modified files: . : ChangeLog gnu/xml/stream : SAXParser.java UnicodeReader.java

[commit-cp] classpath ./ChangeLog gnu/regexp/REMatch.java

2006-01-31 Thread Ito Kazumitsu
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Ito Kazumitsu [EMAIL PROTECTED] 06/01/31 14:57:43 Modified files: . : ChangeLog gnu/regexp : REMatch.java Log message: 2006-01-31 Ito Kazumitsu [EMAIL

[commit-cp] classpath/external/relaxngDatatype

2006-01-31 Thread Chris Burdess
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Chris Burdess [EMAIL PROTECTED] 06/01/31 19:04:10 classpath/external/relaxngDatatype Update of /cvsroot/classpath/classpath/external/relaxngDatatype In directory

[commit-cp] classpath/external/relaxngDatatype/org

2006-01-31 Thread Chris Burdess
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Chris Burdess [EMAIL PROTECTED] 06/01/31 19:04:46 classpath/external/relaxngDatatype/org Update of /cvsroot/classpath/classpath/external/relaxngDatatype/org In directory

[commit-cp] classpath/external/relaxngDatatype/org/relaxng

2006-01-31 Thread Chris Burdess
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Chris Burdess [EMAIL PROTECTED] 06/01/31 19:04:56 classpath/external/relaxngDatatype/org/relaxng Update of /cvsroot/classpath/classpath/external/relaxngDatatype/org/relaxng In directory

[commit-cp] classpath/external/relaxngDatatype/org/relaxng/datatype

2006-01-31 Thread Chris Burdess
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Chris Burdess [EMAIL PROTECTED] 06/01/31 19:05:06 classpath/external/relaxngDatatype/org/relaxng/datatype Update of /cvsroot/classpath/classpath/external/relaxngDatatype/org/relaxng/datatype In

[commit-cp] classpath/external/relaxngDatatype/org/relaxng/datatype/helpers

2006-01-31 Thread Chris Burdess
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Chris Burdess [EMAIL PROTECTED] 06/01/31 19:05:17 classpath/external/relaxngDatatype/org/relaxng/datatype/helpers Update of

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

2006-01-31 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Roman Kennke [EMAIL PROTECTED]06/01/31 20:25:43 Modified files: javax/swing/plaf/basic: BasicRootPaneUI.java . : ChangeLog Log message: 2006-01-31 Roman

[commit-cp] classpath ./ChangeLog gnu/regexp/RE.java gnu/re...

2006-01-31 Thread Ito Kazumitsu
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Ito Kazumitsu [EMAIL PROTECTED] 06/01/31 14:39:08 Modified files: . : ChangeLog gnu/regexp : RE.java RESyntax.java Added files: gnu/regexp :

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

2006-01-31 Thread Mark Wielaard
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Mark Wielaard [EMAIL PROTECTED] 06/01/31 21:59:15 Modified files: . : ChangeLog java/net : URI.java Log message: * java/net/URI.java (getURIGroup):

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

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