configure.in (GCC_UNWIND_INCLUDE): Assume we're built within the same tree as gcc.
[gcc.git] / libjava / ChangeLog
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 ...
2001-02-17 Mark Wielaard* HACKING: new file
2001-02-17 Mark WielaardDataInputStream.java: update copyright notice
2001-02-16 Bryce McKinlayHashSet.java (clone): Made subclass safe, use super...
2001-02-16 Bryce McKinlayTreeMap.java (nil): Made non-final.
2001-02-16 Bryce McKinlayTreeSet.java (clone): Made subclass safe, use super...
2001-02-15 Andrew Haleyi386-signal.h (INIT_SEGV): Use a direct system call...
2001-02-15 Anthony Greendefineclass.cc: Don't include alloca.h.
2001-02-15 Bryce McKinlayAbstractSequentialList.java: Synchronize with Classpath.
2001-02-15 Bryce McKinlay* java/util/HashSet.java (clone): Remove try/catch.
2001-02-15 Bryce McKinlayDirectRasterGraphics.java (clone): Hoist to public.
2001-02-15 Bryce McKinlayTreeSet.java (clone): Call TreeMap.clone(), not Object...
2001-02-14 Bryce McKinlaynatClass.cc (getSignature): Don't try to dereference...
2001-02-14 Bryce McKinlayre PR libgcj/1758 (java.util package lacks TreeMap)
2001-02-13 Tom TromeyPipedReader.java (ready): Throw IOException if pipe...
2001-02-13 Tom Tromey* gnu/awt/j2d/AbstractGraphicsState.java (clone): Made...
2001-02-13 Tom Tromeyre PR libgcj/1351 (_Jv_select -vs- Thread.interrupt)
2001-02-13 Bryce McKinlayBlockDataException.java: Removed.
2001-02-12 Jeff Sturminterpret.cc (continue1): [insn_invokevirtual] Do an...
2001-02-09 Tom Tromey* java/util/Timer.java: New version from Classpath.
2001-02-09 Bryce McKinlayDouble.java (doubleToRawLongBits): Now native.
2001-02-09 Alexandre Petit... File.java (java.net): Imported.
2001-02-09 Bryce McKinlayOutputStreamWriter.java: (flush, writeChars): Throw...
2001-02-09 Bryce McKinlayByte.java: Remove redundant instanceof and null checks.
2001-02-09 Tom Tromey* java/lang/Float.java (parseFloat): New method.
2001-02-09 Tom Tromeyre PR libgcj/1913 (reading closed streams throws NullPo...
2001-02-08 Joseph Myersgcj.texi: Change sources.redhat.com reference to gcc...
2001-02-07 Tom Tromeyre PR libgcj/1906 (difference between gcj and jdk for...
2001-02-07 Bryce McKinlayre PR java/1895 (Libjava: Arrays.sort doesn't work)
2001-02-05 Jeff Sturmconfigure.host: Use sjlj-exceptions for Alpha.
2001-02-05 Bryce McKinlayMake-lang.in (jvspec.o): Add DRIVER_DEFINES to the...
2001-01-31 Tom TromeyMakefile.in: Rebuilt.
2001-01-30 Andrew Haley2001-01-26 Andrew Haley <aph@redhat.com>
2001-01-28 Richard Hendersonconfigure.in (target_makefile_frag): Use mt-alphaieee.
2001-01-27 Tom Tromeyjni.cc (_Jv_JNIFunctions): Added comment for each entry...
2001-01-27 Bryce McKinlayObjectInputStream.java (read): AND byte with 0xff to...
2001-01-26 Tom Tromeyjni.cc (_Jv_JNI_GetAnyMethodID): Rewrite signature...
2001-01-26 Warren LevynatSystem.cc (getSystemTimeZone): Only use tm_gmtoff...
2001-01-25 Tom Tromey* java/lang/sf_fabs.c: Use uint32_t, not __uint32_t.
2001-01-24 Tom TromeyMakefile.in: Rebuilt.
2001-01-20 Warren LevySimpleDateFormat.java (format): Compute hour for cases...
2001-01-18 Mark Wielaard* java/bean/Beans.java (instantiate): enable Applet...
2001-01-17 Bryce McKinlayClass.h (isInterface): Move implementation from natClas...
2001-01-17 Alexandre Petit... prims.cc (init_prim_class): Deleted.
2001-01-17 Warren Levy* java/math/BigInteger.java: Update Copyright year.
2001-01-17 Hans BoehmBigInteger.java (setShiftRight): Only do negative shift...
2001-01-15 Alexandre Petit... All files with updated copyright.
2001-01-15 Mark WielaardURLDecoder.java: Thanks Edgar Villanueva (edgarvil...
2001-01-13 Tom TromeyRemoved bogus ChangeLog entry
2001-01-12 Tom TromeynatGtkComponentPeer.cc (getLocationOnScreen): Wrote.
2001-01-12 Tom TromeynatSystem.cc: Include locale.h if it exists.
2001-01-11 Tom TromeyCursor.java (Cursor(String)): Set type to custom.
2001-01-11 Bryce McKinlayMakefile.am: Re-enable dependencies.
next