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/awt/Point.java (toString): Use getClass().getName().
tromey
2002-01-16
2
-7
/
+95
*
* java/util/IdentityHashMap.java (IdentityHashMap): Removed
tromey
2002-01-16
2
-4
/
+6
*
* java/awt/Label.java: Merged with Classpath.
tromey
2002-01-16
2
-77
/
+226
*
* java/awt/AWTPermission.java: Updated copyright.
tromey
2002-01-16
2
-5
/
+25
*
* java/awt/LayoutManager2.java: Merged with Classpath.
tromey
2002-01-16
5
-90
/
+359
*
Start of AWT merge with Classpath:
tromey
2002-01-16
65
-1290
/
+5825
*
2002-01-15 Tom Tromey <tromey@redhat.com>
tromey
2002-01-16
3
-14
/
+28
*
* java/net/DatagramSocket.java (getReceiveBufferSize): new 1.2 method.
mark
2002-01-13
2
-16
/
+83
*
* java/net/InetAddress.java (ANY_IF): moved from ServerSocket.
mark
2002-01-12
6
-153
/
+716
*
2002-01-11 Chris Sears <cbsears_sf@yahoo.com>
tromey
2002-01-12
2
-41
/
+38
*
* java/lang/natSystem.cc (init_properties): Only look for default
tromey
2002-01-11
6
-188
/
+282
*
For PR libgcj/5303:
tromey
2002-01-10
2
-7
/
+48
*
* gnu/gcj/convert/Convert.java (version): Use java.vm.name
tromey
2002-01-10
2
-5
/
+11
*
For PR libgcj/5303:
tromey
2002-01-10
2
-6
/
+53
*
* Makefile.in: Rebuilt.
tromey
2002-01-08
136
-103
/
+6852
*
For PR libgcj/5031:
tromey
2002-01-08
2
-1
/
+10
*
* Makefile.in: Rebuilt.
tromey
2002-01-08
3
-5
/
+7
*
2002-01-08 Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>
tromey
2002-01-08
3
-15
/
+381
*
* resolve.cc (_Jv_PrepareClass): Enable verifier.
tromey
2002-01-08
2
-3
/
+6
*
2002-01-07 Andreas Tobler <a.tobler@schweiz.ch>
tromey
2002-01-08
2
-9
/
+10
*
2002-01-08 Chris Sears <cbsears_sf@yahoo.com>
tromey
2002-01-08
2
-65
/
+34
*
2002-01-06 Andreas Tobler <a.tobler@schweiz.ch>
tromey
2002-01-06
5
-198
/
+314
*
2002-01-05 H.J. Lu <hjl@gnu.org>
hjl
2002-01-05
2
-1
/
+5
*
2002-01-02 Andreas Tobler <a.tobler@schweiz.ch>
tromey
2002-01-05
2
-1
/
+8
*
* java/lang/Thread.java (stop): No longer synchronized.
tromey
2002-01-04
2
-3
/
+8
*
* java/lang/ieeefp.h: Fix bug in my hand-application of previous
tromey
2002-01-02
2
-1
/
+6
*
2002-1-1 Andrew Pinski <pinskia@physics.uc.edu>
tromey
2002-01-02
2
-5
/
+7
*
2001-12-29 Andreas Tobler <a.tobler@schweiz.ch>
tromey
2002-01-01
2
-0
/
+9
*
* java/io/ObjectInputStream.java (enableResolveObject): Use
tromey
2001-12-21
3
-5
/
+16
*
Fix for PR java/5165:
tromey
2001-12-21
2
-5
/
+8
*
Fix for PR libgcj/2428:
tromey
2001-12-21
3
-4
/
+36
*
For PR java/4766:
tromey
2001-12-20
2
-0
/
+30
*
2001-12-20 Andrew Haley <aph@redhat.com>
aph
2001-12-20
5
-0
/
+90
*
* java/awt/FlowLayout.java (FlowLayout(), FlowLayout(int)): Set
tromey
2001-12-19
2
-26
/
+42
*
* boehm.cc (_Jv_BuildGCDescr): Define unconditionally.
bryce
2001-12-19
2
-4
/
+3
*
* include/jvm.h (_Jv_BuildGCDescr): Declare unconditionally.
bryce
2001-12-19
3
-4
/
+5
*
* java/text/CollationElementIterator.java (secondaryOrder): Cast
tromey
2001-12-18
2
-3
/
+9
*
For PR java/3417:
tromey
2001-12-18
3
-0
/
+13
*
* libjava.lang/PR3731.xfail: Removed.
tromey
2001-12-18
2
-1
/
+2
*
Inspired by PR java/5057:
tromey
2001-12-18
3
-0
/
+24
*
For PR java/5057:
tromey
2001-12-18
3
-0
/
+23
*
For PR libgcj/5103:
tromey
2001-12-16
8
-316
/
+493
*
For PR java/5088:
tromey
2001-12-16
4
-26
/
+43
*
* Makefile.in: Rebuilt.
tromey
2001-12-16
5
-42
/
+99
*
* java/io/DataOutputStream (write (byte[], int, int)): Update
bryce
2001-12-16
2
-1
/
+6
*
gcc/java:
bryce
2001-12-15
5
-2
/
+243
*
Collections drop from Classpath:
bryce
2001-12-15
27
-6159
/
+11473
*
For PR libgcj/5103:
tromey
2001-12-14
5
-1
/
+67
*
* libjava/prims.cc: Some old cleanups. The collector now
hboehm
2001-12-14
5
-37
/
+79
*
* prims.cc (_Jv_RunMain): Use `using' to simplify code. Set
tromey
2001-12-13
2
-12
/
+11
[next]