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
*
* 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
*
Fix for PR libgcj/1516:
bryce
2000-12-28
1
-34
/
+34
*
* Makefile.in: Rebuilt.
tromey
2000-11-20
1
-0
/
+50
*
* java/lang/reflect/AccessibleObject.java (isAccessible,
tromey
2000-11-18
1
-26
/
+26
*
* java/beans/PropertyChangeSupport.java (propertyListeners): Made
warrenl
2000-11-16
1
-1
/
+1
*
* java/lang/reflect/natField.cc (BooleanClass): Don't define.
tromey
2000-10-06
3
-29
/
+15
*
* defineclass.cc: Include alloca.h only if HAVE_ALLOCA_H.
aoliva
2000-09-14
1
-0
/
+2
*
* java/lang/reflect/natArray.cc (BooleanClass): New define.
tromey
2000-09-13
2
-8
/
+20
*
* java/lang/reflect/Field.java (toString): Don't rely on
tromey
2000-09-11
1
-1
/
+1
*
* java/beans/PropertyChangeEvent.java (serialVersionUID): Added.
warrenl
2000-09-08
1
-1
/
+3
*
* java/lang/reflect/Constructor.java (toString): Use `getName' for
tromey
2000-09-06
2
-3
/
+3
*
* java/lang/reflect/natMethod.cc (_Jv_CallAnyMethodA): Accept null
tromey
2000-09-06
1
-2
/
+6
*
* java/lang/reflect/Method.java (hashCode): Use getName().
tromey
2000-08-08
2
-2
/
+6
*
* java/io/PipedInputStream.java (read(byte[],int,int)): Mostly
tromey
2000-08-07
2
-7
/
+10
*
2000-08-02 Bryce McKinlay <bryce@albatross.co.nz>
bryce
2000-08-02
1
-1
/
+1
*
* mauve-libgcj: Activated serialization tests.
warrenl
2000-07-27
3
-3
/
+5
*
* java/lang/reflect/natMethod.cc: Include <alloca.h>.
tromey
2000-06-23
1
-0
/
+2
*
* java/lang/reflect/natArray.cc (newInstance): Don't allow array
tromey
2000-03-09
1
-2
/
+9
*
* All files: Updated copyright information.
tromey
2000-03-07
12
-12
/
+12
*
* include/java-interp.h: Don't include MethodInvocation.h.
tromey
2000-03-02
2
-50
/
+15
*
* java/lang/reflect/natConstructor.cc (newInstance): Use
tromey
2000-01-21
2
-79
/
+140
*
* All files: Updated copyright to reflect Cygnus purchase.
tromey
2000-01-19
12
-12
/
+12
*
* java/lang/natClass.cc (getMethod): Compute offset relative to
tromey
2000-01-06
1
-24
/
+25
*
* java/lang/reflect/natMethod.cc (get_ffi_type): Test size of
tromey
2000-01-05
1
-4
/
+17
*
2000-01-04 Tom Tromey <tromey@cygnus.com>
tromey
2000-01-04
4
-161
/
+331
*
* java/lang/reflect/Modifier.java (STRICT): New constant.
tromey
1999-12-20
2
-3
/
+10
*
* java/lang/reflect/Method.java (toString): Call getType if
tromey
1999-12-18
1
-0
/
+3
[next]