[cp-patches] Re: RFC: GNU Crypto and Jessie (again)

2006-01-24 Thread Casey Marshall
On Jan 24, 2006, at 1:18 AM, Raif S. Naffah wrote: hello Casey, On Tuesday 24 January 2006 06:28, Casey Marshall wrote: On Jan 23, 2006, at 9:34 AM, Raif S. Naffah wrote: ... i see that the utility class PRNG has been removed and its uses have been replaced by (potentially multiple) "new Secu

Re: [cp-patches] FYI: Various fixlets for javax.print

2006-01-24 Thread Tom Tromey
> "Wolfgang" == Wolfgang Baer <[EMAIL PROTECTED]> writes: Wolfgang> changelog says it all. BTW, shouldn't JAPI point out the Wolfgang> final issue ? Wolfgang> * javax/print/SimpleDoc.java: Make class final. Yes, I think it should have. Tom

Re: [cp-patches] RFC: gnu.regexp: fixed bugs in stingy match of RETokenRepeated

2006-01-24 Thread Ito Kazumitsu
From: Ito Kazumitsu <[EMAIL PROTECTED]> Date: Tue, 24 Jan 2006 23:37:52 +0900 (JST) > If we can simplufy the work of getMatchImpl(), we will be > getting the same results as other implementations as well as > improved performance. > > In that case, when matches() call getMatchImpl(), an implicit

Re: [cp-patches] FYI: XMLEncoder - less dependencies & bugfix

2006-01-24 Thread Robert Schuster
Hi, the changelog was missing the info about the changes in DefaultPersistenceDelegate. Fixed that. 2006-01-24 Robert Schuster <[EMAIL PROTECTED]> * java/beans/XMLEncoder.java: (writeExpression): Added early return (fixes PR #25941). * java/beans/Encoder: Removed unuse

[cp-patches] FYI: Documentation updates for some javax.print classes.

2006-01-24 Thread Wolfgang Baer
Hi, I hope the changelogs says all. 2006-01-24 Wolfgang Baer <[EMAIL PROTECTED]> * javax/print/PrintService.java, * javax/print/DocPrintJob.java, * javax/print/CancelablePrintJob.java: Added and enhanced api documentation for class and methods. Re

[cp-patches] FYI: Various fixlets for javax.print

2006-01-24 Thread Wolfgang Baer
Hi, changelog says it all. BTW, shouldn't JAPI point out the final issue ? 2006-01-24 Wolfgang Baer <[EMAIL PROTECTED]> * javax/print/SimpleDoc.java: Make class final. * javax/print/attribute/standard/PrinterIsAcceptingJobs.java: Likewise. * javax/print/attribute/DateT

[cp-patches] FYI: XMLEncoder - less dependencies & bugfix

2006-01-24 Thread Robert Schuster
Hi, I spend some time finding out how the JDK makes it possible that a PersistenceDelegate registered for AbstractMap is used for all its subclasses. The funny thing is that the whole behavior depends on three places. Two of them were implemented already because they are part of the spec. The fina

[cp-patches] FYI: javax.swing.text.StringContent.java: API docs

2006-01-24 Thread David Gilbert
I committed this patch: 2006-01-24 David Gilbert <[EMAIL PROTECTED]> * javax/swing/text/StringContent.java: Added API docs all over, plus minor reformatting. Regards, Dave Index: javax/swing/text/StringContent.java =

Re: [cp-patches] RFC: gnu.regexp: fixed bugs in stingy match of RETokenRepeated

2006-01-24 Thread Ito Kazumitsu
From: Ito Kazumitsu <[EMAIL PROTECTED]> Date: Tue, 24 Jan 2006 07:25:29 +0900 (JST) > This is an ad hoc fix and not carefully designed. I can think of problems > such as > > How should we compare an stingy match and a non-stingy match? I am beginning to think that gnu.regexp is doing more tha

[cp-patches] FYI: Implemented java.net.SocketPermission serialization

2006-01-24 Thread Gary Benson
Hi all, I just committed a patch that implements serialization in java.net.SocketPermission. I had to add a dummy field, "actions", in order for the serialized representation to match that from a proprietary JVM. This seems sucky, but I think it's the only way. Cheers, Gary k Index: ChangeLog =

[cp-patches] FYI: StringContent.java minor fixes

2006-01-24 Thread David Gilbert
I wrote some Mauve tests for StringContent.java and this patch (committed) fixes a couple of minor failures: 2006-01-24 David Gilbert <[EMAIL PROTECTED]> * javax/swing/text/StringContent.java (remove): Modified argument check to prevent removal of last character, (getC

[cp-patches] Re: RFC: GNU Crypto and Jessie (again)

2006-01-24 Thread Raif S. Naffah
hello Casey, On Tuesday 24 January 2006 06:28, Casey Marshall wrote: > On Jan 23, 2006, at 9:34 AM, Raif S. Naffah wrote: > > ... > > i see that the utility class PRNG has been removed and its uses > > have been replaced by (potentially multiple) "new SecureRandom()" > > invocations. wouldn't it