unicode-decomp.pl: Move from chartables.pl...
authorEric Blake <ebb9@email.byu.edu>
Wed, 6 Mar 2002 18:54:45 +0000 (18:54 +0000)
committerEric Blake <ericb@gcc.gnu.org>
Wed, 6 Mar 2002 18:54:45 +0000 (18:54 +0000)
commit1fa782725c0a33e23e5f280be091c29e116768bb
tree39e77dc5162e7baedcffa2d9b50203ada00b27d0
parentb87e4a4c6f15f89994f99205995f1664ae0b9950
unicode-decomp.pl: Move from chartables.pl...

2002-03-04  Eric Blake  <ebb9@email.byu.edu>

* scripts/unicode-decomp.pl: Move from chartables.pl, and remove
the code for generating include/java-chartables.h.
* scripts/unicode-blocks.pl: Move from scripts/blocks.pl, and
merge with Classpath.
* scripts/unicode-muncher.pl: Copy from Classpath.
* scritps/MakeCharTables.java: New file.
* gnu/gcj/convert/Blocks-3.txt: New file.
* gnu/gcj/convert/UnicodeData-3.0.0.txt: New file.
* gnu/gcj/convert/UnicodeCharacterDatabase-3.0.0.html: New file.
* gnu/java/lang/CharData.java: Copy from Classpath.
* Makefile.am (ordinary_java_source_files): Add
gnu/java/lang/CharData.java.
* configure.in: Remove --enable-fast-character option.
* java/lang/Character.java: Merge algorithms and Javadoc with
Classpath.
* java/lang/natCharacter.cc: Implement Unicode lookup table more
efficiently.
* include/java-chardecomp.h: Regenerate.
* include/java-chartables.h: Regenerate.

From-SVN: r50368
17 files changed:
libjava/ChangeLog
libjava/Makefile.am
libjava/chartables.pl [deleted file]
libjava/configure.in
libjava/gnu/gcj/convert/Blocks-3.txt [new file with mode: 0644]
libjava/gnu/gcj/convert/UnicodeCharacterDatabase-3.0.0.html [new file with mode: 0644]
libjava/gnu/gcj/convert/UnicodeData-3.0.0.txt [new file with mode: 0644]
libjava/gnu/java/lang/CharData.java [new file with mode: 0644]
libjava/include/java-chardecomp.h
libjava/include/java-chartables.h
libjava/java/lang/Character.java
libjava/java/lang/natCharacter.cc
libjava/scripts/MakeCharTables.java [new file with mode: 0644]
libjava/scripts/blocks.pl [deleted file]
libjava/scripts/unicode-blocks.pl [new file with mode: 0755]
libjava/scripts/unicode-decomp.pl [new file with mode: 0755]
libjava/scripts/unicode-muncher.pl [new file with mode: 0755]