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
/
lang
/
reflect
Commit message (
Expand
)
Author
Age
Files
Lines
*
2004-02-25 Andrew Haley <aph@redhat.com>
aph
2004-02-26
1
-1
/
+10
*
2004-01-07 Michael Koch <konqueror@gmx.de>
mkoch
2004-01-07
1
-34
/
+414
*
* java/lang/reflect/natMethod.cc (_Jv_CallAnyMethodA): Don't use
bryce
2003-10-30
1
-2
/
+4
*
* java/lang/reflect/AccessibleObject.java (secureSetAccessible):
bryce
2003-10-26
1
-33
/
+12
*
2003-10-26 Bryce McKinlay <bryce@mckinlay.net.nz>
bryce
2003-10-26
3
-34
/
+53
*
* java/lang/reflect/Method.java (toString): Avoid extra whitespace
bryce
2003-10-25
1
-2
/
+6
*
PR libgcj/11780:
bryce
2003-10-25
2
-36
/
+49
*
2003-09-25 Michael Koch <konqueror@gmx.de>
mkoch
2003-09-25
1
-12
/
+3
*
* java/lang/reflect/Proxy.java (generate): Uncomment protection
tromey
2003-09-25
1
-9
/
+2
*
PR java/12058:
tromey
2003-08-26
1
-1
/
+1
*
* java/lang/reflect/Proxy.java (ProxyData): `pack' now a String.
tromey
2003-08-26
1
-6
/
+21
*
PR libgcj/11951:
tromey
2003-08-18
1
-29
/
+50
*
Fix for PR libgcj/11779:
tromey
2003-08-05
1
-5
/
+6
*
* java/lang/reflect/Method.java: Updated status comment.
tromey
2003-08-05
2
-115
/
+349
*
* java/lang/Runtime.java: Comment fix.
tromey
2003-07-21
5
-64
/
+104
*
* java/lang/reflect/Proxy.java: New version from Classpath.
tromey
2003-03-29
1
-1
/
+1
*
* java/lang/reflect/natMethod.cc (_Jv_CallAnyMethodA): Allocate a full
hboehm
2003-02-28
1
-28
/
+19
*
* java/lang/natClassLoader.cc (defineClass0): Removed erroneous
tromey
2002-12-19
1
-1
/
+12
*
* java/lang/reflect/natField.cc (getBoolean): Use getType().
mark
2002-11-07
1
-42
/
+26
*
GNU Classpath merge.
mark
2002-11-03
1
-10
/
+48
*
For PR java/8415:
tromey
2002-11-02
1
-4
/
+3
*
Add Proxy support.
green
2002-09-30
4
-0
/
+1888
*
* java/lang/reflect/natConstructor.cc (newInstance): Initialize
tromey
2002-08-27
2
-3
/
+10
*
2002-07-24 Mark Wielaard <mark@klomp.org>
mark
2002-07-24
1
-1
/
+2
*
* java/net/natPlainDatagramSocketImpl.cc (BooleanClass): Removed.
tromey
2002-06-25
1
-19
/
+8
*
* java/lang/AbstractMethodError.java: Re-merged with Classpath.
tromey
2002-06-15
1
-79
/
+63
*
* java/lang/reflect/Modifier.java (toString(int,StringBuffer)): Fix
mark
2002-04-04
1
-8
/
+8
*
Add pointer support to the reflection code.
green
2002-03-01
1
-29
/
+36
*
* java/lang/reflect/natMethod.cc (_Jv_CallAnyMethodA):
jsturm
2002-02-24
1
-1
/
+42
*
* java/lang/reflect/natField.cc (setAddr): New function.
bothner
2002-01-23
1
-9
/
+19
*
Add license clarification.
mark
2002-01-22
5
-25
/
+80
*
2002-01-07 Andreas Tobler <a.tobler@schweiz.ch>
tromey
2002-01-08
1
-9
/
+5
*
* java/lang/reflect/Constructor.java (toString): Use more
tromey
2001-11-14
1
-1
/
+1
*
Re-merges with Classpath, from various people:
tromey
2001-11-14
2
-99
/
+162
*
Re-merges with Classpath, from various people:
tromey
2001-11-14
2
-73
/
+173
*
* java/lang/reflect/Field.java: Made many methods private.
tromey
2001-10-24
1
-10
/
+10
*
* java/lang/reflect/Field.java (Field): New constructor.
tromey
2001-10-24
1
-0
/
+6
*
* java/lang/reflect/AccessibleObject.java (checkPermission):
tromey
2001-10-15
1
-7
/
+31
*
* java/lang/reflect/Modifier.java: Merge with Classpath
mark
2001-10-05
1
-28
/
+172
*
* prims.cc (_Jv_NewMultiArrayUnchecked): New method.
tromey
2001-10-02
2
-4
/
+5
*
* java/io/DataInput.java: Merge with Classpath.
mark
2001-09-30
1
-16
/
+71
*
* java/lang/reflect/natField.cc (set): Allow for case when the
tromey
2001-09-04
1
-2
/
+3
*
* Makefile.in: Rebuilt.
tromey
2001-09-02
1
-43
/
+96
*
* java/lang/reflect/Field.java (toString): Use
tromey
2001-08-24
4
-76
/
+105
*
USE_LIBFFI change
green
2001-06-02
1
-0
/
+11
*
* exception.cc (java_eh_info): Make value type jthrowable.
rth
2001-03-26
4
-46
/
+46
*
* jni.cc (_Jv_JNI_GetAnyFieldID): Handle unresolved fields.
tromey
2001-03-23
1
-12
/
+3
*
* java/lang/reflect/Method.java (getExceptionTypes): Call getType() to
bryce
2001-03-22
3
-2
/
+10
*
* java/io/DataInputStream.java: update copyright notice
mark
2001-02-17
1
-10
/
+24
*
In gcc/java:
bryce
2001-01-08
2
-2
/
+2
[next]