Per Bothner
ee430f2e70
JIS0201.h: New file, generated from Unicode table.
...
�
* 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.
From-SVN: r26497
1999-04-16 10:25:03 -07:00
Per Bothner
e845258bcf
JIS0201.h: New file, generated from Unicode table.
...
�
* 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.
From-SVN: r26496
1999-04-16 10:25:00 -07:00
Per Bothner
3c645c3ec3
Fix truncated comments.
...
From-SVN: r26495
1999-04-16 10:24:06 -07:00
Per Bothner
2012fd2db0
UnicodeToBytes.java (write(String,int,int,char[])): New overloading, allows greater efficiency.
...
�
* 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.
From-SVN: r26494
1999-04-16 10:22:02 -07:00
Per Bothner
c80eb46728
UnicodeToBytes.java (write(String,int,int,char[])): New overloading, allows greater efficiency.
...
�
* 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.
From-SVN: r26493
1999-04-16 10:21:59 -07:00
Warren Levy
d825fa8795
Makefile.am (ordinary_java_source_files): Added new Connection and Handler classes in gnu.gcj.protocol.file package.
...
* Makefile.am (ordinary_java_source_files): Added new Connection
and Handler classes in gnu.gcj.protocol.file package.
* Makefile.in: Rebuilt.
* gnu/gcj/protocol/file/Connection.java: New file.
* gnu/gcj/protocol/file/Handler.java: New file.
* gnu/gcj/protocol/http/Connection.java (getInputStream): Check
if doInput allows input.
(getOutputStream): Check if doOutput allows output.
* java/net/URLStreamHandler.java (parseURL): Fix indentation.
From-SVN: r26479
1999-04-15 21:33:39 +00:00
Tom Tromey
9ce392afc1
natInetAddress.cc (lookup): On glibc2.0 systems, make buffer larger to work around bug.
...
* java/net/natInetAddress.cc (lookup): On glibc2.0 systems, make
buffer larger to work around bug.
From Bryce McKinlay <bryce@albatross.co.nz>.
From-SVN: r26447
1999-04-14 11:07:51 +00:00
Andrew Haley
2b37afcb36
natDouble.java (doubleToLongBits): ensure that all NaNs are always converted to the same long value.
...
1999-04-14 Andrew Haley <aph@cygnus.com>
* java/lang/natDouble.java (doubleToLongBits): ensure that all
NaNs are always converted to the same long value.
* java/lang/natFloat.java (floatToIntBits): ditto, but for float
converted to int.
From-SVN: r26439
1999-04-14 07:10:22 +00:00
Tom Tromey
b81194219b
natSystem.cc (arraycopy): Don't always use jbyteArray; instead switch on actual element type.
...
* java/lang/natSystem.cc (arraycopy): Don't always use jbyteArray;
instead switch on actual element type.
From-SVN: r26405
1999-04-13 12:16:41 +00:00
Tom Tromey
4ac19b2c16
Makefile.in: Rebuilt.
...
* Makefile.in: Rebuilt.
* Makefile.am (AM_MAKEFLAGS): Added JC1FLAGS.
From-SVN: r26402
1999-04-13 10:54:14 +00:00
Andrew Haley
a4e44caa6d
i386-signal.h, [...]: New files.
...
1999-04-13 Andrew Haley <aph@cygnus.com>
* include/i386-signal.h, include/default-signal.h: New files.
* prims.cc (catch_segv): Call MAKE_THROW_FRAME in exception
handler.
(catch_fpe): New function.
* configure.in: Make link to appropriate include/java-signal.h.
* configure: Rebuilt.
* Makefile.am: include/java-signal.h added to dependency list.
* Makefile.in: Rebuilt.
From-SVN: r26400
1999-04-13 09:18:09 +00:00
Urban Widmark
808ce120ae
DataInputStream.java (readLine): Corrected handling of empty lines, from null to "".
...
1999-04-12 Urban Widmark <urban@svenskatest.se>
* java/io/DataInputStream.java (readLine): Corrected handling of
empty lines, from null to "".
From-SVN: r26381
1999-04-12 18:27:56 +00:00
Tom Tromey
b6d3799173
Makefile.in: Rebuilt.
...
* Makefile.in: Rebuilt.
* Makefile.am (libgcj.zip): Put `gnu' classes into zip file.
From-SVN: r26375
1999-04-12 12:46:01 +00:00
Tom Tromey
69d5914bd0
natSystem.cc (SystemClass): New define.
...
* java/lang/natSystem.cc (SystemClass): New define.
(init_properties): Synchronize.
From-SVN: r26372
1999-04-12 12:34:41 +00:00
Warren Levy
8956b6a172
* libjava.mauve/mauve.exp (KEYS): Default to libgcj.
...
From-SVN: r26311
1999-04-09 11:44:38 +00:00
Tom Tromey
a08c72fe45
plusplus.java: New file.
...
* libjava.compile/plusplus.java: New file.
From MoT <Sebastien.Villemot@ens.fr>.
From-SVN: r26310
1999-04-09 10:45:10 +00:00
Geoff Berry
825bd5ae6f
natInetAddress.cc (lookup): Fix typo (AF_INET16 -> AF_INET6).
...
1999-04-08 Geoff Berry <gcb@gnu.org>
* natInetAddress.cc (lookup): Fix typo (AF_INET16 -> AF_INET6).
* natPlainSocketImpl.cc (accept): Add missing else if check
for AF_INET6.
From-SVN: r26297
1999-04-08 13:22:59 +00:00
Tom Tromey
c86e69b2f9
Long.java (parseLong): Corrected overflow detection code.
...
* java/lang/Long.java (parseLong): Corrected overflow detection
code.
* java/lang/Integer.java (parseInt): Corrected overflow detection
code.
From-SVN: r26295
1999-04-08 11:57:28 +00:00
Tom Tromey
e086449d2a
PrintStream.java (print): Handle null string argument.
...
* java/io/PrintStream.java (print): Handle null string argument.
(println): Likewise.
From-SVN: r26294
1999-04-08 11:41:01 +00:00
Warren Levy
9a566c0926
natString.cc (init(jbyteArray,jint,jint,jstring)): Set count to 0 when InputStreamReader returns -1 for EOF.
...
* java/lang/natString.cc (init(jbyteArray,jint,jint,jstring)):
Set count to 0 when InputStreamReader returns -1 for EOF.
From-SVN: r26273
1999-04-07 19:31:01 +00:00
Tom Tromey
dc4618f922
mauve-libgcj: Omit java.text.Collator, java.text.RuleBasedCollator.
...
* mauve-libgcj: Omit java.text.Collator,
java.text.RuleBasedCollator.
From-SVN: r26265
1999-04-07 14:42:43 +00:00
Tom Tromey
75bbfcfa86
Initial revision
...
From-SVN: r26264
1999-04-07 14:42:42 +00:00
Tom Tromey
ee9dd3721b
Initial revision
...
From-SVN: r26263
1999-04-07 14:42:40 +00:00