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
Commit message (
Expand
)
Author
Age
Files
Lines
*
* gcj/javaprims.h: Updated class declaration list.
tromey
2002-06-18
1
-168
/
+0
*
* java/net/natPlainDatagramSocketImpl.cc (receive):
jsturm
2002-06-18
2
-4
/
+11
*
* gcj/javaprims.h: Updated class declaration list.
tromey
2002-06-18
27
-1519
/
+2265
*
* gcj/javaprims.h: Updated class declaration list.
tromey
2002-06-17
3
-15
/
+110
*
2002-06-17 Nathanael Nerode <neroden@twcny.rr.com>
tromey
2002-06-17
1
-110
/
+60
*
* java/rmi/activation/ActivateFailedException.java: Remerge from
tromey
2002-06-17
10
-192
/
+434
*
* java/io/LineNumberInputStream.java: Merged with Classpath.
tromey
2002-06-17
1
-17
/
+189
*
* java/lang/RuntimeException.java: Re-merge with Classpath.
tromey
2002-06-16
11
-130
/
+188
*
2002-06-16 Nathanael Nerode <neroden@twcny.rr.com>
tromey
2002-06-16
16
-241
/
+618
*
* java/lang/AbstractMethodError.java: Re-merged with Classpath.
tromey
2002-06-15
62
-2199
/
+2088
*
* java/io/BufferedOutputStream.java: Re-merged with Classpath.
tromey
2002-06-15
20
-720
/
+586
*
2002-06-15 Nathanael Nerode <neroden@twcny.rr.com>
tromey
2002-06-15
2
-65
/
+49
*
* java/util/zip/InflaterInputStream.java (read): Loop if data has
tromey
2002-06-15
8
-787
/
+1332
*
* java/lang/natString.cc (init): Handle case where DONT_COPY is
tromey
2002-06-13
9
-1548
/
+1684
*
* java/io/natFilePosix.cc (getCanonicalPath): Treat "" like ".".
tromey
2002-06-12
1
-1
/
+8
*
* java/lang/Class.h (Class::desiredAssertionStatus): Declare.
tromey
2002-06-11
5
-7
/
+399
*
2002-06-06 Adam Megacz <adam@xwt.org>
megacz
2002-06-06
1
-4
/
+1
*
* java/util/natTimeZone.cc: Include <stdio.h>.
tromey
2002-06-04
1
-0
/
+2
*
* java/lang/natThrowable.cc (fillInStackTrace): Use "stackTraceBytes",
bryce
2002-05-24
1
-5
/
+5
*
Merge JDK 1.4 java.security changes from classpath.
bryce
2002-05-24
55
-1323
/
+2590
*
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
2
-11
/
+15
*
Fixes PR libgcj/6389:
tromey
2002-05-13
6
-674
/
+1780
*
* java/util/ResourceBundle.java: New version from Classpath.
tromey
2002-05-09
2
-644
/
+765
*
* 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-05-02 Jerome Marc <marcjero@yahoo.com>
tromey
2002-05-02
1
-0
/
+12
*
* java/io/BufferedReader.java (fill): Handle case where markPos
tromey
2002-04-30
1
-2
/
+7
*
2002-04-29 Gerhard Tonn <GerhardTonn@swol.de>
bryce
2002-04-29
1
-0
/
+4
*
2002-04-29 Adam King <aking@dreammechanics.com>
bryce
2002-04-29
1
-0
/
+7
*
* java/io/File.java (normalizePath): Add Win32 support for auto
bryce
2002-04-17
1
-0
/
+5
*
2002-04-16 Adam King <aking@dreammechanics.com>
tromey
2002-04-16
1
-31
/
+24
*
* java/net/natPlainDatagramSocketImpl.cc (close): Set timeout to 0.
mark
2002-04-15
2
-0
/
+2
*
2002-04-13 Adam King <aking@dreammechanics.com>
mark
2002-04-15
1
-1
/
+11
*
* Makefile.in: Rebuilt.
tromey
2002-04-10
2
-3
/
+19
*
2002-04-08 Alberto Biancardi <alberto.biancardi@unipv.it>
tromey
2002-04-08
1
-1
/
+1
*
* java/util/AbstractMap.java (putAll): Use entrySet size.
mark
2002-04-08
1
-5
/
+5
*
* java/util/Hashtable.java (contains): Remove NullPointer check.
mark
2002-04-07
1
-14
/
+8
*
2002-04-07 Adam King <aking@dreammechanics.com>
bryce
2002-04-07
1
-16
/
+4
*
* java/lang/Character,java (isDefined): getType() != UNASSIGNED.
mark
2002-04-07
1
-1
/
+1
*
* java/util/ArrayList.java (addAll(int,Collection)): System.arraycopy
mark
2002-04-07
2
-5
/
+17
*
* java/util/ArrayList.jva (removeRange): If toIndex == fromIndex do
mark
2002-04-06
1
-3
/
+7
*
* java/util/Arrays.java (qsort): Fix off-by-one errors and use of
bryce
2002-04-04
1
-42
/
+49
*
* java/lang/reflect/Modifier.java (toString(int,StringBuffer)): Fix
mark
2002-04-04
1
-8
/
+8
*
* java/lang/natClassLoader.cc (findClass): Compare against `3',
tromey
2002-04-02
1
-2
/
+3
*
* java/util/IdentityHashMap.java (put): Set new threshold correctly
bryce
2002-04-02
1
-1
/
+1
*
* java/util/BitSet.java (BitSet(int)): if nbits < 0 throw
mark
2002-04-01
1
-6
/
+9
*
* java/net/natPlainDatagramSocketImpl.cc (close): New function.
tromey
2002-03-29
2
-2
/
+10
*
* java/net/PlainDatagramSocketImpl.java
jsturm
2002-03-28
4
-31
/
+54
*
* java/awt/Component.java (processEvent): Check ComponentEvent
tromey
2002-03-25
1
-2
/
+2
[next]