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...


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

CVSROOT:        /cvsroot/classpath
Module name:    classpath
Branch:         
Changes by:     Andrew John Hughes <address@hidden>     05/01/23 02:11:57

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>
        
        * 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?tr1=1.3114&tr2=1.3115&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/gnu/java/locale/LocaleInformation.java.diff?tr1=1.8&tr2=1.9&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/gnu/java/locale/LocaleInformation_en.java.diff?tr1=1.26&tr2=1.27&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/gnu/java/locale/LocaleInformation_nl.java.diff?tr1=1.18&tr2=1.19&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/java/text/DateFormat.java.diff?tr1=1.17&tr2=1.18&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/java/text/SimpleDateFormat.java.diff?tr1=1.33&tr2=1.34&r1=text&r2=text





reply via email to

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