aboutsummaryrefslogtreecommitdiff
path: root/libjava/java
AgeCommit message (Expand)AuthorFilesLines
1999-05-08DateFormat.java (computeInstance): Separate time and date styles.Anthony Green2-7/+71
1999-05-07acconfig.h (GCJVERSION): New undef.Tom Tromey1-6/+25
1999-05-07* java/lang/natCharacter.cc (isLowerCase): Use a binary search.Tom Tromey1-3/+18
1999-05-05natSystem.cc (DEFAULT_FILE_ENCODING): New macro.Per Bothner1-1/+6
1999-05-05*** empty log message ***Per Bothner1-0/+190
1999-05-05InflaterInputStream.java: New stub class.Per Bothner2-6/+152
1999-05-05InflaterInputStream.java: New stub class.Per Bothner1-0/+32
1999-05-05InflaterInputStream.java: New stub class.Per Bothner1-1/+6
1999-05-05InflaterInputStream.java: New stub class.Per Bothner1-0/+12
1999-05-05Makefile.in: Rebuilt.Tom Tromey2-13/+61
1999-05-05Add AWT stubs and incomplete classes.Per Bothner40-0/+1321
1999-04-30StringBuffer.java (ensureCapacity): Don't resize vector when shared.Tom Tromey6-80/+96
1999-04-26* natCollator.cc: New file.Tom Tromey1-0/+74
1999-04-26GregorianCalendar.java (setDefaultTime): New method.Tom Tromey6-1/+680
1999-04-23Makefile.am: Added URLDecoder and URLEncoder.Warren Levy4-2/+121
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-18* java/io/PrintStream.java (println): Remove extra println.Anthony Green1-1/+0
1999-04-18Makefile.in: Rebuilt.Anthony Green2-0/+86
1999-04-16InputStreamReader.java (<init>): Set super.in correctly.Per Bothner3-55/+120
1999-04-16InputStreamReader.java (<init>): Set super.in correctly.Per Bothner1-23/+56
1999-04-15Makefile.am (ordinary_java_source_files): Added new Connection and Handler cl...Warren Levy1-1/+1
1999-04-14natInetAddress.cc (lookup): On glibc2.0 systems, make buffer larger to work a...Tom Tromey1-0/+7
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-12DataInputStream.java (readLine): Corrected handling of empty lines, from null...Urban Widmark1-3/+6
1999-04-12natSystem.cc (SystemClass): New define.Tom Tromey1-3/+10
1999-04-08natInetAddress.cc (lookup): Fix typo (AF_INET16 -> AF_INET6).Geoff Berry2-1/+2
1999-04-08Long.java (parseLong): Corrected overflow detection code.Tom Tromey2-30/+20
1999-04-08PrintStream.java (print): Handle null string argument.Tom Tromey1-2/+2
1999-04-07natString.cc (init(jbyteArray,jint,jint,jstring)): Set count to 0 when InputS...Warren Levy1-0/+4
1999-04-07Initial revisionTom Tromey271-0/+37903