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
*
* testsuite/lib/libjava.exp: Correct typo: 'output from source
zack
2001-04-02
2
-223
/
+217
*
* configure.in (GCC_UNWIND_INCLUDE): Assume we're built within
rth
2001-04-02
4
-228
/
+213
*
2001-04-02 Marcus G. Daniels <mgd@swarm.org>
tromey
2001-04-02
2
-0
/
+13
*
* java/io/PrintStream.java (out): Removed field. Fixes PR
tromey
2001-04-02
2
-37
/
+51
*
2001-04-02 Torsten Rueger <torsten.rueger@firsthop.com>
tromey
2001-04-02
2
-1
/
+6
*
* jni.cc (add_char): Correctly encode non-ascii characters.
tromey
2001-04-02
2
-5
/
+13
*
* configure.host: Enable interpreter for PPC.
tromey
2001-04-02
2
-0
/
+8
*
* java/lang/natSystem.cc (init_properties): Revert yesterday's changes
bryce
2001-04-02
5
-34
/
+26
*
* java/lang/natString.cc (intern): If string's data does not point to
bothner
2001-04-01
3
-7
/
+17
*
* DeflaterOutputStream.java (deflate): Loop while def.needsInput.
bothner
2001-04-01
3
-51
/
+110
*
1.3-Compliant Implementation of java.io.File.
bryce
2001-04-01
8
-303
/
+583
*
IA-64 ABI Exception Handling.
rth
2001-03-28
9
-536
/
+984
*
2001-03-27 Joerg Brunsmann <joerg_brunsmann@yahoo.de>
bryce
2001-03-28
4
-8
/
+24
*
* Makefile.am (libffi_files): Use 'find' to pick up libffi libtool
bryce
2001-03-27
3
-2
/
+8
*
* exception.cc (java_eh_info): Make value type jthrowable.
rth
2001-03-26
36
-284
/
+294
*
2001-03-24 Bryce McKinlay <bryce@albatross.co.nz>
bryce
2001-03-24
3
-3
/
+13
*
Left out while checking in java/lang/natDouble.cc (parseDouble) change.
bothner
2001-03-24
1
-0
/
+5
*
* java/lang/natDouble.cc (parseDouble): Cannot use errno to
bothner
2001-03-24
1
-15
/
+25
*
* java/lang/natClass.cc (_Jv_IsAssignableFrom): Checking the
bothner
2001-03-24
2
-7
/
+16
*
2000-03-23 Jeff Sturm <jsturm@one-point.com>
tromey
2001-03-23
2
-3
/
+13
*
* jni.cc (_Jv_JNI_GetAnyFieldID): Handle unresolved fields.
tromey
2001-03-23
7
-33
/
+40
*
* libjava.jni/field.out: New file.
tromey
2001-03-23
4
-0
/
+56
*
Fix for PR libgcj/1736. Thanks to Robert Boehne and Alexandre Oliva
bryce
2001-03-23
3
-50
/
+60
*
2001-03-22 Joerg Brunsmann <joerg_brunsmann@yahoo.de>
bryce
2001-03-23
2
-1
/
+5
*
2001-03-22 Marcus G. Daniels <mgd@swarm.org>
tromey
2001-03-22
2
-1
/
+8
*
* java/lang/reflect/Method.java (getExceptionTypes): Call getType() to
bryce
2001-03-22
4
-2
/
+18
*
* libjava.compile/uesc.java: New file.
tromey
2001-03-21
3
-0
/
+15
*
* configure: Rebuilt.
tromey
2001-03-21
8
-307
/
+343
*
* java/io/natFileDescriptorPosix.cc (open): Add O_CREAT in
tromey
2001-03-21
2
-2
/
+7
*
* java/util/TimeZone.java: Sync up with Classpath. Includes new
warrenl
2001-03-20
2
-97
/
+108
*
* java/net/URLStreamHandler.java (parseURL): Fix bug which would
bothner
2001-03-19
2
-1
/
+6
*
* java/util/ArrayList.java: Remove RCS keywords from comments
mark
2001-03-19
13
-533
/
+802
*
Remove conflict markers that I commited by mistake
mark
2001-03-18
1
-14
/
+0
*
* java/lang/natClass.cc (_Jv_CheckCast): add class names to exception
mark
2001-03-18
3
-2
/
+23
*
* java/lang/natString.cc (rehash): Don't bother with memset;
tromey
2001-03-18
2
-18
/
+71
*
* lib/libjava.exp (libjava_arguments): Rewrote computation of
tromey
2001-03-16
2
-10
/
+27
*
* libjava.compile/assignment.xfail: Removed.
tromey
2001-03-14
3
-4
/
+5
*
2001-03-01 Andrew Haley <aph@redhat.com>
aph
2001-03-14
2
-3
/
+9
*
* java/lang/ExceptionInInitializerError.java (printStackTrace):
bryce
2001-03-12
1
-3
/
+3
*
2001-03-12 Bryce McKinlay <bryce@albatross.co.nz>
bryce
2001-03-12
7
-10
/
+65
*
* java/io/ObjectStreamClass.java (setUID): Don't write interface
tromey
2001-03-09
2
-5
/
+15
*
2001-03-06 Bryce McKinlay <bryce@albatross.co.nz>
bryce
2001-03-06
3
-12
/
+18
*
Changes merged from Kawa's gnu.math.
bothner
2001-03-02
3
-35
/
+44
*
* libgcj.spec.in: Insert %(libgcc) before %(liborig) to fix static
bryce
2001-02-27
2
-1
/
+6
*
Change to sometimes include class name in ClassFormatError message.
bothner
2001-02-24
4
-55
/
+115
*
* java/lang/Throwable.java (CPlusPlusDemangler): Pass -s java to
bothner
2001-02-24
2
-1
/
+6
*
fix
bryce
2001-02-22
1
-2
/
+2
*
Disable libgcjx by default.
bryce
2001-02-22
5
-287
/
+369
*
Fix for PR java/2040:
bryce
2001-02-22
3
-20
/
+22
*
* java/io/PipedWriter.java (flush): Throw exception if stream
tromey
2001-02-20
5
-29
/
+120
[next]