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/ref/natReference.cc (add_to_hash): Look at `copy', not
tromey
2002-11-19
2
-12
/
+7
*
* java/lang/natRuntime.cc (insertSystemProperties): Set
tromey
2002-11-14
1
-1
/
+2
*
* java/lang/natClass.cc (initializeClass): Throw NoClassDefFoundError
mark
2002-11-10
2
-3
/
+8
*
* java/lang/reflect/natField.cc (getBoolean): Use getType().
mark
2002-11-07
1
-42
/
+26
*
* java/lang/ClassLoader.java (loadClass): Call loadClass on
tromey
2002-11-04
1
-8
/
+12
*
* resolve.cc (METHOD_NOT_THERE, METHOD_INACCESSIBLE): Remove.
jsturm
2002-11-04
1
-2
/
+0
*
GNU Classpath merge.
mark
2002-11-03
2
-14
/
+49
*
* java/lang/Class.h: Move JV_STATE_ERROR before JV_STATE_DONE.
tromey
2002-11-02
2
-5
/
+4
*
For PR java/8415:
tromey
2002-11-02
1
-4
/
+3
*
* java/lang/natRuntime.cc (_Jv_SetDLLSearchPath): New function.
tromey
2002-10-25
1
-1
/
+32
*
2002-10-20 Adam Megacz <adam@xwt.org>
megacz
2002-10-21
1
-4
/
+32
*
2002-10-19 Ranjit Mathew <rmathew@hotmail.com>
tromey
2002-10-20
1
-0
/
+3
*
Fix for PR libgcj/8142
mark
2002-10-11
1
-1
/
+8
*
* java/lang/Thread.java (setDaemon): Check startable_flag,
mark
2002-10-07
1
-1
/
+1
*
* java/lang/Throwable.java: Remerge with Classpath.
mark
2002-10-04
1
-14
/
+8
*
Add Proxy support.
green
2002-09-30
6
-4
/
+1903
*
* java/lang/natClassLoader.cc:
tromey
2002-09-25
1
-1
/
+1
*
* java/lang/ClassLoader.java (resolveClass0): Set cause for
tromey
2002-09-19
1
-11
/
+18
*
2002-09-16 Michael Koch <konqueror@gmx.de>
mkoch
2002-09-16
1
-1
/
+1
*
* java/lang/Class.h (_getDeclaredMethod): Declare.
tromey
2002-09-03
3
-8
/
+31
*
* gnu/gcj/runtime/NameFinder.java (remove_interpreter): New field.
mark
2002-09-02
1
-1
/
+1
*
* include/jvm.h (struct _Jv_frame_info): New structure.
tromey
2002-08-29
2
-3
/
+32
*
* java/lang/Class.h: Include Package.h.
tromey
2002-08-28
1
-0
/
+3
*
* java/lang/reflect/natConstructor.cc (newInstance): Initialize
tromey
2002-08-27
2
-3
/
+10
*
* Makefile.am (libgcj_la_SOURCES): Remove name-finder.cc.
mark
2002-08-24
4
-162
/
+267
*
2002-08-14 Jesse Rosenstock <jmr@ugcs.caltech.edu>
tromey
2002-08-14
1
-6
/
+12
*
2002-08-13 Jesse Rosenstock <jmr@ugcs.caltech.edu>
tromey
2002-08-14
6
-17
/
+42
*
2002-08-07 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
bryce
2002-08-07
1
-22
/
+193
*
* java/lang/Runtime.java (loadLibrary): Pass `true' as search
tromey
2002-07-24
1
-1
/
+1
*
2002-07-24 Mark Wielaard <mark@klomp.org>
mark
2002-07-24
1
-1
/
+2
*
2002-07-19 Bo Thorsen <bo@berlioz.suse.de>
bo
2002-07-19
1
-0
/
+4
*
2002-07-12 Jesse Rosenstock <jmr@fulcrummicro.com>
tromey
2002-07-12
1
-1
/
+1
*
* java/lang/natThrowable.cc (printRawStackTrace): removed.
mark
2002-07-12
3
-109
/
+112
*
2002-07-05 Tony Kimball <alk@pobox.com>
tromey
2002-07-06
1
-1
/
+1
*
2002-07-04 Tom Tromey <tromey@redhat.com>
tromey
2002-07-05
3
-5
/
+40
*
* java/net/natPlainDatagramSocketImpl.cc (BooleanClass): Removed.
tromey
2002-06-25
3
-69
/
+53
*
* verify.cc (branch_prepass): Updated for change to exception
tromey
2002-06-24
1
-1
/
+0
*
* gcj/javaprims.h: Updated class declaration list.
tromey
2002-06-18
2
-451
/
+572
*
2002-06-17 Nathanael Nerode <neroden@twcny.rr.com>
tromey
2002-06-17
1
-110
/
+60
*
* java/lang/RuntimeException.java: Re-merge with Classpath.
tromey
2002-06-16
1
-24
/
+45
*
* java/lang/AbstractMethodError.java: Re-merged with Classpath.
tromey
2002-06-15
54
-1860
/
+1851
*
* java/lang/natString.cc (init): Handle case where DONT_COPY is
tromey
2002-06-13
9
-1548
/
+1684
*
* java/lang/Class.h (Class::desiredAssertionStatus): Declare.
tromey
2002-06-11
5
-7
/
+399
*
* java/lang/natThrowable.cc (fillInStackTrace): Use "stackTraceBytes",
bryce
2002-05-24
1
-5
/
+5
*
Merge JDK 1.4 exception chaining support from classpath.
bryce
2002-05-24
3
-60
/
+695
*
* java/lang/natRuntime.cc: Don't include sys/time.h and time.h.
tromey
2002-05-14
1
-11
/
+0
*
Fixes PR libgcj/6389:
tromey
2002-05-13
4
-671
/
+1606
*
* java/lang/natString.cc (unintern): Fixed typo.
tromey
2002-05-07
1
-2
/
+2
*
2002-05-03 David Billinghurst <David.Billinghurst@riotinto.com>
tromey
2002-05-03
1
-0
/
+2
*
2002-04-29 Gerhard Tonn <GerhardTonn@swol.de>
bryce
2002-04-29
1
-0
/
+4
[next]