summaryrefslogtreecommitdiffstats
path: root/libjava/java
Commit message (Expand)AuthorAgeFilesLines
* * exception.cc (java_eh_info): Make value type jthrowable.rth2001-03-2620-197/+197
* 2001-03-24 Bryce McKinlay <bryce@albatross.co.nz>bryce2001-03-242-3/+7
* * java/lang/natDouble.cc (parseDouble): Cannot use errno tobothner2001-03-241-15/+25
* * java/lang/natClass.cc (_Jv_IsAssignableFrom): Checking thebothner2001-03-241-7/+10
* * jni.cc (_Jv_JNI_GetAnyFieldID): Handle unresolved fields.tromey2001-03-232-14/+7
* * java/lang/reflect/Method.java (getExceptionTypes): Call getType() tobryce2001-03-223-2/+10
* * java/io/natFileDescriptorPosix.cc (open): Add O_CREAT intromey2001-03-211-2/+2
* * java/util/TimeZone.java: Sync up with Classpath. Includes newwarrenl2001-03-201-97/+103
* * java/net/URLStreamHandler.java (parseURL): Fix bug which wouldbothner2001-03-191-1/+1
* * java/util/ArrayList.java: Remove RCS keywords from commentsmark2001-03-1912-533/+785
* * java/lang/natClass.cc (_Jv_CheckCast): add class names to exceptionmark2001-03-181-1/+6
* * java/lang/natString.cc (rehash): Don't bother with memset;tromey2001-03-181-18/+58
* 2001-03-01 Andrew Haley <aph@redhat.com>aph2001-03-141-3/+4
* * java/lang/ExceptionInInitializerError.java (printStackTrace):bryce2001-03-121-3/+3
* 2001-03-12 Bryce McKinlay <bryce@albatross.co.nz>bryce2001-03-125-9/+48
* * java/io/ObjectStreamClass.java (setUID): Don't write interfacetromey2001-03-091-5/+9
* 2001-03-06 Bryce McKinlay <bryce@albatross.co.nz>bryce2001-03-062-11/+6
* Changes merged from Kawa's gnu.math.bothner2001-03-021-15/+10
* Change to sometimes include class name in ClassFormatError message.bothner2001-02-241-1/+3
* * java/lang/Throwable.java (CPlusPlusDemangler): Pass -s java tobothner2001-02-241-1/+1
* Fix for PR java/2040:bryce2001-02-222-20/+15
* * java/io/PipedWriter.java (flush): Throw exception if streamtromey2001-02-204-29/+102
* * java/lang/ThreadGroup.java (activeCount): Only include threadstromey2001-02-201-7/+16
* * java/io/CharArrayReader.java (CharArrayReader): Throwbryce2001-02-192-10/+13
* * java/lang/Integer.java (getInteger): Return default argument ifbryce2001-02-192-12/+16
* * java/util/TimerTask.java: New version from Classpath.mark2001-02-171-64/+67
* Remerge with Classpathmark2001-02-171-80/+111
* * java/io/DataInputStream.java: update copyright noticemark2001-02-176-35/+139
* * java/util/HashSet.java (clone): Made subclass safe, usebryce2001-02-161-3/+10
* * java/util/TreeMap.java (nil): Made non-final.bryce2001-02-161-2/+4
* * java/util/TreeSet.java (clone): Made subclass safe, usebryce2001-02-162-6/+22
* 2001-02-15 Anthony Green <green@redhat.com>green2001-02-151-9/+1
* * java/util/AbstractSequentialList.java: Synchronize with Classpath.bryce2001-02-158-126/+576
* * java/util/HashSet.java (clone): Remove try/catch.bryce2001-02-151-10/+3
* * java/util/TreeSet.java (clone): Call TreeMap.clone(), notbryce2001-02-152-19/+14
* * java/lang/natClass.cc (getSignature): Don't try to dereferencebryce2001-02-142-16/+17
* * java/util/TreeMap.java: New file.bryce2001-02-145-16/+1756
* * java/io/PipedReader.java (ready): Throw IOException if pipetromey2001-02-134-19/+29
* * java/io/BlockDataException.java: Removed.bryce2001-02-132-40/+1
* * java/util/Timer.java: New version from Classpath.tromey2001-02-091-429/+492
* * java/lang/Double.java (doubleToRawLongBits): Now native.bryce2001-02-094-17/+20
* 2001-02-09 Alexandre Petit-Bianco <apbianco@redhat.com>apbianco2001-02-091-0/+16
* * java/io/OutputStreamWriter.java: (flush, writeChars): Throwbryce2001-02-091-1/+7
* * java/lang/Byte.java: Remove redundant instanceof and null checks.bryce2001-02-096-51/+39
* * java/lang/Float.java (parseFloat): New method.tromey2001-02-091-1/+9
* From paul@dawa.demon.co.uk. Fix for PR libgcj/1913:tromey2001-02-091-1/+10
* gcc/java/:jsm282001-02-082-2/+2
* Fix for PR libgcj/1906:tromey2001-02-071-25/+17
* * java/util/Arrays.java: Removed "cmp" methods.bryce2001-02-071-88/+53
* * java/io/ObjectInputStream.java (read): AND byte with 0xff to makebryce2001-01-272-15/+43
OpenPOWER on IntegriCloud