index
:
ppe42-gcc
gcc-4_9_2-ppe42
GCC for the PPE42
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libjava
Commit message (
Expand
)
Author
Age
Files
Lines
*
* java/util/TimerTask.java: New version from Classpath.
mark
2001-02-17
2
-64
/
+71
*
Remerge with Classpath
mark
2001-02-17
2
-80
/
+135
*
* HACKING: new file
mark
2001-02-17
2
-0
/
+50
*
* java/io/DataInputStream.java: update copyright notice
mark
2001-02-17
7
-35
/
+148
*
* java/util/HashSet.java (clone): Made subclass safe, use
bryce
2001-02-16
2
-3
/
+13
*
* java/util/TreeMap.java (nil): Made non-final.
bryce
2001-02-16
2
-2
/
+7
*
* java/util/TreeSet.java (clone): Made subclass safe, use
bryce
2001-02-16
3
-6
/
+28
*
2001-02-14 Andrew Haley <aph@redhat.com>
aph
2001-02-15
2
-1
/
+6
*
2001-02-15 Anthony Green <green@redhat.com>
green
2001-02-15
4
-23
/
+17
*
* java/util/AbstractSequentialList.java: Synchronize with Classpath.
bryce
2001-02-15
9
-126
/
+585
*
* java/util/HashSet.java (clone): Remove try/catch.
bryce
2001-02-15
2
-10
/
+5
*
* gnu/awt/j2d/DirectRasterGraphics.java (clone): Hoist to public.
bryce
2001-02-15
3
-2
/
+7
*
* java/util/TreeSet.java (clone): Call TreeMap.clone(), not
bryce
2001-02-15
3
-19
/
+21
*
* java/lang/natClass.cc (getSignature): Don't try to dereference
bryce
2001-02-14
3
-16
/
+27
*
* java/util/TreeMap.java: New file.
bryce
2001-02-14
8
-24
/
+1781
*
* java/io/PipedReader.java (ready): Throw IOException if pipe
tromey
2001-02-13
5
-19
/
+40
*
* gnu/awt/j2d/AbstractGraphicsState.java (clone): Made public.
tromey
2001-02-13
2
-1
/
+10
*
Fix for PR libgcj/1351:
tromey
2001-02-13
2
-1
/
+16
*
* java/io/BlockDataException.java: Removed.
bryce
2001-02-13
5
-83
/
+33
*
2001-02-12 Jeff Sturm <jeff.sturm@commerceone.com>
tromey
2001-02-12
2
-2
/
+12
*
* java/util/Timer.java: New version from Classpath.
tromey
2001-02-09
2
-429
/
+496
*
* java/lang/Double.java (doubleToRawLongBits): Now native.
bryce
2001-02-09
5
-17
/
+27
*
2001-02-09 Alexandre Petit-Bianco <apbianco@redhat.com>
apbianco
2001-02-09
2
-0
/
+23
*
* java/io/OutputStreamWriter.java: (flush, writeChars): Throw
bryce
2001-02-09
2
-1
/
+10
*
* java/lang/Byte.java: Remove redundant instanceof and null checks.
bryce
2001-02-09
7
-51
/
+50
*
* java/lang/Float.java (parseFloat): New method.
tromey
2001-02-09
2
-1
/
+13
*
From paul@dawa.demon.co.uk. Fix for PR libgcj/1913:
tromey
2001-02-09
2
-1
/
+16
*
* libjava.mauve/mauve.exp: Added support for XFAILs.
warrenl
2001-02-08
3
-5
/
+45
*
gcc/java/:
jsm28
2001-02-08
5
-5
/
+11
*
Fix for PR libgcj/1906:
tromey
2001-02-07
2
-25
/
+26
*
* java/util/Arrays.java: Removed "cmp" methods.
bryce
2001-02-07
2
-89
/
+65
*
2000-02-03 Jeff Sturm <jeff.sturm@commerceone.com>
bryce
2001-02-05
2
-0
/
+5
*
gcc/java:
bryce
2001-02-05
4
-311
/
+290
*
* Makefile.in: Rebuilt.
tromey
2001-01-31
3
-1
/
+13
*
2001-01-26 Andrew Haley <aph@redhat.com>
aph
2001-01-30
2
-2
/
+20
*
* configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
rth
2001-01-28
2
-0
/
+5
*
* jni.cc (_Jv_JNIFunctions): Added comment for each entry in
tromey
2001-01-27
2
-230
/
+236
*
* java/io/ObjectInputStream.java (read): AND byte with 0xff to make
bryce
2001-01-27
3
-15
/
+53
*
* jni.cc (_Jv_JNI_GetAnyMethodID): Rewrite signature from external
tromey
2001-01-26
2
-10
/
+21
*
* libjava.jni/martin.c (Java_martin_myNative): Flush stdout.
tromey
2001-01-26
2
-0
/
+3
*
* libjava.jni/martin.out: New file.
tromey
2001-01-26
4
-0
/
+72
*
* java/lang/natSystem.cc (getSystemTimeZone): Only use tm_gmtoff
warrenl
2001-01-26
2
-2
/
+20
*
* java/lang/sf_fabs.c: Use uint32_t, not __uint32_t.
tromey
2001-01-25
2
-1
/
+5
*
* Makefile.in: Rebuilt.
tromey
2001-01-24
4
-14
/
+68
*
* java/text/SimpleDateFormat.java (format): Compute hour for cases
warrenl
2001-01-20
2
-7
/
+12
*
* java/bean/Beans.java (instantiate): enable Applet code from Classpath
mark
2001-01-18
2
-11
/
+13
*
* java/lang/Class.h (isInterface): Move implementation from
bryce
2001-01-17
4
-13
/
+22
*
2001-01-16 Alexandre Petit-Bianco <apbianco@cygnus.com>
apbianco
2001-01-17
4
-72
/
+34
*
* lib/libjava.exp (bytecompile_file): Don't unset CLASSPATH.
rth
2001-01-17
2
-3
/
+7
*
* java/math/BigInteger.java: Update Copyright year.
warrenl
2001-01-17
2
-1
/
+5
[next]