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
/
java
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* java/util/HashSet.java (clone): Made subclass safe, use
bryce
2001-02-16
1
-3
/
+10
*
* java/util/TreeMap.java (nil): Made non-final.
bryce
2001-02-16
1
-2
/
+4
*
* java/util/TreeSet.java (clone): Made subclass safe, use
bryce
2001-02-16
2
-6
/
+22
*
2001-02-15 Anthony Green <green@redhat.com>
green
2001-02-15
1
-9
/
+1
*
* java/util/AbstractSequentialList.java: Synchronize with Classpath.
bryce
2001-02-15
8
-126
/
+576
*
* java/util/HashSet.java (clone): Remove try/catch.
bryce
2001-02-15
1
-10
/
+3
*
* java/util/TreeSet.java (clone): Call TreeMap.clone(), not
bryce
2001-02-15
2
-19
/
+14
*
* java/lang/natClass.cc (getSignature): Don't try to dereference
bryce
2001-02-14
2
-16
/
+17
*
* java/util/TreeMap.java: New file.
bryce
2001-02-14
5
-16
/
+1756
*
* java/io/PipedReader.java (ready): Throw IOException if pipe
tromey
2001-02-13
4
-19
/
+29
*
* java/io/BlockDataException.java: Removed.
bryce
2001-02-13
2
-40
/
+1
*
* java/util/Timer.java: New version from Classpath.
tromey
2001-02-09
1
-429
/
+492
*
* java/lang/Double.java (doubleToRawLongBits): Now native.
bryce
2001-02-09
4
-17
/
+20
*
2001-02-09 Alexandre Petit-Bianco <apbianco@redhat.com>
apbianco
2001-02-09
1
-0
/
+16
*
* java/io/OutputStreamWriter.java: (flush, writeChars): Throw
bryce
2001-02-09
1
-1
/
+7
*
* java/lang/Byte.java: Remove redundant instanceof and null checks.
bryce
2001-02-09
6
-51
/
+39
*
* java/lang/Float.java (parseFloat): New method.
tromey
2001-02-09
1
-1
/
+9
*
From paul@dawa.demon.co.uk. Fix for PR libgcj/1913:
tromey
2001-02-09
1
-1
/
+10
*
gcc/java/:
jsm28
2001-02-08
2
-2
/
+2
*
Fix for PR libgcj/1906:
tromey
2001-02-07
1
-25
/
+17
*
* java/util/Arrays.java: Removed "cmp" methods.
bryce
2001-02-07
1
-88
/
+53
*
* java/io/ObjectInputStream.java (read): AND byte with 0xff to make
bryce
2001-01-27
2
-15
/
+43
*
* java/lang/natSystem.cc (getSystemTimeZone): Only use tm_gmtoff
warrenl
2001-01-26
1
-2
/
+15
*
* java/lang/sf_fabs.c: Use uint32_t, not __uint32_t.
tromey
2001-01-25
1
-1
/
+1
*
* Makefile.in: Rebuilt.
tromey
2001-01-24
1
-0
/
+47
*
* java/text/SimpleDateFormat.java (format): Compute hour for cases
warrenl
2001-01-20
1
-6
/
+6
*
* java/bean/Beans.java (instantiate): enable Applet code from Classpath
mark
2001-01-18
1
-11
/
+9
*
* java/lang/Class.h (isInterface): Move implementation from
bryce
2001-01-17
3
-13
/
+13
*
2001-01-16 Alexandre Petit-Bianco <apbianco@cygnus.com>
apbianco
2001-01-17
2
-59
/
+20
*
* java/math/BigInteger.java: Update Copyright year.
warrenl
2001-01-17
1
-1
/
+1
*
2001-01-16 Hans Boehm <hans_boehm@hp.com>
bryce
2001-01-17
1
-4
/
+6
*
2001-01-07 Alexandre Petit-Bianco <apbianco@cygnus.com>
apbianco
2001-01-15
3
-19
/
+79
*
* java/net/URLDecoder.java: Thanks Edgar Villanueva (edgarvil@home.com)
mark
2001-01-15
1
-21
/
+56
*
* java/lang/natSystem.cc: Include locale.h if it exists.
tromey
2001-01-12
1
-0
/
+4
*
* java/awt/Cursor.java (Cursor(String)): Set type to custom.
tromey
2001-01-11
1
-3
/
+5
*
* java/math/BigDecimal.java (divide): Fixed comment.
warrenl
2001-01-10
1
-1
/
+1
*
Fix for PR libgcj/1596:
warrenl
2001-01-10
1
-6
/
+28
*
2001-01-09 Oskar Liljeblad <osk@hem.passagen.se>
warrenl
2001-01-09
1
-49
/
+49
*
Fix for PR libgcj/1411:
warrenl
2001-01-09
6
-139
/
+205
*
In gcc/java:
bryce
2001-01-08
5
-77
/
+119
*
Fix bug in URLConnection and correct javadoc annotations in StringBuffer.
green
2001-01-07
2
-4
/
+2
*
Fix comments for doclets
green
2001-01-06
7
-14
/
+19
*
* java/io/PipedReader: Synchronize on "lock" instead of this.
bryce
2001-01-05
1
-118
/
+130
*
* java/io/PipedInputStream: Rewrote to be simpler and more correct.
bryce
2001-01-05
4
-1240
/
+856
*
* java/lang/Thread.java: Update comment.
bryce
2001-01-05
1
-6
/
+3
*
* java/awt/ScrollPane.java (setBlockIncrement): Throw error.
tromey
2001-01-03
2
-21
/
+13
*
* java/awt/ScrollPane.java: Wrote.
tromey
2001-01-03
6
-98
/
+520
*
For boehm-gc:
bryce
2000-12-30
1
-6
/
+19
*
2000-12-27 Jeff Sturm <jeff.sturm@commerceone.com>
bryce
2000-12-28
1
-2
/
+4
*
Fix for PR libgcj/1358:
warrenl
2000-12-28
5
-16
/
+15
[prev]
[next]