Re: [cp-patches] Patch: remove bogus ServerSocket security check

2005-12-31 Thread Mark Wielaard
Hi Anthony, On Mon, 2005-12-26 at 19:05 -0800, Anthony Green wrote: This patch removes a bogus security check from ServerSocket.accept(), and replaces it with a request to implement a proper check. Once applied I will file a bug report for our records. 2005-12-26 Anthony Green [EMAIL

Re: [cp-patches] FYi: Implement (naive) Bidi.requiresBidi() workaround

2005-12-31 Thread Mark Wielaard
Hi, On Sat, 2005-12-24 at 11:10 +0100, Mark Wielaard wrote: But you are right that we could/should probably add most things from the weak and neutral category, which we know won't disrupt left-to-rightness: DIRECTIONALITY_EUROPEAN_NUMBER (EN) DIRECTIONALITY_EUROPEAN_NUMBER_SEPARATOR (ES)

[cp-patches] FYI: More comprehensive exception in gnu.CORBA

2005-12-31 Thread Meskauskas Audrius
2005-12-31 Audrius Meskauskas [EMAIL PROTECTED] * gnu/CORBA/Poa/gnuPOA.java (reference_to_servant): Throw WrongAdapter with explaining message. Index: gnu/CORBA/Poa/gnuPOA.java === RCS file:

[cp-testresults] Japi diffs for classpath

2005-12-31 Thread Stuart Ballard
Japi diff jdk14 vs classpath: Full results: http://www.kaffe.org/~stuart/japi/htmlout/h-jdk14-classpath.html Changes since last run: -Comparison run at Fri Dec 30 10:52:17 2005 GMT -jdk14 API scanned at 2005/12/30 05:15:38 EST -classpath API scanned at 2005/12/30 05:07:40 GMT +Comparison run at

[cp-testresults] FAIL: regressions for libgcj on Sat Dec 31 18:21:55 UTC 2005

2005-12-31 Thread cpdev
Baseline from: Sat Dec 31 14:35:41 UTC 2005 Regressions: FAIL: Thread_Sleep -O3 output - bytecode-native test Totals: PASS: 3377 XPASS: 0 FAIL: 1 XFAIL: 10 ___ Classpath-testresults mailing list Classpath-testresults@gnu.org

[cp-testresults] FAIL: regressions for libgcj on Sun Jan 1 01:54:35 UTC 2006

2005-12-31 Thread cpdev
Baseline from: Sat Dec 31 22:09:12 UTC 2005 Regressions: FAIL: Thread_Sleep output - source compiled test Totals: PASS: 3377 XPASS: 0 FAIL: 1 XFAIL: 10 ___ Classpath-testresults mailing list Classpath-testresults@gnu.org

Re: XML parsing problems

2005-12-31 Thread Mark Wielaard
Hi Chris, On Tue, 2005-12-27 at 20:03 +, Chris Burdess wrote: Please test the new XML parser on as many weird and wonderful XML sources as you can, and report any problems to me either by mail or Bugzilla - I will try to deal with them before release, or we can revert to aelfred2 again if

Re: XML parsing problems

2005-12-31 Thread Chris Burdess
Mark Wielaard wrote: You are running some test-suites from time to time on the xml parsers. If these are free then I would like to add them to builder.classpath.org so regressions (or better conformance results) are automatically tracked. How much space do they need and is it difficult to

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

2005-12-31 Thread Mark Wielaard
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Mark Wielaard [EMAIL PROTECTED] 05/12/31 10:45:47 Modified files: . : ChangeLog java/text : Bidi.java Log message: * java/text/Bidi.java (requiresBidi):

[commit-cp] classpath ./ChangeLog gnu/CORBA/Poa/gnuPOA.java

2005-12-31 Thread Audrius Meskauskas
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Audrius Meskauskas [EMAIL PROTECTED] 05/12/31 17:59:07 Modified files: . : ChangeLog gnu/CORBA/Poa : gnuPOA.java Log message: 2005-12-31 Audrius Meskauskas