summaryrefslogtreecommitdiffstats
path: root/libjava
Commit message (Expand)AuthorAgeFilesLines
* * java/util/TimeZone.java: Sync up with Classpath. Includes newwarrenl2001-03-202-97/+108
* * java/net/URLStreamHandler.java (parseURL): Fix bug which wouldbothner2001-03-192-1/+6
* * java/util/ArrayList.java: Remove RCS keywords from commentsmark2001-03-1913-533/+802
* Remove conflict markers that I commited by mistakemark2001-03-181-14/+0
* * java/lang/natClass.cc (_Jv_CheckCast): add class names to exceptionmark2001-03-183-2/+23
* * java/lang/natString.cc (rehash): Don't bother with memset;tromey2001-03-182-18/+71
* * lib/libjava.exp (libjava_arguments): Rewrote computation oftromey2001-03-162-10/+27
* * libjava.compile/assignment.xfail: Removed.tromey2001-03-143-4/+5
* 2001-03-01 Andrew Haley <aph@redhat.com>aph2001-03-142-3/+9
* * java/lang/ExceptionInInitializerError.java (printStackTrace):bryce2001-03-121-3/+3
* 2001-03-12 Bryce McKinlay <bryce@albatross.co.nz>bryce2001-03-127-10/+65
* * java/io/ObjectStreamClass.java (setUID): Don't write interfacetromey2001-03-092-5/+15
* 2001-03-06 Bryce McKinlay <bryce@albatross.co.nz>bryce2001-03-063-12/+18
* Changes merged from Kawa's gnu.math.bothner2001-03-023-35/+44
* * libgcj.spec.in: Insert %(libgcc) before %(liborig) to fix staticbryce2001-02-272-1/+6
* Change to sometimes include class name in ClassFormatError message.bothner2001-02-244-55/+115
* * java/lang/Throwable.java (CPlusPlusDemangler): Pass -s java tobothner2001-02-242-1/+6
* fixbryce2001-02-221-2/+2
* Disable libgcjx by default.bryce2001-02-225-287/+369
* Fix for PR java/2040:bryce2001-02-223-20/+22
* * java/io/PipedWriter.java (flush): Throw exception if streamtromey2001-02-205-29/+120
* * java/lang/ThreadGroup.java (activeCount): Only include threadstromey2001-02-202-7/+22
* * java/io/CharArrayReader.java (CharArrayReader): Throwbryce2001-02-193-10/+18
* * java/lang/Integer.java (getInteger): Return default argument ifbryce2001-02-193-12/+22
* * java/util/TimerTask.java: New version from Classpath.mark2001-02-172-64/+71
* Remerge with Classpathmark2001-02-172-80/+135
* * HACKING: new filemark2001-02-172-0/+50
* * java/io/DataInputStream.java: update copyright noticemark2001-02-177-35/+148
* * java/util/HashSet.java (clone): Made subclass safe, usebryce2001-02-162-3/+13
* * java/util/TreeMap.java (nil): Made non-final.bryce2001-02-162-2/+7
* * java/util/TreeSet.java (clone): Made subclass safe, usebryce2001-02-163-6/+28
* 2001-02-14 Andrew Haley <aph@redhat.com>aph2001-02-152-1/+6
* 2001-02-15 Anthony Green <green@redhat.com>green2001-02-154-23/+17
* * java/util/AbstractSequentialList.java: Synchronize with Classpath.bryce2001-02-159-126/+585
* * java/util/HashSet.java (clone): Remove try/catch.bryce2001-02-152-10/+5
* * gnu/awt/j2d/DirectRasterGraphics.java (clone): Hoist to public.bryce2001-02-153-2/+7
* * java/util/TreeSet.java (clone): Call TreeMap.clone(), notbryce2001-02-153-19/+21
* * java/lang/natClass.cc (getSignature): Don't try to dereferencebryce2001-02-143-16/+27
* * java/util/TreeMap.java: New file.bryce2001-02-148-24/+1781
* * java/io/PipedReader.java (ready): Throw IOException if pipetromey2001-02-135-19/+40
* * gnu/awt/j2d/AbstractGraphicsState.java (clone): Made public.tromey2001-02-132-1/+10
* Fix for PR libgcj/1351:tromey2001-02-132-1/+16
* * java/io/BlockDataException.java: Removed.bryce2001-02-135-83/+33
* 2001-02-12 Jeff Sturm <jeff.sturm@commerceone.com>tromey2001-02-122-2/+12
* * java/util/Timer.java: New version from Classpath.tromey2001-02-092-429/+496
* * java/lang/Double.java (doubleToRawLongBits): Now native.bryce2001-02-095-17/+27
* 2001-02-09 Alexandre Petit-Bianco <apbianco@redhat.com>apbianco2001-02-092-0/+23
* * java/io/OutputStreamWriter.java: (flush, writeChars): Throwbryce2001-02-092-1/+10
* * java/lang/Byte.java: Remove redundant instanceof and null checks.bryce2001-02-097-51/+50
* * java/lang/Float.java (parseFloat): New method.tromey2001-02-092-1/+13
OpenPOWER on IntegriCloud