aboutsummaryrefslogtreecommitdiff
path: root/libjava/ChangeLog
diff options
context:
space:
mode:
authorPer Bothner <bothner@cygnus.com>1999-04-16 17:31:26 +0000
committerPer Bothner <bothner@gcc.gnu.org>1999-04-16 10:31:26 -0700
commit714091c605a17a38c58e538316c532e1a1d067cc (patch)
tree9ec7092a3524c9eb6afc1a4525431dc3c286316d /libjava/ChangeLog
parentdfd08a83ce4a9b0e63dda3542d5173b49eb24b04 (diff)
downloadgcc-714091c605a17a38c58e538316c532e1a1d067cc.zip
gcc-714091c605a17a38c58e538316c532e1a1d067cc.tar.gz
gcc-714091c605a17a38c58e538316c532e1a1d067cc.tar.bz2
Makefile.am: Various changes for new files and conversions.
� * Makefile.am: Various changes for new files and conversions. From-SVN: r26505
Diffstat (limited to 'libjava/ChangeLog')
-rw-r--r--libjava/ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog
index 92b21d1..dbef79e 100644
--- a/libjava/ChangeLog
+++ b/libjava/ChangeLog
@@ -1,3 +1,27 @@
+1999-04-16 Per Bothner <bothner@cygnus.com>
+
+ * gnu/gcj/convert/JIS0201.h: New file, generated from Unicode table.
+ * gnu/gcj/convert/Input_JavaSrc.java: New BytesToUnicode class.
+ * gnu/gcj/convert/Input_SJIS.java: New BytesToUnicode class.
+ * gnu/gcj/convert/Output_EUCJIS.java: New UnicodeToBytes class.
+ * gnu/gcj/convert/Output_SJIS.java: New UnicodeToBytes class.
+ * gnu/gcj/convert/natInput_EUCJIS.cc: New file.
+ * gnu/gcj/convert/natInput_SJIS.cc: New file.
+ * gnu/gcj/convert/natOutput_EUCJIS.cc: New file.
+ * gnu/gcj/convert/natOutput_SJIS.cc: New file.
+ * gnu/gcj/convert/make-trie.c: New file: functions to make a trie.
+ * gnu/gcj/convert/gen-from-JIS.c: Invoke make-trie for output.
+ * gnu/gcj/convert/Unicode_to_JIS.cc: New generated trie table.
+ * Makefile.am: Various changes for new files and conversions.
+
+ * gnu/gcj/convert/UnicodeToBytes.java (write(String,int,int,char[])):
+ New overloading, allows greater efficiency.
+ * gnu/gcj/convert/Output_8859_1.java (write(String,int,int,char[])):
+ New overloading (for efficiency - avoids copying).
+
+ * gnu/gcj/convert/Output_UTF8.java: Fix typo: 0xC0 -> 0c3F.
+ * gnu/gcj/convert/Input_UTF8.java: Fix typos in bit masks.
+
1999-04-15 Warren Levy <warrenl@cygnus.com>
* Makefile.am (ordinary_java_source_files): Added new Connection