[cp-patches] SAX micropatch

2006-01-14 Thread Chris Burdess
The ChangeLog entry says it all: 2006-01-14 Chris Burdess [EMAIL PROTECTED] * gnu/xml/stream/SAXParser.java: Ensure that parser is reset correctly when I/O and runtime exceptions occur during parsing. -- 犬 Chris Burdess They that can give up essential liberty to obtain

[cp-patches] [generics] RFC: Genericize return type in PrinterStateReasons

2006-01-14 Thread Wolfgang Baer
Hi, as this is my first patch for the generics branch I would like a comment if the patch is OK. Also I would like to know if one should only genericize the API or also (as I did in this patch) genericize the method body and remove no longer needed stuff. I did this to get rid of a bunch of

[cp-patches] FYI: New MediaSize instance added in 1.5

2006-01-14 Thread Wolfgang Baer
Hi, subject says all. Wolfgang 2006-01-14 Wolfgang Baer [EMAIL PROTECTED] * javax/print/attribute/standard/MediaSize.java: (Other.TABLOID): New MediaSize added in 1.5 Index: javax/print/attribute/standard/MediaSize.java

[cp-patches] FYI: New class for javax.print

2006-01-14 Thread Wolfgang Baer
Hi, changelog says all. Several mauve tests backing the implementation of this class will be checked into mauve soon. Regards, Wolfgang 2006-01-14 Wolfgang Baer [EMAIL PROTECTED] Fixes bug #25387 * javax/print/Doc.java: Added and enhanced documentation. *

[cp-patches] fix for PR25202

2006-01-14 Thread Raif S. Naffah
hello there, this patch contains an implementation of the JAAS Login Module Configuration provider. cheers; rsn Index: ChangeLog === RCS file: /cvsroot/classpath/classpath/ChangeLog,v retrieving revision 1.6064 diff -u -r1.6064

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

2006-01-14 Thread Anthony Green
On Tue, 2005-12-27 at 00:33 -0700, Tom Tromey wrote: Anthony Ok to apply? Really the FIXME belongs in implAccept, IMO. Otherwise ok. Thanks. I've applied this patch to Classpath, as well as the GCC trunk and 4.1 branch. 2006-01-14 Anthony Green [EMAIL PROTECTED] *