summaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)Author
2001-04-12Makefile.am: Make a libtool convenience library.Bryce McKinlay
2001-04-10natString.cc (_Jv_NewStringUtf8Const): Register finalizer.Per Bothner
2001-04-10testsuite: libjava: remove some xfail markers.Tom Tromey
2001-04-07testsuite: libjava: remove some xfail markers.Tom Tromey
2001-04-06jni.cc (wrap_value<jobject>, [...]): Removed.Tom Tromey
2001-04-05instinit2.out: Fixed.Alexandre Petit-Bianco
2001-04-05* libtool-version: Updated current.Tom Tromey
2001-04-04Makefile.am (AUTOMAKE_OPTIONS): Remove no-installinfo.Andreas Jaeger
2001-04-02libjava.exp: Correct typo...Zack Weinberg
2001-04-02configure.in (GCC_UNWIND_INCLUDE): Assume we're built within the same tree as...Richard Henderson
2001-04-02jni.cc (wrap_value<jclass>): New specialization.Marcus G. Daniels
2001-04-02PrintStream.java (out): Removed field.Tom Tromey
2001-04-02re PR libgcj/2429 (java.text.MessageFormat should usefully set text on except...Torsten Rueger
2001-04-02jni.cc (add_char): Correctly encode non-ascii characters.Tom Tromey
2001-04-02* configure.host: Enable interpreter for PPC.Kevin B Hendricks
2001-04-02natSystem.cc (init_properties): Revert yesterday's changes to "file.separator...Bryce McKinlay
2001-04-01natString.cc (intern): If string's data does not point to this String, make a...Per Bothner
2001-04-01DeflaterOutputStream.java (deflate): Loop while def.needsInput.Per Bothner
2001-04-011.3-Compliant Implementation of java.io.File.Bryce McKinlay
2001-03-28IA-64 ABI Exception Handling.Richard Henderson
2001-03-28InitialContext.java (init): Fix typo.Joerg Brunsmann
2001-03-27Makefile.am (libffi_files): Use 'find' to pick up libffi libtool objects in s...Bryce McKinlay
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-23Left out while checking in java/lang/natDouble.cc (parseDouble) change.Per Bothner
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-23prims.cc (_Jv_FindClassFromSignature): Check return of recursive call.Jeff Sturm
2001-03-23jni.cc (_Jv_JNI_GetAnyFieldID): Handle unresolved fields.Tom Tromey
2001-03-23field.out: New file.Tom Tromey
2001-03-23re PR libgcj/1736 ([irix 6.5] Cannot create libgcj - Arg list too long)Bryce McKinlay
2001-03-23Context.java (SECURITY_CREDENTIALS): Fix typo.Joerg Brunsmann
2001-03-22jni.cc (add_char): Handle `.' like `/'.Marcus G. Daniels
2001-03-22Method.java (getExceptionTypes): Call getType() to initialize if exception_ty...Bryce McKinlay
2001-03-21uesc.java: New file.Tom Tromey
2001-03-21configure: Rebuilt.Tom Tromey
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-18Remove conflict markers that I commited by mistakeMark 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-16libjava.exp (libjava_arguments): Rewrote computation of LD_LIBRARY_PATH.Tom Tromey
2001-03-14assignment.xfail: Removed.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