aboutsummaryrefslogtreecommitdiff
path: root/libjava/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2001-04-20natSystem.cc (getSystemTimeZone): Adjust for DST.Warren Levy1-0/+14
2001-04-12Makefile.am: Make a libtool convenience library.Bryce McKinlay1-0/+11
2001-04-10natString.cc (_Jv_NewStringUtf8Const): Register finalizer.Per Bothner1-0/+11
2001-04-06jni.cc (wrap_value<jobject>, [...]): Removed.Tom Tromey1-0/+6
2001-04-05* libtool-version: Updated current.Tom Tromey1-0/+4
2001-04-04Makefile.am (AUTOMAKE_OPTIONS): Remove no-installinfo.Andreas Jaeger1-0/+11
2001-04-02libjava.exp: Correct typo...Zack Weinberg1-198/+205
2001-04-02configure.in (GCC_UNWIND_INCLUDE): Assume we're built within the same tree as...Richard Henderson1-0/+8
2001-04-02jni.cc (wrap_value<jclass>): New specialization.Marcus G. Daniels1-0/+4
2001-04-02PrintStream.java (out): Removed field.Tom Tromey1-0/+14
2001-04-02re PR libgcj/2429 (java.text.MessageFormat should usefully set text on except...Torsten Rueger1-0/+5
2001-04-02jni.cc (add_char): Correctly encode non-ascii characters.Tom Tromey1-0/+8
2001-04-02* configure.host: Enable interpreter for PPC.Kevin B Hendricks1-0/+4
2001-04-02natSystem.cc (init_properties): Revert yesterday's changes to "file.separator...Bryce McKinlay1-0/+9
2001-04-01natString.cc (intern): If string's data does not point to this String, make a...Per Bothner1-0/+8
2001-04-01DeflaterOutputStream.java (deflate): Loop while def.needsInput.Per Bothner1-0/+15
2001-04-011.3-Compliant Implementation of java.io.File.Bryce McKinlay1-0/+53
2001-03-28IA-64 ABI Exception Handling.Richard Henderson1-0/+26
2001-03-28InitialContext.java (init): Fix typo.Joerg Brunsmann1-0/+13
2001-03-27Makefile.am (libffi_files): Use 'find' to pick up libffi libtool objects in s...Bryce McKinlay1-0/+6
2001-03-25exception.cc (java_eh_info): Make value type jthrowable.Richard Henderson1-0/+27
2001-03-24HashMap.java (HashMap): If 0 is given for initialCapacity paramater, bump it ...Bryce McKinlay1-0/+6
2001-03-23Left out while checking in java/lang/natDouble.cc (parseDouble) change.Per Bothner1-0/+5
2001-03-23natClass.cc (_Jv_IsAssignableFrom): Checking the ancestors array is invalid f...Per Bothner1-0/+6
2001-03-23prims.cc (_Jv_FindClassFromSignature): Check return of recursive call.Jeff Sturm1-0/+6
2001-03-23jni.cc (_Jv_JNI_GetAnyFieldID): Handle unresolved fields.Tom Tromey1-0/+10
2001-03-23re PR libgcj/1736 ([irix 6.5] Cannot create libgcj - Arg list too long)Bryce McKinlay1-0/+10
2001-03-23Context.java (SECURITY_CREDENTIALS): Fix typo.Joerg Brunsmann1-0/+4
2001-03-22jni.cc (add_char): Handle `.' like `/'.Marcus G. Daniels1-0/+4
2001-03-22Method.java (getExceptionTypes): Call getType() to initialize if exception_ty...Bryce McKinlay1-0/+8
2001-03-21configure: Rebuilt.Tom Tromey1-0/+7
2001-03-21re PR libgcj/2338 (RandomAccessFile does not create the file if not found)Tom Tromey1-0/+5
2001-03-20TimeZone.java: Sync up with Classpath.Warren Levy1-0/+5
2001-03-19URLStreamHandler.java (parseURL): Fix bug which would "canonicalize" "../../x...Per Bothner1-0/+5
2001-03-19ArrayList.java: Remove RCS keywords from commentsMark Wielaard1-0/+17
2001-03-18Remove conflict markers that I commited by mistakeMark Wielaard1-14/+0
2001-03-18natClass.cc (_Jv_CheckCast): add class names to exceptionMark Wielaard1-0/+14
2001-03-18natString.cc (rehash): Don't bother with memset; _Jv_AllocBytes returns zero'...Tom Tromey1-0/+13
2001-03-14natThrowable.cc (printRawStackTrace): Copy the stackTrace buffer to a correct...Andrew Haley1-0/+5
2001-03-12Runtime.java (_exit): Declare new package-private native.Bryce McKinlay1-0/+16
2001-03-09re PR libgcj/1971 (ObjectOutputStream generates incorrect serialVersionUID's ...Tom Tromey1-0/+6
2001-03-06TreeSet.java (writeObject): Use a for-loop instead of Iterator.hasNext().Bryce McKinlay1-1/+12
2001-03-01Changes merged from Kawa's gnu.math.Per Bothner1-0/+11
2001-02-27libgcj.spec.in: Insert %(libgcc) before %(liborig) to fix static linking.Bryce McKinlay1-0/+5
2001-02-23Change to sometimes include class name in ClassFormatError message.Per Bothner1-0/+14
2001-02-23Throwable.java (CPlusPlusDemangler): Pass -s java to c++filt to select java-s...Per Bothner1-0/+5
2001-02-22fixBryce McKinlay1-2/+2
2001-02-22Disable libgcjx by default.Bryce McKinlay1-0/+9
2001-02-22re PR java/2040 (java.util.Hashtable(int,float) is stricter than sun's version)Bryce McKinlay1-0/+7
2001-02-20PipedWriter.java (flush): Throw exception if stream closed.Tom Tromey1-0/+18