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
*
* include/java-interp.h (_Jv_JNI_conversion_call): Declare.
tromey
2000-02-02
5
-13
/
+37
*
* include/jni.h (class _Jv_JNIEnv): Corrected calls using `...'.
tromey
2000-02-02
2
-10
/
+12
*
* include/jni.h (class _Jv_JNIEnv): Added all C++ inline methods.
tromey
2000-02-01
2
-5
/
+858
*
* jni.cc (_Jv_JNI_PopLocalFrame): Leave loop when `n == NULL'.
tromey
2000-02-01
2
-44
/
+43
*
* jni.cc (_Jv_JNI_GetField): Specialize for jobject.
tromey
2000-02-01
2
-1
/
+21
*
* prims.cc (_Jv_MallocUnchecked): New function.
tromey
2000-02-01
5
-46
/
+333
*
* gnu/gcj/convert/natIconv.cc (read): Minor fixes.
green
2000-01-31
2
-5
/
+16
*
* include/config.h.in: Rebuilt.
tromey
2000-01-31
12
-55
/
+295
*
* libjava.lang/final_inner.java: New file.
tromey
2000-01-30
3
-0
/
+26
*
* Makefile.in: Rebuilt.
tromey
2000-01-28
3
-2
/
+7
*
* gcj/method.h (JvNumMethods): Moved from Class.h.
tromey
2000-01-26
7
-92
/
+367
*
* resolve.cc (get_ffi_type_from_signature): Handle case where
tromey
2000-01-26
2
-0
/
+15
*
* interpret.cc (run): Don't call println.
tromey
2000-01-26
2
-4
/
+15
*
* gcj/field.h (struct _Jv_Field): Use "jshort" as type for
tromey
2000-01-26
3
-11
/
+13
*
* include/config.h.in: Rebuilt.
green
2000-01-22
4
-48
/
+92
*
* java/lang/reflect/natConstructor.cc (newInstance): Use
tromey
2000-01-21
10
-532
/
+1669
*
* libjava.compile/BlankFinal.java: New file.
tromey
2000-01-21
2
-0
/
+20
*
* resolve.cc (StringClass): Removed.
tromey
2000-01-20
3
-6
/
+7
*
Updated NEWS file.
bryce
2000-01-19
2
-0
/
+17
*
2000-01-19 Alexandre Petit-Bianco <apbianco@cygnus.com>
tromey
2000-01-19
44
-0
/
+804
*
* interpret.cc (PC_REGISTER_ASM): Removed.
tromey
2000-01-19
2
-10
/
+6
*
* java/lang/natThrowable.cc: Don't use `#pragma implementation'.
tromey
2000-01-19
3
-16
/
+49
*
* All files: Updated copyright to reflect Cygnus purchase.
tromey
2000-01-19
380
-382
/
+386
*
* libjava.compile/inner_pub.java: New file.
tromey
2000-01-19
2
-0
/
+15
*
2000-01-18 Bryce McKinlay <bryce@albatross.co.nz>
tromey
2000-01-19
3
-159
/
+168
*
2000-01-18 Andrew Haley <aph@cygnus.com>
aph
2000-01-18
6
-118
/
+179
*
2000-01-17 Andrew Haley <aph@cygnus.com>
aph
2000-01-18
2
-0
/
+10
*
* java/lang/natThrowable.cc (fillInStackTrace): Return `this' even
tromey
2000-01-18
2
-1
/
+4
*
* configure: Rebuilt.
tromey
2000-01-18
3
-4
/
+7
*
* java/lang/Runtime.java (loadLibraryInternal): Declare.
tromey
2000-01-17
14
-897
/
+535
*
Initial revision
tromey
2000-01-17
13
-0
/
+7279
*
* prims.cc (_Jv_PrimClass): Use `JV_STATE_NOTHING', not `0'.
tromey
2000-01-17
2
-3
/
+7
*
2000-01-14 Andrew Haley <aph@cygnus.com>
aph
2000-01-17
13
-161
/
+731
*
2000-01-16 Anthony Green <green@cygnus.com>
green
2000-01-17
2
-7
/
+9
*
2000-01-16 Jeff Sturm <jsturm@sigma6.com>
tromey
2000-01-16
2
-15
/
+33
*
*** empty log message ***
green
2000-01-16
5
-0
/
+69
*
* libjava.lang/pr83.out: New file.
green
2000-01-16
5
-0
/
+74
*
* java/lang/natClassLoader.cc (_Jv_FindClass): Register `loader',
tromey
2000-01-13
2
-8
/
+11
*
* libjava.lang/klass.out: New file.
tromey
2000-01-11
3
-0
/
+16
*
* java/lang/natSystem.cc (getpwuid_adaptor): New adaptor for
tromey
2000-01-11
2
-1
/
+17
*
2000-01-10 Jeff Sturm <jsturm@sigma6.com>
tromey
2000-01-10
4
-14
/
+22
*
2000-01-09 Anthony Green <green@cygnus.com>
green
2000-01-09
5
-169
/
+202
*
* mauve-libgcj: Don't disable ClassTest.
tromey
2000-01-07
2
-2
/
+2
*
* java/lang/natClass.cc (getClasses): Wrote.
tromey
2000-01-07
2
-2
/
+9
*
* java/lang/natClass.cc (_getConstructors): Correctly check
tromey
2000-01-06
2
-3
/
+9
*
* java/lang/natClass.cc (getMethod): Compute offset relative to
tromey
2000-01-06
3
-25
/
+38
*
* java/lang/natClass.cc: Include <gcj/method.h>.
tromey
2000-01-05
2
-0
/
+3
*
* java/lang/Class.h (_getMethods): Correctly declare as private,
tromey
2000-01-05
2
-2
/
+5
*
* java/lang/Class.h (_getMethods): Declare.
tromey
2000-01-05
4
-8
/
+143
*
* java/lang/reflect/natMethod.cc (get_ffi_type): Test size of
tromey
2000-01-05
2
-4
/
+24
[next]