Re: [cp-patches] FYI: Fix regression in SimpleDateFormat

2008-12-31 Thread Andrew Haley
Andrew John Hughes wrote: > 2008/12/31 Andrew Haley : >> Andrew John Hughes wrote: >>> The standard characters set in SimpleDateFormat should match >>> the length of the localised characters obtained from our locale >>> data. >>> >>> ChangeLog: >>> >>> 2008-12-30 Andrew John Hughes >>> >>>

Re: [cp-patches] FYI: Fix regression in SimpleDateFormat

2008-12-31 Thread Andrew John Hughes
2008/12/31 Andrew Haley : > Andrew John Hughes wrote: >> The standard characters set in SimpleDateFormat should match >> the length of the localised characters obtained from our locale >> data. >> >> ChangeLog: >> >> 2008-12-30 Andrew John Hughes >> >> * java/text/SimpleDateFormat.java: >>

Re: [cp-patches] FYI: Fix regression in SimpleDateFormat

2008-12-31 Thread Andrew Haley
Andrew John Hughes wrote: > The standard characters set in SimpleDateFormat should match > the length of the localised characters obtained from our locale > data. > > ChangeLog: > > 2008-12-30 Andrew John Hughes > > * java/text/SimpleDateFormat.java: > (standardChars): Use standar

[cp-patches] FYI: Fix regression in SimpleDateFormat

2008-12-30 Thread Andrew John Hughes
The standard characters set in SimpleDateFormat should match the length of the localised characters obtained from our locale data. ChangeLog: 2008-12-30 Andrew John Hughes * java/text/SimpleDateFormat.java: (standardChars): Use standard characters from CLDR. (RFC822_TI

[cp-patches] [: FYI: Fix regression in SimpleDateFormat]

2008-03-30 Thread Andrew John Hughes
- Forwarded message from - To: classpath-patches@gnu.org Subject: FYI: Fix regression in SimpleDateFormat This reimplements support for 'Z' (RFC822 dates) in SimpleDateFormat after it was removed during a JAPI fix. ChangeLog: 2008-03-24 Andrew John Hughes <[EMAIL PROTECTED]>