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
*
* resolve.cc (_Jv_PrepareClass): Verify method here...
tromey
2001-12-10
4
-39
/
+105
*
* Makefile.in: Rebuilt.
tromey
2001-12-10
3
-2
/
+7
*
* libjava.lang/PR3731.out: Adjust output to reflect that
bryce
2001-12-09
2
-1
/
+5
*
* Makefile.in: Rebuilt.
tromey
2001-12-09
6
-36
/
+69
*
* verify.cc (_Jv_BytecodeVerifier::is_assignable_from_slow):
tromey
2001-12-09
2
-6
/
+13
*
* java/lang/ClassLoader.java (defineClass): Rethrow any
tromey
2001-12-07
2
-1
/
+4
*
* java/lang/ThreadGroup.java (uncaughtException): Print message to
tromey
2001-12-07
2
-3
/
+7
*
* verify.cc (_Jv_BytecodeVerifier::branch_prepass): Set start_PC
tromey
2001-12-07
2
-3
/
+15
*
* verify.cc (_Jv_BytecodeVerifier::FLAG_JSR_TARGET): Removed.
tromey
2001-12-07
2
-2
/
+3
*
* libjava.compile/BlankFinal.java: Removed; incorrect test.
tromey
2001-12-07
2
-16
/
+4
*
* verify.cc (_Jv_BytecodeVerifier::type_val): Added
tromey
2001-12-06
2
-19
/
+207
*
* defineclass.cc (character): Removed.
tromey
2001-12-05
2
-17
/
+9
*
* verify.cc (_Jv_BytecodeVerifier::linked_utf8): New structure.
tromey
2001-12-04
2
-4
/
+55
*
* defineclass.cc (read_one_method_attribute): `end_pc' for an
tromey
2001-12-04
3
-34
/
+83
*
* Makefile.in: Rebuilt with automake-gcj.
bryce
2001-12-04
2
-62
/
+1232
*
* defineclass.cc (handleMethodsEnd): Invoke verifier here...
tromey
2001-12-04
3
-9
/
+20
*
* Makefile.am (nat_files, x_nat_files): Make sure the dependencies
bryce
2001-12-02
3
-4
/
+12
*
Remove ">>>"
bryce
2001-11-30
1
-1
/
+0
*
* Makefile.am (nat_headers, x_nat_headers): Depend on .class files, not
bryce
2001-11-30
5
-1308
/
+126
*
Fix for PR libgcj/2024, plus other class name cleanups:
tromey
2001-11-26
6
-86
/
+118
*
* verify.cc (_Jv_BytecodeVerifier::branch_prepass): Use
tromey
2001-11-25
3
-10
/
+19
*
Fix for PR libgcj/4583:
tromey
2001-11-25
2
-8
/
+117
*
* verify.cc (_Jv_BytecodeVerifier::branch_prepass) [op_iinc]:
tromey
2001-11-20
2
-6
/
+15
*
* verify.cc (_Jv_BytecodeVerifier::require_array_type): Special
tromey
2001-11-20
2
-3
/
+19
*
* verify.cc (_Jv_BytecodeVerifier::verify_instructions_0)
tromey
2001-11-19
2
-3
/
+12
*
* verify.cc (type::to_array): New method.
tromey
2001-11-19
2
-1
/
+22
*
* verify.cc (_Jv_BytecodeVerifier::branch_prepass) [op_sipush]:
tromey
2001-11-19
2
-2
/
+6
*
* verify.cc (_Jv_BytecodeVerifier::get_type_val_for_signature):
tromey
2001-11-19
2
-0
/
+6
*
* verify.cc (_Jv_BytecodeVerifier::get_ushort): Use `jint' for
tromey
2001-11-19
2
-10
/
+17
*
* verify.cc (_Jv_BytecodeVerifier::pop_type): Put PC into error
tromey
2001-11-19
2
-12
/
+25
*
* verify.cc: Include StringBuffer.h.
tromey
2001-11-18
2
-41
/
+101
*
Obvious jni weak reference fix
green
2001-11-17
2
-1
/
+5
*
* verify.cc (_Jv_BytecodeVerifier::check_field_constant): Handle
tromey
2001-11-16
2
-1
/
+6
*
* verify.cc (_Jv_BytecodeVerifier::is_assignable_from_slow): New
tromey
2001-11-16
2
-8
/
+63
*
Re-merge with Classpath, from Brian Jones:
tromey
2001-11-16
2
-1
/
+12
*
* java/util/Timer.java (TaskQueue.isStopped): Remove method.
mark
2001-11-16
2
-11
/
+16
*
* verify.cc (type::compatible): Use _Jv_IsAssignableFrom.
tromey
2001-11-16
2
-2
/
+11
*
* java/lang/natString.cc: correct argument order for
hboehm
2001-11-15
2
-1
/
+6
*
* verify.cc (class _Jv_BytecodeVerifier) [op_dup2]: Fixed logic.
tromey
2001-11-15
2
-18
/
+78
*
* java/lang/reflect/Constructor.java (toString): Use more
tromey
2001-11-14
2
-1
/
+4
*
Re-merges with Classpath, from various people:
tromey
2001-11-14
3
-102
/
+168
*
Re-merges with Classpath, from various people:
tromey
2001-11-14
7
-88
/
+230
*
Fix for PR libgcj/4859:
tromey
2001-11-13
2
-2
/
+18
*
* Makefile.in: Rebuilt.
tromey
2001-11-13
5
-21
/
+241
*
* boehm.cc (_Jv_GCCanReclaimSoftReference): Fix warning.
bryce
2001-11-12
2
-1
/
+5
*
* verify.cc: Wrap in #ifdef INTERPRETER...#endif.
jsturm
2001-11-09
2
-0
/
+8
*
* verify.cc (skip_padding): Fail if padding byte is nonzero.
tromey
2001-11-07
2
-1
/
+6
*
* HACKING: Make people commit their own patches.
tromey
2001-11-07
2
-2
/
+10
*
* java/lang/Class.h (Class): Made _Jv_BytecodeVerifier a friend.
tromey
2001-11-05
8
-47
/
+2513
*
* java/util/ResourceBundle.java (class Security): Now static.
bryce
2001-11-05
2
-1
/
+5
[next]