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
*
* Makefile.am: Add new classes
mark
2001-10-02
5
-17
/
+525
*
* gcj/javaprims.h: Rebuilt class list.
tromey
2001-10-02
2
-3
/
+326
*
* prims.cc (_Jv_NewMultiArrayUnchecked): New method.
tromey
2001-10-02
2
-4
/
+5
*
* java/io/FileWriter.java: Merge with Classpath.
mark
2001-10-01
12
-413
/
+1641
*
* java/io/DataInput.java: Merge with Classpath.
mark
2001-09-30
13
-218
/
+1253
*
PR libgcj/4383
bryce
2001-09-30
1
-2
/
+2
*
* java/lang/natClass.cc (_Jv_IsAssignableFrom): Handle the case of
bryce
2001-09-30
1
-2
/
+3
*
* java/util/IdentityHashMap.java (containsKey): Use getHash.
tromey
2001-09-27
1
-11
/
+18
*
* gnu/classpath/Configuration.java.in (INIT_LOAD_LIBRARY): New
tromey
2001-09-27
2
-1
/
+10
*
* java/io/DataInputStream.java (readChar): Use readFully.
tromey
2001-09-26
1
-15
/
+5
*
* java/security/cert/X509Extension.java: Merge from classpath.
bryce
2001-09-25
1
-2
/
+2
*
* java/lang/PosixProcess.java (exitValue): Implement here. Throw
bryce
2001-09-24
2
-28
/
+19
*
misc fixes
green
2001-09-23
2
-1
/
+8
*
* include/jvm.h (_Jv_VTable): Handle function descriptors for ia64;
rth
2001-09-21
1
-8
/
+5
*
* no-threads.cc (_Jv_ThreadStart): Remove names of unused arguments.
rth
2001-09-21
1
-1
/
+1
*
* posix-threads.cc (_Jv_ThreadInterrupt): Re-enable interrupt of
bryce
2001-09-21
1
-33
/
+40
*
* java/util/TimeZone.java: Updated list of timezones from
tromey
2001-09-15
1
-2
/
+8
*
* java/lang/CloneNotSupportedException.java: Re-merged with
tromey
2001-09-14
1
-16
/
+22
*
* java/util/Hashtable.java (Enumerator): Ensure that if
bryce
2001-09-13
1
-17
/
+30
*
* java/io/File.java (normalizePath): Use equals() not '==' for string
bryce
2001-09-13
1
-1
/
+1
*
* java/io/File.java (toURL): Use getAbsolutePath and `file://'.
tromey
2001-09-12
1
-1
/
+2
*
* java/util/Properties.java (load): Correctly read \u sequences.
tromey
2001-09-11
1
-1
/
+3
*
ResourceBundle fixes
green
2001-09-07
1
-28
/
+40
*
* java/text/RuleBasedCollator.java (clone): Rewrote.
tromey
2001-09-07
3
-444
/
+490
*
* include/jvm.h: Declare _Jv_RegisterResource.
green
2001-09-06
1
-0
/
+4
*
* java/util/Properties.java: Re-merged from Classpath.
tromey
2001-09-06
1
-4
/
+8
*
From Eric Blake, via Classpath:
tromey
2001-09-05
1
-6
/
+37
*
* java/util/Date.java: Re-merged with Classpath.
tromey
2001-09-05
1
-6
/
+7
*
* java/text/DateFormatSymbols.java: Re-merged with Classpath.
tromey
2001-09-05
1
-6
/
+25
*
2001-09-05 Corey Minyard <minyard@acm.org>
tromey
2001-09-05
1
-0
/
+17
*
* java/lang/natSystem.cc (init_properties): Default locale is
tromey
2001-09-05
1
-0
/
+1
*
* java/text/MessageFormat.java (setLocale): Don't catch ParseException
bryce
2001-09-05
1
-8
/
+1
*
* java/util/AbstractMap.java: Re-merged with Classpath.
tromey
2001-09-05
2
-3
/
+22
*
* java/text/SimpleDateFormat.java: Re-merged with Classpath.
tromey
2001-09-05
19
-1815
/
+5199
*
* java/lang/reflect/natField.cc (set): Allow for case when the
tromey
2001-09-04
1
-2
/
+3
*
* java/security/spec/AlgorithmParameterSpec.java,
tromey
2001-09-02
2
-2
/
+2
*
* gcj/javaprims.h: Regenerated class list.
tromey
2001-09-02
2
-4
/
+4
*
* Makefile.in: Rebuilt.
tromey
2001-09-02
67
-1590
/
+4620
*
* gcj/javaprims.h (_Jv_RegisterClassHook): New extern declaration.
bothner
2001-09-01
2
-3
/
+18
*
* java/lang/ClassLoader.java (system): Remove static field.
bothner
2001-09-01
2
-12
/
+5
*
* java/io/BufferedReader.java, java/io/ObjectInput.java,
tromey
2001-09-01
5
-4
/
+6
*
Re-merge with Classpath:
tromey
2001-08-31
4
-4
/
+18
*
* Makefile.in: Rebuilt.
tromey
2001-08-31
13
-667
/
+2059
*
* java/io/ByteArrayOutputStream.java: Re-merged with Classpath.
tromey
2001-08-31
2
-33
/
+98
*
* java/io/ByteArrayInputStream.java: Merged with Classpath.
tromey
2001-08-31
1
-19
/
+154
*
* java/io/BufferedReader.java: Re-merged with Classpath.
tromey
2001-08-31
1
-6
/
+27
*
* java/math/BigInteger.java (init(int,Random)): New method.
bothner
2001-08-28
1
-13
/
+27
*
* java/rmi/activation/Activatable.java,
tromey
2001-08-28
65
-0
/
+3706
*
* Makefile.am: New friends for java/lang/Thread.h.
bryce
2001-08-26
2
-17
/
+36
*
* java/lang/reflect/Field.java (toString): Use
tromey
2001-08-24
5
-76
/
+113
[next]