summaryrefslogtreecommitdiff
path: root/libjava
Commit message (Expand)AuthorAgeFilesLines
* * java/lang/natDouble.cc (parseDouble): Cannot use errno tobothner2001-03-241-15/+25
* * java/lang/natClass.cc (_Jv_IsAssignableFrom): Checking thebothner2001-03-242-7/+16
* 2000-03-23 Jeff Sturm <jsturm@one-point.com>tromey2001-03-232-3/+13
* * jni.cc (_Jv_JNI_GetAnyFieldID): Handle unresolved fields.tromey2001-03-237-33/+40
* * libjava.jni/field.out: New file.tromey2001-03-234-0/+56
* Fix for PR libgcj/1736. Thanks to Robert Boehne and Alexandre Olivabryce2001-03-233-50/+60
* 2001-03-22 Joerg Brunsmann <joerg_brunsmann@yahoo.de>bryce2001-03-232-1/+5
* 2001-03-22 Marcus G. Daniels <mgd@swarm.org>tromey2001-03-222-1/+8
* * java/lang/reflect/Method.java (getExceptionTypes): Call getType() tobryce2001-03-224-2/+18
* * libjava.compile/uesc.java: New file.tromey2001-03-213-0/+15
* * configure: Rebuilt.tromey2001-03-218-307/+343
* * java/io/natFileDescriptorPosix.cc (open): Add O_CREAT intromey2001-03-212-2/+7
* * 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