* include/jvm.h (_Jv_ThrowNoMemory): Mark as noreturn.
[platform/upstream/gcc.git] / libjava / ChangeLog
2001-05-29 Tom Tromey* include/jvm.h (_Jv_ThrowNoMemory): Mark as noreturn.
2001-05-29 Tom Tromeyconfigure: Rebuilt.
2001-05-29 Andrew Haleyi386-signal.h (MAKE_THROW_FRAME): Don't fix up frame...
2001-05-24 Tom TromeynatString.cc (init): Throw ArrayIndexOutOfBoundsException.
2001-05-24 Tom Tromeyconfigure.in: Only allow hash synchronization when...
2001-05-24 Tom TromeyMakefile.in: Rebuilt.
2001-05-24 Tom TromeyRevert patch of 2001-05-21:
2001-05-24 Tom Tromey[multiple changes]
2001-05-23 Joseph Myersjv-scan.c (version): Update copyright year.
2001-05-23 Anthony GreenFix cross builds.
2001-05-22 Per BothnerImplement invocation interface; don't create new thread...
2001-05-22 Per BothnerMakefile.am (libgcj_la_DEPENDENCIES): Add $(nat_files).
2001-05-22 Per Bothnerjavaprims.h (_Jv_FormatInt): New declaration.
2001-05-21 Tom Tromey* gnu/gcj/runtime/VMClassLoader.java (VMClassLoader...
2001-05-21 Andrew Haleydwarf2-signal.h: New file.
2001-05-21 Bryce McKinlayconfigure.in: Update boehm-gc include dir for new GC...
2001-05-19 Alexandre Petit... posix-threads.h (_Jv_CondInit): `0' used in place of...
2001-05-18 Tom TromeyMakefile.in: Rebuilt.
2001-05-18 Bryce McKinlay[multiple changes]
2001-05-17 Per Bothner* Makefile.am (ZIP): The "fastjar" binary is now plain...
2001-05-16 Tom TromeySimpleDateFormat.java (parse): Handle non-dst time...
2001-05-15 Tom TromeyGregorianCalendar.java (computeTime): Only call getTime...
2001-05-14 Tom TromeySimpleDateFormat.java (parse): Clear DST_OFFSET and...
2001-05-13 Zack Weinbergexcept.c (choose_personality_routine): Export.
2001-05-12 Richard Hendersonconfigure.in (ia64-*): Don't set SYSDEP_SOURCES.
2001-05-12 Richard Hendersonexception.cc: Include unwind-pe.h.
2001-05-11 Tom TromeyMakefile.in: Rebuilt.
2001-05-10 Tom Tromey[multiple changes]
2001-05-06 Bryce McKinlayClass.h (_Jv_Self): New union type.
2001-05-03 Martin Kahlertjni.cc (_Jv_JNI_GetPrimitiveArrayRegion): Fixed bounds...
2001-05-03 Andrew HaleyFix bad checkin.
2001-05-03 Andrew Haleylibgcj.spec.in (jc1): Add EXCEPTIONSPEC.
2001-05-03 Bryce McKinlay* doc/*.texi: Remove generated documentation.
2001-04-30 Matt KraainatFile.cc (performSetReadOnly): Fix #ifdef test.
2001-04-28 Zack Weinberg* java/lang/natClassLoader.cc (_Jv_RegisterInitiatingLo...
2001-04-28 Zack Weinbergprims.cc (_Jv_ThisExecutable): Use _Jv_Malloc.
2001-04-27 Tom Tromeyjni.cc (_Jv_JNI_GetPrimitiveArrayRegion): Fixed bounds...
2001-04-27 Tom Tromeyjni.h (struct JNINativeInterface): Fixed types in Get...
2001-04-26 Alexandre Olivaconfigure.in: Obtain THREADS with `gcc -v'.
2001-04-26 Bryce McKinlayre PR libgcj/2237 (serialization doesn't throw exceptio...
2001-04-25 Kaveh R. GhazinatInetAddress.cc (java::net::InetAddress::aton): Wrap...
2001-04-25 Bryce McKinlaydecl.c (init_decl_processing): Add new class "protectio...
2001-04-24 Alexandre Olivaconfigure.in (CPPFLAGS): Added builddir and srcdir...
2001-04-22 Tom TromeyMakefile.in: Rebuilt.
2001-04-21 Tom TromeyList.java: Wrote.
2001-04-20 Warren LevynatSystem.cc (getSystemTimeZone): Adjust for DST.
2001-04-12 Bryce McKinlayMakefile.am: Make a libtool convenience library.
2001-04-10 Per BothnernatString.cc (_Jv_NewStringUtf8Const): Register finalizer.
2001-04-06 Tom Tromeyjni.cc (wrap_value<jobject>, [...]): Removed.
2001-04-05 Tom Tromey* libtool-version: Updated current.
2001-04-04 Andreas JaegerMakefile.am (AUTOMAKE_OPTIONS): Remove no-installinfo.
2001-04-02 Zack Weinberglibjava.exp: Correct typo...
2001-04-02 Richard Hendersonconfigure.in (GCC_UNWIND_INCLUDE): Assume we're built...
2001-04-02 Marcus G. Danielsjni.cc (wrap_value<jclass>): New specialization.
2001-04-02 Tom TromeyPrintStream.java (out): Removed field.
2001-04-02 Torsten Ruegerre PR libgcj/2429 (java.text.MessageFormat should usefu...
2001-04-02 Tom Tromeyjni.cc (add_char): Correctly encode non-ascii characters.
2001-04-02 Kevin B Hendricks* configure.host: Enable interpreter for PPC.
2001-04-02 Bryce McKinlaynatSystem.cc (init_properties): Revert yesterday's...
2001-04-01 Per BothnernatString.cc (intern): If string's data does not point...
2001-04-01 Per BothnerDeflaterOutputStream.java (deflate): Loop while def...
2001-04-01 Bryce McKinlay1.3-Compliant Implementation of java.io.File.
2001-03-28 Richard HendersonIA-64 ABI Exception Handling.
2001-03-28 Joerg BrunsmannInitialContext.java (init): Fix typo.
2001-03-27 Bryce McKinlayMakefile.am (libffi_files): Use 'find' to pick up libff...
2001-03-26 Richard Hendersonexception.cc (java_eh_info): Make value type jthrowable.
2001-03-24 Bryce McKinlayHashMap.java (HashMap): If 0 is given for initialCapaci...
2001-03-24 Per BothnerLeft out while checking in java/lang/natDouble.cc ...
2001-03-24 Per BothnernatClass.cc (_Jv_IsAssignableFrom): Checking the ancest...
2001-03-23 Jeff Sturmprims.cc (_Jv_FindClassFromSignature): Check return...
2001-03-23 Tom Tromeyjni.cc (_Jv_JNI_GetAnyFieldID): Handle unresolved fields.
2001-03-23 Bryce McKinlayre PR libgcj/1736 ([irix 6.5] Cannot create libgcj...
2001-03-23 Joerg BrunsmannContext.java (SECURITY_CREDENTIALS): Fix typo.
2001-03-22 Marcus G. Danielsjni.cc (add_char): Handle `.' like `/'.
2001-03-22 Bryce McKinlayMethod.java (getExceptionTypes): Call getType() to...
2001-03-21 Tom Tromeyconfigure: Rebuilt.
2001-03-21 Tom Tromeyre PR libgcj/2338 (RandomAccessFile does not create...
2001-03-20 Warren LevyTimeZone.java: Sync up with Classpath.
2001-03-19 Per BothnerURLStreamHandler.java (parseURL): Fix bug which would...
2001-03-19 Mark WielaardArrayList.java: Remove RCS keywords from comments
2001-03-18 Mark WielaardRemove conflict markers that I commited by mistake
2001-03-18 Mark WielaardnatClass.cc (_Jv_CheckCast): add class names to exception
2001-03-18 Tom TromeynatString.cc (rehash): Don't bother with memset; _Jv_Al...
2001-03-14 Andrew HaleynatThrowable.cc (printRawStackTrace): Copy the stackTra...
2001-03-12 Bryce McKinlayRuntime.java (_exit): Declare new package-private native.
2001-03-09 Tom Tromeyre PR libgcj/1971 (ObjectOutputStream generates incorre...
2001-03-06 Bryce McKinlayTreeSet.java (writeObject): Use a for-loop instead...
2001-03-02 Per BothnerChanges merged from Kawa's gnu.math.
2001-02-27 Bryce McKinlaylibgcj.spec.in: Insert %(libgcc) before %(liborig)...
2001-02-24 Per BothnerChange to sometimes include class name in ClassFormatEr...
2001-02-24 Per BothnerThrowable.java (CPlusPlusDemangler): Pass -s java to...
2001-02-22 Bryce McKinlayfix
2001-02-22 Bryce McKinlayDisable libgcjx by default.
2001-02-22 Bryce McKinlayre PR java/2040 (java.util.Hashtable(int,float) is...
2001-02-20 Tom TromeyPipedWriter.java (flush): Throw exception if stream...
2001-02-20 Tom TromeyThreadGroup.java (activeCount): Only include threads...
2001-02-19 Bryce McKinlayCharArrayReader.java (CharArrayReader): Throw IllegalAr...
2001-02-19 Bryce McKinlayInteger.java (getInteger): Return default argument...
2001-02-17 Mark Wielaard* java/util/TimerTask.java: New version from Classpath.
2001-02-17 Mark WielaardRemerge with Classpath (changes by Bryce McKinlay ...
next