aboutsummaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)AuthorFilesLines
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
2001-03-01Changes merged from Kawa's gnu.math.Per Bothner3-35/+44
2001-02-27libgcj.spec.in: Insert %(libgcc) before %(liborig) to fix static linking.Bryce McKinlay2-1/+6
2001-02-23Change to sometimes include class name in ClassFormatError message.Per Bothner4-55/+115
2001-02-23Throwable.java (CPlusPlusDemangler): Pass -s java to c++filt to select java-s...Per Bothner2-1/+6
2001-02-22fixBryce McKinlay1-2/+2
2001-02-22Disable libgcjx by default.Bryce McKinlay5-287/+369
2001-02-22re PR java/2040 (java.util.Hashtable(int,float) is stricter than sun's version)Bryce McKinlay3-20/+22
2001-02-20PipedWriter.java (flush): Throw exception if stream closed.Tom Tromey5-29/+120
2001-02-20ThreadGroup.java (activeCount): Only include threads which are alive.Tom Tromey2-7/+22
2001-02-19CharArrayReader.java (CharArrayReader): Throw IllegalArgumentException if con...Bryce McKinlay3-10/+18
2001-02-19Integer.java (getInteger): Return default argument if property is not set.Bryce McKinlay3-12/+22
2001-02-17* java/util/TimerTask.java: New version from Classpath.Mark Wielaard2-64/+71
2001-02-17Remerge with Classpath (changes by Bryce McKinlay <bryce@albatross.co.nz>)Mark Wielaard2-80/+135
2001-02-17* HACKING: new fileMark Wielaard2-0/+50
2001-02-17DataInputStream.java: update copyright noticeMark Wielaard7-35/+148
2001-02-16HashSet.java (clone): Made subclass safe, use super.clone(), not new.Bryce McKinlay2-3/+13
2001-02-16TreeMap.java (nil): Made non-final.Bryce McKinlay2-2/+7
2001-02-16TreeSet.java (clone): Made subclass safe, use super.clone(), not new.Bryce McKinlay3-6/+28
2001-02-15i386-signal.h (INIT_SEGV): Use a direct system call to set the handler.Andrew Haley2-1/+6
2001-02-15defineclass.cc: Don't include alloca.h.Anthony Green4-23/+17
2001-02-15AbstractSequentialList.java: Synchronize with Classpath.Bryce McKinlay9-126/+585
2001-02-15* java/util/HashSet.java (clone): Remove try/catch.Bryce McKinlay2-10/+5
2001-02-15DirectRasterGraphics.java (clone): Hoist to public.Bryce McKinlay3-2/+7
2001-02-15TreeSet.java (clone): Call TreeMap.clone(), not Object.clone().Bryce McKinlay3-19/+21
2001-02-14natClass.cc (getSignature): Don't try to dereference param_types if it is null.Bryce McKinlay3-16/+27
2001-02-14re PR libgcj/1758 (java.util package lacks TreeMap)Bryce McKinlay8-24/+1781
2001-02-13PipedReader.java (ready): Throw IOException if pipe closed.Tom Tromey5-19/+40
2001-02-13* gnu/awt/j2d/AbstractGraphicsState.java (clone): Made public.Tom Tromey2-1/+10
2001-02-13re PR libgcj/1351 (_Jv_select -vs- Thread.interrupt)Tom Tromey2-1/+16
2001-02-13BlockDataException.java: Removed.Bryce McKinlay5-83/+33
2001-02-12interpret.cc (continue1): [insn_invokevirtual] Do an explicit null pointer ch...Jeff Sturm2-2/+12
2001-02-09* java/util/Timer.java: New version from Classpath.Tom Tromey2-429/+496
2001-02-09Double.java (doubleToRawLongBits): Now native.Bryce McKinlay5-17/+27
2001-02-09File.java (java.net): Imported.Alexandre Petit-Bianco2-0/+23
2001-02-09OutputStreamWriter.java: (flush, writeChars): Throw IOException if stream clo...Bryce McKinlay2-1/+10
2001-02-09Byte.java: Remove redundant instanceof and null checks.Bryce McKinlay7-51/+50
2001-02-09* java/lang/Float.java (parseFloat): New method.Tom Tromey2-1/+13
2001-02-09re PR libgcj/1913 (reading closed streams throws NullPointerException, not IO...Tom Tromey2-1/+16
2001-02-08mauve.exp: Added support for XFAILs.Warren Levy3-5/+45
2001-02-08gcj.texi: Change sources.redhat.com reference to gcc.gnu.org.Joseph Myers5-5/+11