summaryrefslogtreecommitdiffstats
path: root/libjava
Commit message (Expand)AuthorAgeFilesLines
* * java/util/AbstractSequentialList.java: Synchronize with Classpath.bryce2001-02-159-126/+585
* * java/util/HashSet.java (clone): Remove try/catch.bryce2001-02-152-10/+5
* * gnu/awt/j2d/DirectRasterGraphics.java (clone): Hoist to public.bryce2001-02-153-2/+7
* * java/util/TreeSet.java (clone): Call TreeMap.clone(), notbryce2001-02-153-19/+21
* * java/lang/natClass.cc (getSignature): Don't try to dereferencebryce2001-02-143-16/+27
* * java/util/TreeMap.java: New file.bryce2001-02-148-24/+1781
* * java/io/PipedReader.java (ready): Throw IOException if pipetromey2001-02-135-19/+40
* * gnu/awt/j2d/AbstractGraphicsState.java (clone): Made public.tromey2001-02-132-1/+10
* Fix for PR libgcj/1351:tromey2001-02-132-1/+16
* * java/io/BlockDataException.java: Removed.bryce2001-02-135-83/+33
* 2001-02-12 Jeff Sturm <jeff.sturm@commerceone.com>tromey2001-02-122-2/+12
* * java/util/Timer.java: New version from Classpath.tromey2001-02-092-429/+496
* * java/lang/Double.java (doubleToRawLongBits): Now native.bryce2001-02-095-17/+27
* 2001-02-09 Alexandre Petit-Bianco <apbianco@redhat.com>apbianco2001-02-092-0/+23
* * java/io/OutputStreamWriter.java: (flush, writeChars): Throwbryce2001-02-092-1/+10
* * java/lang/Byte.java: Remove redundant instanceof and null checks.bryce2001-02-097-51/+50
* * java/lang/Float.java (parseFloat): New method.tromey2001-02-092-1/+13
* From paul@dawa.demon.co.uk. Fix for PR libgcj/1913:tromey2001-02-092-1/+16
* * libjava.mauve/mauve.exp: Added support for XFAILs.warrenl2001-02-083-5/+45
* gcc/java/:jsm282001-02-085-5/+11
* Fix for PR libgcj/1906:tromey2001-02-072-25/+26
* * java/util/Arrays.java: Removed "cmp" methods.bryce2001-02-072-89/+65
* 2000-02-03 Jeff Sturm <jeff.sturm@commerceone.com>bryce2001-02-052-0/+5
* gcc/java:bryce2001-02-054-311/+290
* * Makefile.in: Rebuilt.tromey2001-01-313-1/+13
* 2001-01-26 Andrew Haley <aph@redhat.com>aph2001-01-302-2/+20
* * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.rth2001-01-282-0/+5
* * jni.cc (_Jv_JNIFunctions): Added comment for each entry intromey2001-01-272-230/+236
* * java/io/ObjectInputStream.java (read): AND byte with 0xff to makebryce2001-01-273-15/+53
* * jni.cc (_Jv_JNI_GetAnyMethodID): Rewrite signature from externaltromey2001-01-262-10/+21
* * libjava.jni/martin.c (Java_martin_myNative): Flush stdout.tromey2001-01-262-0/+3
* * libjava.jni/martin.out: New file.tromey2001-01-264-0/+72
* * java/lang/natSystem.cc (getSystemTimeZone): Only use tm_gmtoffwarrenl2001-01-262-2/+20
* * java/lang/sf_fabs.c: Use uint32_t, not __uint32_t.tromey2001-01-252-1/+5
* * Makefile.in: Rebuilt.tromey2001-01-244-14/+68
* * java/text/SimpleDateFormat.java (format): Compute hour for caseswarrenl2001-01-202-7/+12
* * java/bean/Beans.java (instantiate): enable Applet code from Classpathmark2001-01-182-11/+13
* * java/lang/Class.h (isInterface): Move implementation frombryce2001-01-174-13/+22
* 2001-01-16 Alexandre Petit-Bianco <apbianco@cygnus.com>apbianco2001-01-174-72/+34
* * lib/libjava.exp (bytecompile_file): Don't unset CLASSPATH.rth2001-01-172-3/+7
* * java/math/BigInteger.java: Update Copyright year.warrenl2001-01-172-1/+5
* 2001-01-16 Hans Boehm <hans_boehm@hp.com>bryce2001-01-172-4/+11
* 2001-01-07 Alexandre Petit-Bianco <apbianco@cygnus.com>apbianco2001-01-156-73/+121
* * java/net/URLDecoder.java: Thanks Edgar Villanueva (edgarvil@home.com)mark2001-01-152-21/+60
* Removed bogus ChangeLog entrytromey2001-01-131-5/+0
* * gnu/awt/gtk/natGtkComponentPeer.cc (getLocationOnScreen):tromey2001-01-127-11/+309
* * java/lang/natSystem.cc: Include locale.h if it exists.tromey2001-01-126-300/+341
* * java/awt/Cursor.java (Cursor(String)): Set type to custom.tromey2001-01-112-3/+16
* * Makefile.am: Re-enable dependencies.bryce2001-01-113-57/+623
* * java/math/BigDecimal.java (divide): Fixed comment.warrenl2001-01-102-1/+5
OpenPOWER on IntegriCloud