aboutsummaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)AuthorFilesLines
2001-04-12Makefile.am: Make a libtool convenience library.Bryce McKinlay4-62/+101
2001-04-10natString.cc (_Jv_NewStringUtf8Const): Register finalizer.Per Bothner2-6/+23
2001-04-10testsuite: libjava: remove some xfail markers.Tom Tromey7-6/+9
2001-04-07testsuite: libjava: remove some xfail markers.Tom Tromey3-4/+5
2001-04-06jni.cc (wrap_value<jobject>, [...]): Removed.Tom Tromey2-11/+15
2001-04-05instinit2.out: Fixed.Alexandre Petit-Bianco2-1/+4
2001-04-05* libtool-version: Updated current.Tom Tromey2-1/+5
2001-04-04Makefile.am (AUTOMAKE_OPTIONS): Remove no-installinfo.Andreas Jaeger9-65/+83
2001-04-02libjava.exp: Correct typo...Zack Weinberg2-223/+217
2001-04-02configure.in (GCC_UNWIND_INCLUDE): Assume we're built within the same tree as...Richard Henderson4-228/+213
2001-04-02jni.cc (wrap_value<jclass>): New specialization.Marcus G. Daniels2-0/+13
2001-04-02PrintStream.java (out): Removed field.Tom Tromey2-37/+51
2001-04-02re PR libgcj/2429 (java.text.MessageFormat should usefully set text on except...Torsten Rueger2-1/+6
2001-04-02jni.cc (add_char): Correctly encode non-ascii characters.Tom Tromey2-5/+13
2001-04-02* configure.host: Enable interpreter for PPC.Kevin B Hendricks2-0/+8
2001-04-02natSystem.cc (init_properties): Revert yesterday's changes to "file.separator...Bryce McKinlay5-34/+26
2001-04-01natString.cc (intern): If string's data does not point to this String, make a...Per Bothner3-7/+17
2001-04-01DeflaterOutputStream.java (deflate): Loop while def.needsInput.Per Bothner3-51/+110
2001-04-011.3-Compliant Implementation of java.io.File.Bryce McKinlay8-303/+583
2001-03-28IA-64 ABI Exception Handling.Richard Henderson9-536/+984
2001-03-28InitialContext.java (init): Fix typo.Joerg Brunsmann4-8/+24
2001-03-27Makefile.am (libffi_files): Use 'find' to pick up libffi libtool objects in s...Bryce McKinlay3-2/+8
2001-03-25exception.cc (java_eh_info): Make value type jthrowable.Richard Henderson36-284/+294
2001-03-24HashMap.java (HashMap): If 0 is given for initialCapacity paramater, bump it ...Bryce McKinlay3-3/+13
2001-03-23Left out while checking in java/lang/natDouble.cc (parseDouble) change.Per Bothner1-0/+5
2001-03-23natDouble.cc (parseDouble): Cannot use errno to check for errors...Per Bothner1-15/+25
2001-03-23natClass.cc (_Jv_IsAssignableFrom): Checking the ancestors array is invalid f...Per Bothner2-7/+16
2001-03-23prims.cc (_Jv_FindClassFromSignature): Check return of recursive call.Jeff Sturm2-3/+13
2001-03-23jni.cc (_Jv_JNI_GetAnyFieldID): Handle unresolved fields.Tom Tromey7-33/+40
2001-03-23field.out: New file.Tom Tromey4-0/+56
2001-03-23re PR libgcj/1736 ([irix 6.5] Cannot create libgcj - Arg list too long)Bryce McKinlay3-50/+60
2001-03-23Context.java (SECURITY_CREDENTIALS): Fix typo.Joerg Brunsmann2-1/+5
2001-03-22jni.cc (add_char): Handle `.' like `/'.Marcus G. Daniels2-1/+8
2001-03-22Method.java (getExceptionTypes): Call getType() to initialize if exception_ty...Bryce McKinlay4-2/+18
2001-03-21uesc.java: New file.Tom Tromey3-0/+15
2001-03-21configure: Rebuilt.Tom Tromey8-307/+343
2001-03-21re PR libgcj/2338 (RandomAccessFile does not create the file if not found)Tom Tromey2-2/+7
2001-03-20TimeZone.java: Sync up with Classpath.Warren Levy2-97/+108
2001-03-19URLStreamHandler.java (parseURL): Fix bug which would "canonicalize" "../../x...Per Bothner2-1/+6
2001-03-19ArrayList.java: Remove RCS keywords from commentsMark Wielaard13-533/+802
2001-03-18Remove conflict markers that I commited by mistakeMark Wielaard1-14/+0
2001-03-18natClass.cc (_Jv_CheckCast): add class names to exceptionMark Wielaard3-2/+23
2001-03-18natString.cc (rehash): Don't bother with memset; _Jv_AllocBytes returns zero'...Tom Tromey2-18/+71
2001-03-16libjava.exp (libjava_arguments): Rewrote computation of LD_LIBRARY_PATH.Tom Tromey2-10/+27
2001-03-14assignment.xfail: Removed.Tom Tromey3-4/+5
2001-03-14natThrowable.cc (printRawStackTrace): Copy the stackTrace buffer to a correct...Andrew Haley2-3/+9
2001-03-12ExceptionInInitializerError.java (printStackTrace): Only try to print the sub...Bryce McKinlay1-3/+3
2001-03-12Runtime.java (_exit): Declare new package-private native.Bryce McKinlay7-10/+65
2001-03-09re PR libgcj/1971 (ObjectOutputStream generates incorrect serialVersionUID's ...Tom Tromey2-5/+15
2001-03-06TreeSet.java (writeObject): Use a for-loop instead of Iterator.hasNext().Bryce McKinlay3-12/+18