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
*
* verify.cc (_Jv_BytecodeVerifier::branch_prepass) [op_iinc]:
tromey
2001-11-20
1
-0
/
+9
*
* verify.cc (_Jv_BytecodeVerifier::require_array_type): Special
tromey
2001-11-20
1
-0
/
+6
*
* verify.cc (_Jv_BytecodeVerifier::verify_instructions_0)
tromey
2001-11-19
1
-0
/
+6
*
* verify.cc (type::to_array): New method.
tromey
2001-11-19
1
-0
/
+4
*
* verify.cc (_Jv_BytecodeVerifier::branch_prepass) [op_sipush]:
tromey
2001-11-19
1
-0
/
+4
*
* verify.cc (_Jv_BytecodeVerifier::get_type_val_for_signature):
tromey
2001-11-19
1
-0
/
+3
*
* verify.cc (_Jv_BytecodeVerifier::get_ushort): Use `jint' for
tromey
2001-11-19
1
-0
/
+7
*
* verify.cc (_Jv_BytecodeVerifier::pop_type): Put PC into error
tromey
2001-11-19
1
-0
/
+9
*
* verify.cc: Include StringBuffer.h.
tromey
2001-11-18
1
-0
/
+21
*
Obvious jni weak reference fix
green
2001-11-17
1
-0
/
+4
*
* verify.cc (_Jv_BytecodeVerifier::check_field_constant): Handle
tromey
2001-11-16
1
-0
/
+3
*
* verify.cc (_Jv_BytecodeVerifier::is_assignable_from_slow): New
tromey
2001-11-16
1
-0
/
+7
*
Re-merge with Classpath, from Brian Jones:
tromey
2001-11-16
1
-0
/
+8
*
* java/util/Timer.java (TaskQueue.isStopped): Remove method.
mark
2001-11-16
1
-0
/
+6
*
* verify.cc (type::compatible): Use _Jv_IsAssignableFrom.
tromey
2001-11-16
1
-0
/
+5
*
* java/lang/natString.cc: correct argument order for
hboehm
2001-11-15
1
-0
/
+5
*
* verify.cc (class _Jv_BytecodeVerifier) [op_dup2]: Fixed logic.
tromey
2001-11-15
1
-0
/
+8
*
* java/lang/reflect/Constructor.java (toString): Use more
tromey
2001-11-14
1
-0
/
+3
*
Re-merges with Classpath, from various people:
tromey
2001-11-14
1
-3
/
+6
*
Re-merges with Classpath, from various people:
tromey
2001-11-14
1
-0
/
+15
*
Fix for PR libgcj/4859:
tromey
2001-11-13
1
-0
/
+7
*
* Makefile.in: Rebuilt.
tromey
2001-11-13
1
-0
/
+63
*
* boehm.cc (_Jv_GCCanReclaimSoftReference): Fix warning.
bryce
2001-11-12
1
-0
/
+4
*
* verify.cc: Wrap in #ifdef INTERPRETER...#endif.
jsturm
2001-11-09
1
-0
/
+4
*
* verify.cc (skip_padding): Fail if padding byte is nonzero.
tromey
2001-11-07
1
-0
/
+4
*
* HACKING: Make people commit their own patches.
tromey
2001-11-07
1
-0
/
+4
*
* java/lang/Class.h (Class): Made _Jv_BytecodeVerifier a friend.
tromey
2001-11-05
1
-0
/
+17
*
* java/util/ResourceBundle.java (class Security): Now static.
bryce
2001-11-05
1
-0
/
+4
*
* java/util/ResourceBundle.java (getClassContext): Removed.
bryce
2001-11-04
1
-0
/
+8
*
* defineclass.cc (handleClassBegin): Use Object::class$, not
tromey
2001-11-04
1
-0
/
+5
*
2001-11-02 Hans Boehm <Hans_Boehm@hp.com>
hboehm
2001-11-03
1
-0
/
+5
*
* HACKING, gnu/gcj/xlib/Pixmap.java, gnu/gcj/xlib/XException.java,
jsm28
2001-10-31
1
-4
/
+38
*
* jni.cc (JNI_CreateJavaVM): Call _Jv_CreateJavaVM. Don't call
bryce
2001-10-30
1
-0
/
+5
*
* java/util/zip/GZIPOutputStream.java (write(int)): New method.
tromey
2001-10-29
1
-0
/
+5
*
* include/jni.h (struct JNINativeInterface) [GetStringLength]:
tromey
2001-10-27
1
-0
/
+5
*
* java/util/zip/Adler32.java: Use correct class name. (Re-merge
tromey
2001-10-26
1
-0
/
+5
*
* java/lang/VMClassLoader.java (getPrimitiveClass): Now native. Now
bryce
2001-10-26
1
-0
/
+16
*
* include/boehm-gc.h: Call thread local allocation functions
hboehm
2001-10-25
1
-0
/
+5
*
2001-10-25 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
bryce
2001-10-25
1
-0
/
+5
*
Correct date.
ljrittle
2001-10-24
1
-1
/
+1
*
* configure.in (case $THREADS): Add *-*-freebsd* configuration.
ljrittle
2001-10-24
1
-0
/
+10
*
2001-10-24 Tom Tromey <tromey@redhat.com>
tromey
2001-10-24
1
-0
/
+163
*
* java/lang/reflect/Field.java: Made many methods private.
tromey
2001-10-24
1
-0
/
+2
*
* java/sql/Types.java (Types): New constructor.
tromey
2001-10-24
1
-0
/
+4
*
fix include problem
green
2001-10-24
1
-0
/
+5
*
* java/lang/reflect/Field.java (Field): New constructor.
tromey
2001-10-24
1
-0
/
+6
*
* java/util/PropertyResourceBundle.java (handleGetObject): Now
tromey
2001-10-24
1
-0
/
+5
*
* java/io/BufferedWriter.java (localFlush): Don't synchronize.
tromey
2001-10-23
1
-0
/
+4
*
* java/io/BufferedWriter (write (String, int, int)): Remove
bryce
2001-10-23
1
-0
/
+4
*
Fix typos.
bryce
2001-10-23
1
-2
/
+2
[next]