[cp-patches] XML parser

2005-12-25 Thread Chris Burdess
I am reverting the default SAX (and therefore DOM) parser to aelfred2 until the mark/reset bug is resolved. 2005-12-25 Chris Burdess [EMAIL PROTECTED] * resource/META-INF/services/javax.xml.parsers.SAXParserFactory: Revert to using aelfred2 driver by default. -- Chris

[cp-patches] FYI: java/util/Collections.java compatibility fix

2005-12-25 Thread Jeroen Frijters
Hi, Committed. Regards, Jeroen 2005-12-25 Jeroen Frijters [EMAIL PROTECTED] * java/util/Collections.java (binarySearch(List,Object,Comparator)): Changed comparison order for improved compatibility. Collections.java.patch Description: Collections.java.patch

[cp-patches] [patch] bump Qt version check to 4.1

2005-12-25 Thread Andreas Tobler
Hi all, this patch lets us build classpath with Qt-4.1.0 again, released a few days ago. The problem is the reorganization of the Qt include directory which changed from include to include/module, means in our case, include/QtGui and include/QtCore. ok? Andreas P.s, merry Christmas to

[cp-patches] [patch] fix Qt-4.1 build

2005-12-25 Thread Andreas Tobler
Hi all, this patch lets us run qt based peers again. The problem is that the function we used to disable double buffering has gone in qt-4.1. It is still documented in the qt manual but marked as to be fixed for qt-4.1.1. As I understand, the doc will be fixed and not the call itself. Ok?

XML parsing problems

2005-12-25 Thread Chris Burdess
Hi We discovered over IRC that there is a major problem with XML parsing using the StAX driver, caused by a bug in BufferedInputStream. I'm therefore reverting the default XML parser to aelfred2 until this is resolved. The bug is in both gnu.xml.stream.XMLInputStreamReader and

Re: XML parsing problems

2005-12-25 Thread Per Bothner
Chris Burdess wrote: As I understand it, the problem can occur when the position in the buffer is near the end. If the mark is set at position 2047 in the buffer, then we read 2 bytes and reset, then refill() will have been called and the position is actually reset to position 2047 in the new

Silly Java question

2005-12-25 Thread Jeff Bailey
Heya All, I'm just beating on the KerberosPrincipal class, and am trying to deal the comments given by people. The problem I'm having is that I have a name string and a type int. This is the comment at the top of my equals function: * From Section 7.2 of rfc1510: When comparing names, a

[commit-cp] classpath ./ChangeLog resource/META-INF/service...

2005-12-25 Thread Chris Burdess
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Chris Burdess [EMAIL PROTECTED] 05/12/25 09:49:42 Modified files: . : ChangeLog resource/META-INF/services: javax.xml.parsers.SAXParserFactory Log message: