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
Commit message (
Expand
)
Author
Age
Files
Lines
*
* java/lang/StringBuffer.java (toString): Don't mark buffer as
tromey
2000-05-09
2
-227
/
+605
*
2000-05-05 Bryce McKinlay <bryce@albatross.co.nz>
bryce
2000-05-05
3
-15
/
+19
*
* java/util/Locale.java (Locale): Don't explicitly check for
tromey
2000-05-04
1
-3
/
+1
*
2000-04-28 Bryce McKinlay <bryce@albatross.co.nz>
bryce
2000-04-28
1
-3
/
+0
*
+ 2000-04-22 Anthony Green <green@cygnus.com>
green
2000-04-22
1
-9
/
+9
*
Fix for PR libgcj/15:
tromey
2000-04-21
1
-7
/
+0
*
Fix for PR libgcj/212:
tromey
2000-04-20
1
-0
/
+1
*
* java/lang/natString.cc (intern): Temporarily disable finalizer
tromey
2000-04-12
1
-1
/
+1
*
* java/lang/natString.cc (unintern): Added `obj' argument.
tromey
2000-04-12
2
-5
/
+8
*
2000-04-08 Anthony Green <green@cygnus.com>
green
2000-04-09
1
-9
/
+29
*
2000-04-08 Anthony Green <green@redhat.com>
green
2000-04-09
1
-0
/
+3
*
JVMPI changes...
green
2000-04-02
1
-0
/
+73
*
* Makefile.in: New #defines and friends for Thread.h.
bryce
2000-03-28
3
-144
/
+58
*
2000-03-26 Tom Tromey <tromey@cygnus.com>
tromey
2000-03-26
1
-0
/
+2
*
* java/lang/natClass.cc (isInstance): Use JV_CLASS, not getClass().
bryce
2000-03-21
1
-1
/
+1
*
* java/lang/natClass.cc (isInstance): Use _Jv_IsAssignableFrom(),
bryce
2000-03-21
1
-1
/
+1
*
2000-03-21 Bryce McKinlay <bryce@albatross.co.nz>
bryce
2000-03-21
1
-1
/
+6
*
2000-03-09 Bryce McKinlay <bryce@albatross.co.nz>
bryce
2000-03-09
2
-2
/
+4
*
* 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
99
-101
/
+101
*
2000-03-07 Bryce McKinlay <bryce@albatross.co.nz>
bryce
2000-03-07
3
-83
/
+518
*
* configure.host: Fix __NO_MATH_INLNES botch.
green
2000-03-05
2
-103
/
+0
*
* include/java-interp.h: Don't include MethodInvocation.h.
tromey
2000-03-02
12
-198
/
+89
*
* include/jvm.h (_Jv_GetJavaVM): Declare.
tromey
2000-02-18
1
-2
/
+7
*
* java/lang/natSystem.cc (init_properties): set java.lang.classpath
bryce
2000-02-15
1
-2
/
+9
*
* java/lang/natRuntime.cc (_load): Include library path with
bryce
2000-02-15
1
-1
/
+3
*
* java/lang/natThread.cc (dumpStack): Removed.
bryce
2000-02-15
2
-10
/
+5
*
* java/lang/natRuntime.cc (_load): On Unix, prefix library name
tromey
2000-02-15
1
-3
/
+12
*
* java/io/natFileDescriptorPosix.cc (open): Recognize EXCL flag.
tromey
2000-02-11
1
-0
/
+3
*
* gnu/gcj/jni/natNativeThread.cc: New file.
tromey
2000-02-10
2
-8
/
+33
*
2000-02-10 Andrew Haley <aph@cygnus.com>
aph
2000-02-10
2
-4
/
+10
*
* java/lang/natRuntime.cc (_load): Call add_library.
tromey
2000-02-10
1
-0
/
+4
*
* java/lang/Runtime.java (_load): Declare.
tromey
2000-02-08
2
-28
/
+28
*
* defineclass.cc (handleMethodsBegin): Allocate _Jv_MethodBase
tromey
2000-02-04
2
-3
/
+52
*
2000-02-04 Andrew Haley <aph@cygnus.com>
aph
2000-02-04
2
-6
/
+90
*
* gcj/method.h (JvNumMethods): Moved from Class.h.
tromey
2000-01-26
1
-14
/
+5
*
* gcj/field.h (struct _Jv_Field): Use "jshort" as type for
tromey
2000-01-26
1
-8
/
+8
*
* java/lang/reflect/natConstructor.cc (newInstance): Use
tromey
2000-01-21
3
-79
/
+162
*
* java/lang/natThrowable.cc: Don't use `#pragma implementation'.
tromey
2000-01-19
1
-2
/
+0
*
* All files: Updated copyright to reflect Cygnus purchase.
tromey
2000-01-19
101
-103
/
+103
*
* java/lang/natThrowable.cc (fillInStackTrace): Return `this' even
tromey
2000-01-18
1
-1
/
+1
*
* java/lang/Runtime.java (loadLibraryInternal): Declare.
tromey
2000-01-17
3
-60
/
+71
*
2000-01-14 Andrew Haley <aph@cygnus.com>
aph
2000-01-17
2
-37
/
+129
*
2000-01-16 Anthony Green <green@cygnus.com>
green
2000-01-17
1
-7
/
+4
*
* java/lang/natClassLoader.cc (_Jv_FindClass): Register `loader',
tromey
2000-01-13
1
-8
/
+6
*
* java/lang/natSystem.cc (getpwuid_adaptor): New adaptor for
tromey
2000-01-11
1
-1
/
+12
*
2000-01-10 Jeff Sturm <jsturm@sigma6.com>
tromey
2000-01-10
3
-14
/
+13
*
2000-01-09 Anthony Green <green@cygnus.com>
green
2000-01-09
1
-16
/
+23
*
* java/lang/natClass.cc (getClasses): Wrote.
tromey
2000-01-07
1
-2
/
+5
*
* java/lang/natClass.cc (_getConstructors): Correctly check
tromey
2000-01-06
1
-3
/
+3
[next]