aboutsummaryrefslogtreecommitdiff
path: root/libjava/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
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
2001-02-20ThreadGroup.java (activeCount): Only include threads which are alive.Tom Tromey1-0/+6
2001-02-19CharArrayReader.java (CharArrayReader): Throw IllegalArgumentException if con...Bryce McKinlay1-0/+5
2001-02-19Integer.java (getInteger): Return default argument if property is not set.Bryce McKinlay1-0/+6
2001-02-17* java/util/TimerTask.java: New version from Classpath.Mark Wielaard1-0/+4
2001-02-17Remerge with Classpath (changes by Bryce McKinlay <bryce@albatross.co.nz>)Mark Wielaard1-0/+24
2001-02-17* HACKING: new fileMark Wielaard1-0/+4
2001-02-17DataInputStream.java: update copyright noticeMark Wielaard1-0/+9
2001-02-16HashSet.java (clone): Made subclass safe, use super.clone(), not new.Bryce McKinlay1-0/+3
2001-02-16TreeMap.java (nil): Made non-final.Bryce McKinlay1-0/+3
2001-02-16TreeSet.java (clone): Made subclass safe, use super.clone(), not new.Bryce McKinlay1-0/+6
2001-02-15i386-signal.h (INIT_SEGV): Use a direct system call to set the handler.Andrew Haley1-0/+5
2001-02-15defineclass.cc: Don't include alloca.h.Anthony Green1-0/+8
2001-02-15AbstractSequentialList.java: Synchronize with Classpath.Bryce McKinlay1-0/+9
2001-02-15* java/util/HashSet.java (clone): Remove try/catch.Bryce McKinlay1-0/+2
2001-02-15DirectRasterGraphics.java (clone): Hoist to public.Bryce McKinlay1-0/+4
2001-02-15TreeSet.java (clone): Call TreeMap.clone(), not Object.clone().Bryce McKinlay1-0/+7
2001-02-14natClass.cc (getSignature): Don't try to dereference param_types if it is null.Bryce McKinlay1-0/+10
2001-02-14re PR libgcj/1758 (java.util package lacks TreeMap)Bryce McKinlay1-0/+12
2001-02-13PipedReader.java (ready): Throw IOException if pipe closed.Tom Tromey1-0/+11
2001-02-13* gnu/awt/j2d/AbstractGraphicsState.java (clone): Made public.Tom Tromey1-0/+4
2001-02-13re PR libgcj/1351 (_Jv_select -vs- Thread.interrupt)Tom Tromey1-0/+7
2001-02-13BlockDataException.java: Removed.Bryce McKinlay1-0/+8
2001-02-12interpret.cc (continue1): [insn_invokevirtual] Do an explicit null pointer ch...Jeff Sturm1-0/+6
2001-02-09* java/util/Timer.java: New version from Classpath.Tom Tromey1-0/+4
2001-02-09Double.java (doubleToRawLongBits): Now native.Bryce McKinlay1-0/+7
2001-02-09File.java (java.net): Imported.Alexandre Petit-Bianco1-0/+7
2001-02-09OutputStreamWriter.java: (flush, writeChars): Throw IOException if stream clo...Bryce McKinlay1-0/+3
2001-02-09Byte.java: Remove redundant instanceof and null checks.Bryce McKinlay1-0/+11
2001-02-09* java/lang/Float.java (parseFloat): New method.Tom Tromey1-0/+4
2001-02-09re PR libgcj/1913 (reading closed streams throws NullPointerException, not IO...Tom Tromey1-0/+6
2001-02-08gcj.texi: Change sources.redhat.com reference to gcc.gnu.org.Joseph Myers1-0/+6
2001-02-07re PR libgcj/1906 (difference between gcj and jdk for MessageFormat)Tom Tromey1-0/+9
2001-02-07re PR java/1895 (Libjava: Arrays.sort doesn't work)Bryce McKinlay1-1/+12
2001-02-05configure.host: Use sjlj-exceptions for Alpha.Jeff Sturm1-0/+4
2001-02-05Make-lang.in (jvspec.o): Add DRIVER_DEFINES to the list of macros used when c...Bryce McKinlay1-0/+6
2001-01-31Makefile.in: Rebuilt.Tom Tromey1-0/+5
2001-01-302001-01-26 Andrew Haley <aph@redhat.com>Andrew Haley1-0/+4
2001-01-27configure.in (target_makefile_frag): Use mt-alphaieee.Richard Henderson1-0/+4
2001-01-27jni.cc (_Jv_JNIFunctions): Added comment for each entry in native interface s...Tom Tromey1-0/+5
2001-01-27ObjectInputStream.java (read): AND byte with 0xff to make result unsigned.Bryce McKinlay1-0/+10
2001-01-26jni.cc (_Jv_JNI_GetAnyMethodID): Rewrite signature from external to internal ...Tom Tromey1-0/+7