summaryrefslogtreecommitdiff
path: root/libjava/java
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * java/lang/natSystem.cc (getSystemTimeZone): Only use tm_gmtoffwarrenl2001-01-261-2/+15
* * java/lang/sf_fabs.c: Use uint32_t, not __uint32_t.tromey2001-01-251-1/+1
* * Makefile.in: Rebuilt.tromey2001-01-241-0/+47
* * java/text/SimpleDateFormat.java (format): Compute hour for caseswarrenl2001-01-201-6/+6
* * java/bean/Beans.java (instantiate): enable Applet code from Classpathmark2001-01-181-11/+9
* * java/lang/Class.h (isInterface): Move implementation frombryce2001-01-173-13/+13
* 2001-01-16 Alexandre Petit-Bianco <apbianco@cygnus.com>apbianco2001-01-172-59/+20
* * java/math/BigInteger.java: Update Copyright year.warrenl2001-01-171-1/+1
* 2001-01-16 Hans Boehm <hans_boehm@hp.com>bryce2001-01-171-4/+6
* 2001-01-07 Alexandre Petit-Bianco <apbianco@cygnus.com>apbianco2001-01-153-19/+79
* * java/net/URLDecoder.java: Thanks Edgar Villanueva (edgarvil@home.com)mark2001-01-151-21/+56
* * java/lang/natSystem.cc: Include locale.h if it exists.tromey2001-01-121-0/+4
* * java/awt/Cursor.java (Cursor(String)): Set type to custom.tromey2001-01-111-3/+5
* * java/math/BigDecimal.java (divide): Fixed comment.warrenl2001-01-101-1/+1
* Fix for PR libgcj/1596:warrenl2001-01-101-6/+28
* 2001-01-09 Oskar Liljeblad <osk@hem.passagen.se>warrenl2001-01-091-49/+49
* Fix for PR libgcj/1411:warrenl2001-01-096-139/+205
* In gcc/java:bryce2001-01-085-77/+119
* Fix bug in URLConnection and correct javadoc annotations in StringBuffer.green2001-01-072-4/+2
* Fix comments for docletsgreen2001-01-067-14/+19
* * java/io/PipedReader: Synchronize on "lock" instead of this.bryce2001-01-051-118/+130
* * java/io/PipedInputStream: Rewrote to be simpler and more correct.bryce2001-01-054-1240/+856
* * java/lang/Thread.java: Update comment.bryce2001-01-051-6/+3