aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/lang
AgeCommit message (Expand)AuthorFilesLines
1999-04-21natString.cc (getBytes): Reverted earlier change and applied correct fix from...Tom Tromey1-3/+5
1999-04-21String.java: Don't throw UnsupportedEncodingException.Tom Tromey1-2/+20
1999-04-21natString.cc (getBytes): Correctly size result buffer.Tom Tromey1-2/+2
1999-04-19natSystem.cc (init_properties): Only declare pwd_entry once.Tom Tromey1-1/+1
1999-04-16InputStreamReader.java (<init>): Set super.in correctly.Per Bothner1-23/+56
1999-04-14natDouble.java (doubleToLongBits): ensure that all NaNs are always converted ...Andrew Haley2-0/+13
1999-04-13natSystem.cc (arraycopy): Don't always use jbyteArray; instead switch on actu...Tom Tromey1-9/+51
1999-04-12natSystem.cc (SystemClass): New define.Tom Tromey1-3/+10
1999-04-08Long.java (parseLong): Corrected overflow detection code.Tom Tromey2-30/+20
1999-04-07natString.cc (init(jbyteArray,jint,jint,jstring)): Set count to 0 when InputS...Warren Levy1-0/+4
1999-04-07Initial revisionTom Tromey137-0/+19610