aboutsummaryrefslogtreecommitdiff
path: root/libjava/java
AgeCommit message (Expand)AuthorFilesLines
2001-02-16HashSet.java (clone): Made subclass safe, use super.clone(), not new.Bryce McKinlay1-3/+10
2001-02-16TreeMap.java (nil): Made non-final.Bryce McKinlay1-2/+4
2001-02-16TreeSet.java (clone): Made subclass safe, use super.clone(), not new.Bryce McKinlay2-6/+22
2001-02-15defineclass.cc: Don't include alloca.h.Anthony Green1-9/+1
2001-02-15AbstractSequentialList.java: Synchronize with Classpath.Bryce McKinlay8-126/+576
2001-02-15* java/util/HashSet.java (clone): Remove try/catch.Bryce McKinlay1-10/+3
2001-02-15TreeSet.java (clone): Call TreeMap.clone(), not Object.clone().Bryce McKinlay2-19/+14
2001-02-14natClass.cc (getSignature): Don't try to dereference param_types if it is null.Bryce McKinlay2-16/+17
2001-02-14re PR libgcj/1758 (java.util package lacks TreeMap)Bryce McKinlay5-16/+1756
2001-02-13PipedReader.java (ready): Throw IOException if pipe closed.Tom Tromey4-19/+29
2001-02-13BlockDataException.java: Removed.Bryce McKinlay2-40/+1
2001-02-09* java/util/Timer.java: New version from Classpath.Tom Tromey1-429/+492
2001-02-09Double.java (doubleToRawLongBits): Now native.Bryce McKinlay4-17/+20
2001-02-09File.java (java.net): Imported.Alexandre Petit-Bianco1-0/+16
2001-02-09OutputStreamWriter.java: (flush, writeChars): Throw IOException if stream clo...Bryce McKinlay1-1/+7
2001-02-09Byte.java: Remove redundant instanceof and null checks.Bryce McKinlay6-51/+39
2001-02-09* java/lang/Float.java (parseFloat): New method.Tom Tromey1-1/+9
2001-02-09re PR libgcj/1913 (reading closed streams throws NullPointerException, not IO...Tom Tromey1-1/+10
2001-02-08gcj.texi: Change sources.redhat.com reference to gcc.gnu.org.Joseph Myers2-2/+2
2001-02-07re PR libgcj/1906 (difference between gcj and jdk for MessageFormat)Tom Tromey1-25/+17
2001-02-07re PR java/1895 (Libjava: Arrays.sort doesn't work)Bryce McKinlay1-88/+53
2001-01-27ObjectInputStream.java (read): AND byte with 0xff to make result unsigned.Bryce McKinlay2-15/+43
2001-01-26natSystem.cc (getSystemTimeZone): Only use tm_gmtoff and timezone if they are...Warren Levy1-2/+15
2001-01-25* java/lang/sf_fabs.c: Use uint32_t, not __uint32_t.Tom Tromey1-1/+1
2001-01-24Makefile.in: Rebuilt.Tom Tromey1-0/+47
2001-01-20SimpleDateFormat.java (format): Compute hour for cases HOUR_OF_DAY1_FIELD (1-...Warren Levy1-6/+6
2001-01-18* java/bean/Beans.java (instantiate): enable Applet code from ClasspathMark Wielaard1-11/+9
2001-01-17Class.h (isInterface): Move implementation from natClass.cc.Bryce McKinlay3-13/+13
2001-01-17prims.cc (init_prim_class): Deleted.Alexandre Petit-Bianco2-59/+20
2001-01-17* java/math/BigInteger.java: Update Copyright year.Warren Levy1-1/+1
2001-01-17BigInteger.java (setShiftRight): Only do negative shift if count != 0.Hans Boehm1-4/+6
2001-01-15All files with updated copyright.Alexandre Petit-Bianco3-19/+79
2001-01-15URLDecoder.java: Thanks Edgar Villanueva (edgarvil@home.com)Mark Wielaard1-21/+56
2001-01-12natSystem.cc: Include locale.h if it exists.Tom Tromey1-0/+4
2001-01-11Cursor.java (Cursor(String)): Set type to custom.Tom Tromey1-3/+5
2001-01-10* java/math/BigDecimal.java (divide): Fixed comment.Warren Levy1-1/+1
2001-01-10re PR libgcj/1596 (setScale() missing from java.math.BigDecimal)Warren Levy1-6/+28
2001-01-09re PR libgcj/1338 (StreamTokenizer does not handle /* comments correctly)Oskar Liljeblad1-49/+49
2001-01-09re PR libgcj/1411 (natTimeZone.cc should be removed)Warren Levy6-139/+205
2001-01-08In gcc/java:Bryce McKinlay5-77/+119
2001-01-07Fix bug in URLConnection and correct javadoc annotations in StringBuffer.Anthony Green2-4/+2
2001-01-06Fix comments for docletsAnthony Green7-14/+19
2001-01-05* java/io/PipedReader: Synchronize on "lock" instead of this.Bryce McKinlay1-118/+130
2001-01-05PipedInputStream: Rewrote to be simpler and more correct.Bryce McKinlay4-1240/+856
2001-01-05* java/lang/Thread.java: Update comment.Bryce McKinlay1-6/+3
2001-01-03ScrollPane.java (setBlockIncrement): Throw error.Tom Tromey2-21/+13
2001-01-03ScrollPane.java: Wrote.Tom Tromey6-98/+520
2000-12-30For boehm-gc:Bryce McKinlay1-6/+19
2000-12-28DriverManager.java (getConnection): Don't set user/password properties if null.Jeff Sturm1-2/+4
2000-12-28re PR libgcj/1358 (java.util.Date.toString() doesn't seem to behave properly.)Warren Levy5-16/+15