aboutsummaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)AuthorFilesLines
2001-02-20PipedWriter.java (flush): Throw exception if stream closed.Tom Tromey5-29/+120
2001-02-20ThreadGroup.java (activeCount): Only include threads which are alive.Tom Tromey2-7/+22
2001-02-19CharArrayReader.java (CharArrayReader): Throw IllegalArgumentException if con...Bryce McKinlay3-10/+18
2001-02-19Integer.java (getInteger): Return default argument if property is not set.Bryce McKinlay3-12/+22
2001-02-17* java/util/TimerTask.java: New version from Classpath.Mark Wielaard2-64/+71
2001-02-17Remerge with Classpath (changes by Bryce McKinlay <bryce@albatross.co.nz>)Mark Wielaard2-80/+135
2001-02-17* HACKING: new fileMark Wielaard2-0/+50
2001-02-17DataInputStream.java: update copyright noticeMark Wielaard7-35/+148
2001-02-16HashSet.java (clone): Made subclass safe, use super.clone(), not new.Bryce McKinlay2-3/+13
2001-02-16TreeMap.java (nil): Made non-final.Bryce McKinlay2-2/+7
2001-02-16TreeSet.java (clone): Made subclass safe, use super.clone(), not new.Bryce McKinlay3-6/+28
2001-02-15i386-signal.h (INIT_SEGV): Use a direct system call to set the handler.Andrew Haley2-1/+6
2001-02-15defineclass.cc: Don't include alloca.h.Anthony Green4-23/+17
2001-02-15AbstractSequentialList.java: Synchronize with Classpath.Bryce McKinlay9-126/+585
2001-02-15* java/util/HashSet.java (clone): Remove try/catch.Bryce McKinlay2-10/+5
2001-02-15DirectRasterGraphics.java (clone): Hoist to public.Bryce McKinlay3-2/+7
2001-02-15TreeSet.java (clone): Call TreeMap.clone(), not Object.clone().Bryce McKinlay3-19/+21
2001-02-14natClass.cc (getSignature): Don't try to dereference param_types if it is null.Bryce McKinlay3-16/+27
2001-02-14re PR libgcj/1758 (java.util package lacks TreeMap)Bryce McKinlay8-24/+1781
2001-02-13PipedReader.java (ready): Throw IOException if pipe closed.Tom Tromey5-19/+40
2001-02-13* gnu/awt/j2d/AbstractGraphicsState.java (clone): Made public.Tom Tromey2-1/+10
2001-02-13re PR libgcj/1351 (_Jv_select -vs- Thread.interrupt)Tom Tromey2-1/+16
2001-02-13BlockDataException.java: Removed.Bryce McKinlay5-83/+33
2001-02-12interpret.cc (continue1): [insn_invokevirtual] Do an explicit null pointer ch...Jeff Sturm2-2/+12
2001-02-09* java/util/Timer.java: New version from Classpath.Tom Tromey2-429/+496
2001-02-09Double.java (doubleToRawLongBits): Now native.Bryce McKinlay5-17/+27
2001-02-09File.java (java.net): Imported.Alexandre Petit-Bianco2-0/+23
2001-02-09OutputStreamWriter.java: (flush, writeChars): Throw IOException if stream clo...Bryce McKinlay2-1/+10
2001-02-09Byte.java: Remove redundant instanceof and null checks.Bryce McKinlay7-51/+50
2001-02-09* java/lang/Float.java (parseFloat): New method.Tom Tromey2-1/+13
2001-02-09re PR libgcj/1913 (reading closed streams throws NullPointerException, not IO...Tom Tromey2-1/+16
2001-02-08mauve.exp: Added support for XFAILs.Warren Levy3-5/+45
2001-02-08gcj.texi: Change sources.redhat.com reference to gcc.gnu.org.Joseph Myers5-5/+11
2001-02-07re PR libgcj/1906 (difference between gcj and jdk for MessageFormat)Tom Tromey2-25/+26
2001-02-07re PR java/1895 (Libjava: Arrays.sort doesn't work)Bryce McKinlay2-89/+65
2001-02-05configure.host: Use sjlj-exceptions for Alpha.Jeff Sturm2-0/+5
2001-02-05Make-lang.in (jvspec.o): Add DRIVER_DEFINES to the list of macros used when c...Bryce McKinlay4-311/+290
2001-01-31Makefile.in: Rebuilt.Tom Tromey3-1/+13
2001-01-302001-01-26 Andrew Haley <aph@redhat.com>Andrew Haley2-2/+20
2001-01-27configure.in (target_makefile_frag): Use mt-alphaieee.Richard Henderson2-0/+5
2001-01-27jni.cc (_Jv_JNIFunctions): Added comment for each entry in native interface s...Tom Tromey2-230/+236
2001-01-27ObjectInputStream.java (read): AND byte with 0xff to make result unsigned.Bryce McKinlay3-15/+53
2001-01-26jni.cc (_Jv_JNI_GetAnyMethodID): Rewrite signature from external to internal ...Tom Tromey2-10/+21
2001-01-26* libjava.jni/martin.c (Java_martin_myNative): Flush stdout.Tom Tromey2-0/+3
2001-01-26martin.out: New file.Tom Tromey4-0/+72
2001-01-26natSystem.cc (getSystemTimeZone): Only use tm_gmtoff and timezone if they are...Warren Levy2-2/+20
2001-01-25* java/lang/sf_fabs.c: Use uint32_t, not __uint32_t.Tom Tromey2-1/+5
2001-01-24Makefile.in: Rebuilt.Tom Tromey4-14/+68
2001-01-20SimpleDateFormat.java (format): Compute hour for cases HOUR_OF_DAY1_FIELD (1-...Warren Levy2-7/+12
2001-01-18* java/bean/Beans.java (instantiate): enable Applet code from ClasspathMark Wielaard2-11/+13