summaryrefslogtreecommitdiff
path: root/libjava/java
AgeCommit message (Expand)Author
2001-02-17* java/util/TimerTask.java: New version from Classpath.Mark Wielaard
2001-02-17Remerge with Classpath (changes by Bryce McKinlay <bryce@albatross.co.nz>)Mark Wielaard
2001-02-17DataInputStream.java: update copyright noticeMark Wielaard
2001-02-16HashSet.java (clone): Made subclass safe, use super.clone(), not new.Bryce McKinlay
2001-02-16TreeMap.java (nil): Made non-final.Bryce McKinlay
2001-02-16TreeSet.java (clone): Made subclass safe, use super.clone(), not new.Bryce McKinlay
2001-02-15defineclass.cc: Don't include alloca.h.Anthony Green
2001-02-15AbstractSequentialList.java: Synchronize with Classpath.Bryce McKinlay
2001-02-15* java/util/HashSet.java (clone): Remove try/catch.Bryce McKinlay
2001-02-15TreeSet.java (clone): Call TreeMap.clone(), not Object.clone().Bryce McKinlay
2001-02-14natClass.cc (getSignature): Don't try to dereference param_types if it is null.Bryce McKinlay
2001-02-14re PR libgcj/1758 (java.util package lacks TreeMap)Bryce McKinlay
2001-02-13PipedReader.java (ready): Throw IOException if pipe closed.Tom Tromey
2001-02-13BlockDataException.java: Removed.Bryce McKinlay
2001-02-09* java/util/Timer.java: New version from Classpath.Tom Tromey
2001-02-09Double.java (doubleToRawLongBits): Now native.Bryce McKinlay
2001-02-09File.java (java.net): Imported.Alexandre Petit-Bianco
2001-02-09OutputStreamWriter.java: (flush, writeChars): Throw IOException if stream clo...Bryce McKinlay
2001-02-09Byte.java: Remove redundant instanceof and null checks.Bryce McKinlay
2001-02-09* java/lang/Float.java (parseFloat): New method.Tom Tromey
2001-02-09re PR libgcj/1913 (reading closed streams throws NullPointerException, not IO...Tom Tromey
2001-02-08gcj.texi: Change sources.redhat.com reference to gcc.gnu.org.Joseph Myers
2001-02-07re PR libgcj/1906 (difference between gcj and jdk for MessageFormat)Tom Tromey
2001-02-07re PR java/1895 (Libjava: Arrays.sort doesn't work)Bryce McKinlay
2001-01-27ObjectInputStream.java (read): AND byte with 0xff to make result unsigned.Bryce McKinlay
2001-01-26natSystem.cc (getSystemTimeZone): Only use tm_gmtoff and timezone if they are...Warren Levy
2001-01-25* java/lang/sf_fabs.c: Use uint32_t, not __uint32_t.Tom Tromey
2001-01-24Makefile.in: Rebuilt.Tom Tromey
2001-01-20SimpleDateFormat.java (format): Compute hour for cases HOUR_OF_DAY1_FIELD (1-...Warren Levy
2001-01-18* java/bean/Beans.java (instantiate): enable Applet code from ClasspathMark Wielaard
2001-01-17Class.h (isInterface): Move implementation from natClass.cc.Bryce McKinlay
2001-01-17prims.cc (init_prim_class): Deleted.Alexandre Petit-Bianco
2001-01-17* java/math/BigInteger.java: Update Copyright year.Warren Levy
2001-01-17BigInteger.java (setShiftRight): Only do negative shift if count != 0.Hans Boehm
2001-01-15All files with updated copyright.Alexandre Petit-Bianco
2001-01-15URLDecoder.java: Thanks Edgar Villanueva (edgarvil@home.com)Mark Wielaard
2001-01-12natSystem.cc: Include locale.h if it exists.Tom Tromey
2001-01-11Cursor.java (Cursor(String)): Set type to custom.Tom Tromey
2001-01-10* java/math/BigDecimal.java (divide): Fixed comment.Warren Levy
2001-01-10re PR libgcj/1596 (setScale() missing from java.math.BigDecimal)Warren Levy
2001-01-09re PR libgcj/1338 (StreamTokenizer does not handle /* comments correctly)Oskar Liljeblad
2001-01-09re PR libgcj/1411 (natTimeZone.cc should be removed)Warren Levy
2001-01-08In gcc/java:Bryce McKinlay
2001-01-07Fix bug in URLConnection and correct javadoc annotations in StringBuffer.Anthony Green
2001-01-06Fix comments for docletsAnthony Green
2001-01-05* java/io/PipedReader: Synchronize on "lock" instead of this.Bryce McKinlay
2001-01-05PipedInputStream: Rewrote to be simpler and more correct.Bryce McKinlay
2001-01-05* java/lang/Thread.java: Update comment.Bryce McKinlay
2001-01-03ScrollPane.java (setBlockIncrement): Throw error.Tom Tromey
2001-01-03ScrollPane.java: Wrote.Tom Tromey