summaryrefslogtreecommitdiff
path: root/libjava/java
AgeCommit message (Expand)Author
2001-03-25exception.cc (java_eh_info): Make value type jthrowable.Richard Henderson
2001-03-24HashMap.java (HashMap): If 0 is given for initialCapacity paramater, bump it ...Bryce McKinlay
2001-03-23natDouble.cc (parseDouble): Cannot use errno to check for errors...Per Bothner
2001-03-23natClass.cc (_Jv_IsAssignableFrom): Checking the ancestors array is invalid f...Per Bothner
2001-03-23jni.cc (_Jv_JNI_GetAnyFieldID): Handle unresolved fields.Tom Tromey
2001-03-22Method.java (getExceptionTypes): Call getType() to initialize if exception_ty...Bryce McKinlay
2001-03-21re PR libgcj/2338 (RandomAccessFile does not create the file if not found)Tom Tromey
2001-03-20TimeZone.java: Sync up with Classpath.Warren Levy
2001-03-19URLStreamHandler.java (parseURL): Fix bug which would "canonicalize" "../../x...Per Bothner
2001-03-19ArrayList.java: Remove RCS keywords from commentsMark Wielaard
2001-03-18natClass.cc (_Jv_CheckCast): add class names to exceptionMark Wielaard
2001-03-18natString.cc (rehash): Don't bother with memset; _Jv_AllocBytes returns zero'...Tom Tromey
2001-03-14natThrowable.cc (printRawStackTrace): Copy the stackTrace buffer to a correct...Andrew Haley
2001-03-12ExceptionInInitializerError.java (printStackTrace): Only try to print the sub...Bryce McKinlay
2001-03-12Runtime.java (_exit): Declare new package-private native.Bryce McKinlay
2001-03-09re PR libgcj/1971 (ObjectOutputStream generates incorrect serialVersionUID's ...Tom Tromey
2001-03-06TreeSet.java (writeObject): Use a for-loop instead of Iterator.hasNext().Bryce McKinlay
2001-03-01Changes merged from Kawa's gnu.math.Per Bothner
2001-02-23Change to sometimes include class name in ClassFormatError message.Per Bothner
2001-02-23Throwable.java (CPlusPlusDemangler): Pass -s java to c++filt to select java-s...Per Bothner
2001-02-22re PR java/2040 (java.util.Hashtable(int,float) is stricter than sun's version)Bryce McKinlay
2001-02-20PipedWriter.java (flush): Throw exception if stream closed.Tom Tromey
2001-02-20ThreadGroup.java (activeCount): Only include threads which are alive.Tom Tromey
2001-02-19CharArrayReader.java (CharArrayReader): Throw IllegalArgumentException if con...Bryce McKinlay
2001-02-19Integer.java (getInteger): Return default argument if property is not set.Bryce McKinlay
2001-02-17* java/util/TimerTask.java: New version from Classpath.Mark Wielaard
2001-02-17Remerge with Classpath (changes by Bryce McKinlay <bryce@albatross.co.nz>)Mark Wielaard
2001-02-17DataInputStream.java: update copyright noticeMark Wielaard
2001-02-16HashSet.java (clone): Made subclass safe, use super.clone(), not new.Bryce McKinlay
2001-02-16TreeMap.java (nil): Made non-final.Bryce McKinlay
2001-02-16TreeSet.java (clone): Made subclass safe, use super.clone(), not new.Bryce McKinlay
2001-02-15defineclass.cc: Don't include alloca.h.Anthony Green
2001-02-15AbstractSequentialList.java: Synchronize with Classpath.Bryce McKinlay
2001-02-15* java/util/HashSet.java (clone): Remove try/catch.Bryce McKinlay
2001-02-15TreeSet.java (clone): Call TreeMap.clone(), not Object.clone().Bryce McKinlay
2001-02-14natClass.cc (getSignature): Don't try to dereference param_types if it is null.Bryce McKinlay
2001-02-14re PR libgcj/1758 (java.util package lacks TreeMap)Bryce McKinlay
2001-02-13PipedReader.java (ready): Throw IOException if pipe closed.Tom Tromey
2001-02-13BlockDataException.java: Removed.Bryce McKinlay
2001-02-09* java/util/Timer.java: New version from Classpath.Tom Tromey
2001-02-09Double.java (doubleToRawLongBits): Now native.Bryce McKinlay
2001-02-09File.java (java.net): Imported.Alexandre Petit-Bianco
2001-02-09OutputStreamWriter.java: (flush, writeChars): Throw IOException if stream clo...Bryce McKinlay
2001-02-09Byte.java: Remove redundant instanceof and null checks.Bryce McKinlay
2001-02-09* java/lang/Float.java (parseFloat): New method.Tom Tromey
2001-02-09re PR libgcj/1913 (reading closed streams throws NullPointerException, not IO...Tom Tromey
2001-02-08gcj.texi: Change sources.redhat.com reference to gcc.gnu.org.Joseph Myers
2001-02-07re PR libgcj/1906 (difference between gcj and jdk for MessageFormat)Tom Tromey
2001-02-07re PR java/1895 (Libjava: Arrays.sort doesn't work)Bryce McKinlay
2001-01-27ObjectInputStream.java (read): AND byte with 0xff to make result unsigned.Bryce McKinlay