commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commit-cp] classpath ./ChangeLog gnu/java/locale/LocaleInf... [generics


From: Andrew John Hughes
Subject: [commit-cp] classpath ./ChangeLog gnu/java/locale/LocaleInf... [generics-branch]
Date: Sat, 22 Jan 2005 21:46:23 -0500

CVSROOT:        /cvsroot/classpath
Module name:    classpath
Branch:         generics-branch
Changes by:     Andrew John Hughes <address@hidden>     05/01/23 02:46:23

Modified files:
        .              : ChangeLog 
        gnu/java/locale: LocaleInformation.java 
                         LocaleInformation_en.java 
                         LocaleInformation_nl.java 
        java/text      : DateFormat.java SimpleDateFormat.java 

Log message:
        2005-01-23  Andrew John Hughes  <address@hidden>
        
        Merge from HEAD --> generics-branch for 22/01/2005.
        
        Changelog:
        
        2005-01-23  Andrew John Hughes  <address@hidden>
        
        * gnu/java/locale/LocaleInformation.java:
        Extended localPatternChars string to match root.xml.
        * gnu/java/locale/LocaleInformation_en.java:
        Removed invalid localPatternChars string.
        * gnu/java/locale/LocaleInformation_nl.java:
        Likewise.
        * java/text/DateFormat.java:
        Documented pattern character offset constants and
        added new ones.
        (Field): Added new static fields for new pattern chars.
        * java/text/SimpleDateFormat.java:
        (CompiledField): Changed name of FieldSizePair class
        to CompiledField after adding the character as an
        attribute.  Changed fields to private and added
        accessors to give encapsulation.
        (CompiledField.CompiledField(int,int,char)): Extended
        with character field.
        (CompiledField.getField()): New accessor method.
        (CompiledField.getSize()): New acceessor method.
        (CompiledField.getCharacter()): New accessor method.
        (CompiledField.toString()): Added primarily for debugging.
        (standardChars): Now uses extended 24 character sequence.
        (compileFormat(String)): Changed to use CompiledField.
        (formatWithAttribute(java.util.Date, gnu.java.text.FormatBuffer,
        java.text.FieldPosition)): Changed to use CompiledField.
        New handler for RFC 822 timezones added.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?only_with_tag=generics-branch&tr1=1.2386.2.64&tr2=1.2386.2.65&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/gnu/java/locale/LocaleInformation.java.diff?only_with_tag=generics-branch&tr1=1.4.2.1&tr2=1.4.2.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/gnu/java/locale/LocaleInformation_en.java.diff?only_with_tag=generics-branch&tr1=1.18.2.1&tr2=1.18.2.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/gnu/java/locale/LocaleInformation_nl.java.diff?only_with_tag=generics-branch&tr1=1.8.2.1&tr2=1.8.2.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/java/text/DateFormat.java.diff?only_with_tag=generics-branch&tr1=1.14.2.3&tr2=1.14.2.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/java/text/SimpleDateFormat.java.diff?only_with_tag=generics-branch&tr1=1.28.2.3&tr2=1.28.2.4&r1=text&r2=text





reply via email to

[Prev in Thread] Current Thread [Next in Thread]