commit-classpath
[Top][All Lists]
Advanced

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

classpath ./ChangeLog java/lang/Character.java ...


From: Eric Blake
Subject: classpath ./ChangeLog java/lang/Character.java ...
Date: Sun, 17 Feb 2002 02:30:04 -0500

CVSROOT:        /cvsroot/classpath
Module name:    classpath
Changes by:     Eric Blake <address@hidden>     02/02/17 02:30:03

Modified files:
        .              : ChangeLog 
        java/lang      : Character.java 
        gnu/java/locale: block.uni character.uni titlecase.uni 
        doc/unicode    : unicode-muncher.pl unicode.database.format 
Added files:
        doc/unicode    : Blocks-3.txt ReadMe-3.0.0.txt 
                         UnicodeData-3.0.0.html UnicodeData-3.0.0.txt 
                         unicode-blocks.pl 
Removed files:
        doc/unicode    : ReadMe-3.0.txt UnicodeData-3.0.txt 

Log message:
        2002-02-17  Eric Blake  <address@hidden>
        
        * java/lang/Character.java (getUnicodeBlock): Delete.
        (class UnicodeBlock): Add (generated) class, and move constants
        from Subset into it.
        (class Block, class CharAttr): Make nested classes of Character.
        (Subset.equals, Subset.hashcode, Subset.toString): Add methods.
        (getDirectionality, isMirrored, toString(char)): Add methods.
        (DIRECTIONALITY_*, *_QUOTE_PUNCTUATION): Add constants.
        (<clinit>, readChar): Update to new format of Unicode database.
        Overall: optimize code, bring in line with JDK 1.4 specs.
        * doc/unicode/UnicodeData-3.0.0.txt: Rename from
        UnicodeData-3.0.txt, to match the filename from www.unicode.org.
        * doc/unicode/ReadMe-3.0.0.txt: Rename from ReadMe-3.0.txt.
        * doc/unicode/UnicodeData-3.0.0.html: Add the Unicode 3.0
        document, copyright, and file format, from www.unicode.org.
        * doc/unicode/Blocks-3.txt: Add the Unicode 3.0 groups (supercedes
        BLOCKS.TXT of 2.1.2), from www.unicode.org.
        * doc/unicode/unicode.database.format: Document changes in the
        format of the Unicode database used by Character.
        * doc/unicode/unicode-muncher.pl: Update the Unicode database
        format to accomodate directionality and mirrored characters, and
        further compress the size of the database.
        * doc/unicode/unicode-blocks.pl: Add, to efficiently generate
        Character.UnicodeBlock.
        * gnu/java/locale/block.uni: Regenerate from Unicode 3.0.0.
        * gnu/java/locale/character.uni: Regenerate from Unicode 3.0.0.
        * gnu/java/locale/titlecase.uni: Regenerate from Unicode 3.0.0.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.391&tr2=1.392&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/java/lang/Character.java.diff?tr1=1.19&tr2=1.20&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/gnu/java/locale/block.uni.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/gnu/java/locale/character.uni.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/gnu/java/locale/titlecase.uni.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/doc/unicode/Blocks-3.txt?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/doc/unicode/ReadMe-3.0.0.txt?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/doc/unicode/UnicodeData-3.0.0.html?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/doc/unicode/UnicodeData-3.0.0.txt?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/doc/unicode/unicode-blocks.pl?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/doc/unicode/unicode-muncher.pl.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/doc/unicode/unicode.database.format.diff?tr1=1.1&tr2=1.2&r1=text&r2=text




reply via email to

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