[cp-patches] [Patch] gnu.java.rmi.registry.RegistryImpl

2005-02-20 Thread Michael Koch
Hi list, I commited the attached patch from Anthony Green to merge gnu.java.rmi.registry.RegistryImpl with libgcj. Michael 2005-02-21 Anthony Green <[EMAIL PROTECTED]> * gnu/java/rmi/registry/RegistryImpl.java: Change year for '--version' to 2005. Index: gnu/java/rmi/regis

[cp-patches] Merge from generics -> HEAD

2005-02-20 Thread Andrew John Hughes
I'm committing the attached patch to merge some simple classes that currently reside only in the generics branch. These are mainly just marker interfaces and exceptions. They compile fine in the HEAD branch (no 1.5 features -- they compile fine with jikes and gcj 3.3.5) and are functionally simplis

[cp-patches] Patch: FYI: SHA-160 alias

2005-02-20 Thread Tom Tromey
I'm checking this in to classpath and libgcj. This adds an alias, "SHA-160", suggested by gcj PR 19728. Apparently some application out there uses this alias. Tom Index: ChangeLog from Rutger Ovidius <[EMAIL PROTECTED]> * gnu/java/security/provider/Gnu.java (Gnu): Add SHA-160 alias.

[cp-patches] [generics] Documentation Update

2005-02-20 Thread Andrew John Hughes
I'm committing the attached patch to the generics branch to add documentation to some of the new classes. Changelog: 2005-02-20 Andrew John Hughes <[EMAIL PROTECTED]> * java/io/Closeable.java: Documented. * java/io/Flushable.java: Documented. * java/lang/Appendable.java

[cp-patches] Re: SimpleTimeZone.getOffset() fix

2005-02-20 Thread Mark Wielaard
Hi, On Sun, 2005-02-20 at 22:00 +0100, Sven de Marothy wrote: > On Sun, 2005-02-20 at 18:20 +0100, Mark Wielaard wrote: > > Thanks to Audrius for walking me through the code and Mauve test I think > > we found the cause of some of the remaining mauve failures with > > SimpleTimeZone. We store the

[cp-patches] Re: SimpleTimeZone.getOffset() fix

2005-02-20 Thread Sven de Marothy
My turn to ask: No attachement of inline diff for this change? :) /Sven On Sun, 2005-02-20 at 18:20 +0100, Mark Wielaard wrote: > Hi, > > Thanks to Audrius for walking me through the code and Mauve test I think > we found the cause of some of the remaining mauve failures with > SimpleTimeZone. W

[cp-patches] FYI: SimpleDateFormat constructor should throw NullPointerException on null formatData

2005-02-20 Thread Mark Wielaard
Hi, One of the mauve regressions pointed out by trying to merge our SimpleDateFormat changes was that the SimpleDateFormat constructor should signal a NullPointerException when the DataFormatSymbols argument is null. Which makes sense since the while class depends on formatData not being null. 20

[cp-patches] SimpleTimeZone.getOffset() fix

2005-02-20 Thread Mark Wielaard
Hi, Thanks to Audrius for walking me through the code and Mauve test I think we found the cause of some of the remaining mauve failures with SimpleTimeZone. We store the endTime internally as local time (so including the dst offset), but getOffset() takes the millis as offset into the day in stand

Re: [cp-patches] [Patch] updated locale data from latest CLDR data

2005-02-20 Thread Michael Koch
On Sun, Feb 20, 2005 at 04:11:31AM +0100, Mark Wielaard wrote: > Hi Michael, > > On Sat, 2005-02-19 at 23:19 +0100, Michael Koch wrote: > > I updated our locale date against recent CLDR data. > > Something transformed the attached bz2 file to plain/text for me. > Any idea what/why it happened? Ma