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
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
* include/java-interp.h (_Jv_JNI_conversion_call): Declare.
tromey
2000-02-02
1
-0
/
+7
*
* include/jni.h (class _Jv_JNIEnv): Corrected calls using `...'.
tromey
2000-02-02
1
-0
/
+2
*
* include/jni.h (class _Jv_JNIEnv): Added all C++ inline methods.
tromey
2000-02-01
1
-0
/
+2
*
* jni.cc (_Jv_JNI_PopLocalFrame): Leave loop when `n == NULL'.
tromey
2000-02-01
1
-0
/
+9
*
* jni.cc (_Jv_JNI_GetField): Specialize for jobject.
tromey
2000-02-01
1
-0
/
+5
*
* prims.cc (_Jv_MallocUnchecked): New function.
tromey
2000-02-01
1
-0
/
+44
*
* gnu/gcj/convert/natIconv.cc (read): Minor fixes.
green
2000-01-31
1
-0
/
+5
*
* include/config.h.in: Rebuilt.
tromey
2000-01-31
1
-0
/
+18
*
* Makefile.in: Rebuilt.
tromey
2000-01-28
1
-0
/
+5
*
* gcj/method.h (JvNumMethods): Moved from Class.h.
tromey
2000-01-26
1
-0
/
+40
*
* resolve.cc (get_ffi_type_from_signature): Handle case where
tromey
2000-01-26
1
-0
/
+5
*
* interpret.cc (run): Don't call println.
tromey
2000-01-26
1
-0
/
+15
*
* java/lang/reflect/natConstructor.cc (newInstance): Use
tromey
2000-01-21
1
-0
/
+38
*
* resolve.cc (StringClass): Removed.
tromey
2000-01-20
1
-0
/
+5
*
Updated NEWS file.
bryce
2000-01-19
1
-0
/
+4
*
* interpret.cc (PC_REGISTER_ASM): Removed.
tromey
2000-01-19
1
-0
/
+2
*
* java/lang/natThrowable.cc: Don't use `#pragma implementation'.
tromey
2000-01-19
1
-0
/
+3
*
* All files: Updated copyright to reflect Cygnus purchase.
tromey
2000-01-19
1
-0
/
+4
*
2000-01-18 Bryce McKinlay <bryce@albatross.co.nz>
tromey
2000-01-19
1
-0
/
+5
*
2000-01-18 Andrew Haley <aph@cygnus.com>
aph
2000-01-18
1
-0
/
+8
*
2000-01-17 Andrew Haley <aph@cygnus.com>
aph
2000-01-18
1
-0
/
+4
*
* java/lang/natThrowable.cc (fillInStackTrace): Return `this' even
tromey
2000-01-18
1
-0
/
+3
*
* configure: Rebuilt.
tromey
2000-01-18
1
-1
/
+4
*
* java/lang/Runtime.java (loadLibraryInternal): Declare.
tromey
2000-01-17
1
-0
/
+21
*
* prims.cc (_Jv_PrimClass): Use `JV_STATE_NOTHING', not `0'.
tromey
2000-01-17
1
-1
/
+5
*
2000-01-14 Andrew Haley <aph@cygnus.com>
aph
2000-01-17
1
-0
/
+30
*
2000-01-16 Anthony Green <green@cygnus.com>
green
2000-01-17
1
-0
/
+5
*
2000-01-16 Jeff Sturm <jsturm@sigma6.com>
tromey
2000-01-16
1
-0
/
+4
*
* java/lang/natClassLoader.cc (_Jv_FindClass): Register `loader',
tromey
2000-01-13
1
-0
/
+5
*
* java/lang/natSystem.cc (getpwuid_adaptor): New adaptor for
tromey
2000-01-11
1
-0
/
+5
*
2000-01-10 Jeff Sturm <jsturm@sigma6.com>
tromey
2000-01-10
1
-0
/
+9
*
2000-01-09 Anthony Green <green@cygnus.com>
green
2000-01-09
1
-0
/
+14
*
* mauve-libgcj: Don't disable ClassTest.
tromey
2000-01-07
1
-0
/
+2
*
* java/lang/natClass.cc (getClasses): Wrote.
tromey
2000-01-07
1
-0
/
+4
*
* java/lang/natClass.cc (_getConstructors): Correctly check
tromey
2000-01-06
1
-0
/
+6
*
* java/lang/natClass.cc (getMethod): Compute offset relative to
tromey
2000-01-06
1
-0
/
+11
*
* java/lang/natClass.cc: Include <gcj/method.h>.
tromey
2000-01-05
1
-0
/
+2
*
* java/lang/Class.h (_getMethods): Correctly declare as private,
tromey
2000-01-05
1
-0
/
+3
*
* java/lang/Class.h (_getMethods): Declare.
tromey
2000-01-05
1
-0
/
+12
*
* java/lang/reflect/natMethod.cc (get_ffi_type): Test size of
tromey
2000-01-05
1
-0
/
+7
*
* java/lang/Class.h (getSignature): Updated.
tromey
2000-01-05
1
-0
/
+10
*
* java/net/natPlainDatagramSocketImpl.cc (peek): Removed unnecesary
warrenl
2000-01-04
1
-0
/
+6
*
2000-01-04 Tom Tromey <tromey@cygnus.com>
tromey
2000-01-04
1
-0
/
+79
*
1999-12-22 Bryce McKinlay <bryce@albatross.co.nz>
bryce
1999-12-24
1
-0
/
+21
*
* mauve-libgcj: Added java.lang.reflect.Modifier.toString12.
tromey
1999-12-21
1
-0
/
+4
*
* java/lang/reflect/Modifier.java (STRICT): New constant.
tromey
1999-12-20
1
-0
/
+6
*
Alpha Linux changes.
green
1999-12-20
1
-0
/
+6
*
1999-12-19 Anthony Green <green@cygnus.com>
green
1999-12-20
1
-0
/
+15
*
* java/lang/reflect/Method.java (toString): Call getType if
tromey
1999-12-18
1
-0
/
+3
*
* java/lang/natPosixProcess.cc (startProcess): Don't use sprintf.
tromey
1999-12-17
1
-0
/
+4
[next]