This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Calendar/Date/TimeZone/Text merge


Hi,

On Mon, 2005-02-21 at 01:07 +0100, Mark Wielaard wrote:
> I believe we have a nice patch now. It doesn't import all the
> LocaleInformation classes or StringBuilder from GNU Classpath. 

I should have explained that is why there are the following two small
changes in the patch from "pure" classpath:

> 2005-02-20  Mark Wielaard  <mark@klomp.org>
> 
> 	* gnu/java/locale/LocaleInformation_en.java: Extend
> 	localPatternChars to "GyMdkHmsSEDFwWahKzYeugAZ".
>
> 2005-02-20  Mark Wielaard  <mark@klomp.org>
> 
> 	* java/text/SimpleDateFormat.java (CompiledField.toString):
> 	Use StringBuffer, not StringBuilder.
> 	(toString): Likewise.

Maybe we can also import those new classes in the future. But for now I
found that too big a change. And the "workarounds" are much saver and
smaller.

Cheers,

Mark

Attachment: signature.asc
Description: This is a digitally signed message part


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]