/[classpath]/classpath/ChangeLog
ViewVC logotype

Diff of /classpath/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.395 by mark, Mon Feb 18 16:48:57 2002 UTC revision 1.396 by ericb, Mon Feb 18 20:07:17 2002 UTC
# Line 1  Line 1 
1    2002-02-18  Eric Blake  <ebb9@email.byu.edu>
2    
3            * doc/unicode/unicode-blocks.pl: Minor updates, to avoid warnings.
4            * doc/unicode/unicode-muncher.pl: Rewrite, to incorporate ideas
5            from Artur Biesiadowski: use a 2-level lookup of fixed-length
6            blocks instead of a 1-level lookup of variable-length blocks, and
7            store the data in String literals in a Java interface instead of
8            in binary files.
9            * doc/unicode/unicode.database.format: Remove, as
10            gnu/java/lang/CharData is self-documenting.
11            * gnu/java/locale/block.uni: Remove, replaced by
12            gnu/java/lang/CharData.java.
13            * gnu/java/locale/character.uni: Ditto.
14            * gnu/java/locale/titlecase.uni: Ditto.
15            * gnu/java/lang/Makefile.am (EXTRA_DIST): Add CharData.java.
16            * gnu/java/lang/CharData.java: New file, holding the Unicode
17            database for java.lang.Character.
18            * java/lang/Character.java (blocks, data, numValue, upper, lower),
19            (direction, title): Replace blocks, tcs, and unicodeData as the
20            Unicode database used in all other methods; initialized by
21            gnu.java.lang.CharData.
22            (<clinit>, getBlock, class Block, class CharAttr): Delete;
23            character attribute lookup now uses char[] instead of objects.
24            (readChar): Update to use new database.
25            (Various others): Reduce multiple comparisons to just one when
26            checking a character's type.
27    
28  2002-02-18  Mark Wielaard  <mark@klomp.org>  2002-02-18  Mark Wielaard  <mark@klomp.org>
29    
30          Thanks to Orp developers          Thanks to Orp developers

Legend:
Removed from v.1.395  
changed lines
  Added in v.1.396

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26