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
*
* prims.cc (_Jv_NewMultiArrayUnchecked): New method.
tromey
2001-10-02
4
-9
/
+34
*
* java/io/FileWriter.java: Merge with Classpath.
mark
2001-10-01
13
-413
/
+1660
*
* java/io/DataInput.java: Merge with Classpath.
mark
2001-09-30
14
-218
/
+1269
*
PR libgcj/4383
bryce
2001-09-30
4
-3
/
+18
*
* java/lang/natClass.cc (_Jv_IsAssignableFrom): Handle the case of
bryce
2001-09-30
2
-2
/
+8
*
* gnu/gcj/runtime/SharedLibLoader.java: New class.
bothner
2001-09-29
8
-443
/
+1992
*
* Makefile.am (libgcj_la_LDFLAGS): Added $(GCLIBS), $(ZLIBS).
jsturm
2001-09-29
3
-1125
/
+72
*
2001-09-27 Alexandre Petit-Bianco <apbianco@redhat.com>
apbianco
2001-09-27
2
-0
/
+25
*
* java/util/IdentityHashMap.java (containsKey): Use getHash.
tromey
2001-09-27
2
-11
/
+29
*
* gnu/classpath/Configuration.java.in (INIT_LOAD_LIBRARY): New
tromey
2001-09-27
4
-4
/
+47
*
* java/io/DataInputStream.java (readChar): Use readFully.
tromey
2001-09-26
2
-15
/
+13
*
* java/security/cert/X509Extension.java: Merge from classpath.
bryce
2001-09-25
2
-2
/
+4
*
* java/lang/PosixProcess.java (exitValue): Implement here. Throw
bryce
2001-09-24
3
-28
/
+28
*
old fix
green
2001-09-23
2
-1
/
+6
*
misc fixes
green
2001-09-23
4
-6
/
+25
*
* include/jvm.h (_Jv_VTable): Handle function descriptors for ia64;
rth
2001-09-21
5
-47
/
+84
*
* no-threads.cc (_Jv_ThreadStart): Remove names of unused arguments.
rth
2001-09-21
3
-3
/
+7
*
* posix-threads.cc (_Jv_ThreadInterrupt): Re-enable interrupt of
bryce
2001-09-21
3
-34
/
+51
*
Fix null pointer bug.
green
2001-09-19
2
-1
/
+7
*
* jni.cc (array_from_valist): Use promoted types for va_arg.
aj
2001-09-17
2
-58
/
+62
*
Add support for iso8859_1.
green
2001-09-17
2
-0
/
+5
*
* java/util/TimeZone.java: Updated list of timezones from
tromey
2001-09-15
2
-2
/
+11
*
* java/lang/CloneNotSupportedException.java: Re-merged with
tromey
2001-09-14
2
-16
/
+27
*
* java/util/Hashtable.java (Enumerator): Ensure that if
bryce
2001-09-13
2
-17
/
+34
*
* java/io/File.java (normalizePath): Use equals() not '==' for string
bryce
2001-09-13
2
-1
/
+6
*
* Makefile.in: Rebuilt.
tromey
2001-09-12
3
-18
/
+55
*
* java/io/File.java (toURL): Use getAbsolutePath and `file://'.
tromey
2001-09-12
2
-1
/
+6
*
* java/util/Properties.java (load): Correctly read \u sequences.
tromey
2001-09-11
2
-1
/
+8
*
* configure.in (LIBFFIINCS): Quote uses of $(top_srcdir)
manfred
2001-09-10
3
-2
/
+8
*
* include/jvm.h (_Jv_AllocRawObj): New prototype.
bryce
2001-09-10
5
-4
/
+26
*
ResourceBundle fixes
green
2001-09-07
2
-28
/
+48
*
* java/text/RuleBasedCollator.java (clone): Rewrote.
tromey
2001-09-07
4
-444
/
+497
*
* include/jvm.h: Declare _Jv_RegisterResource.
green
2001-09-06
12
-39
/
+494
*
* java/util/Properties.java: Re-merged from Classpath.
tromey
2001-09-06
2
-4
/
+10
*
From Eric Blake, via Classpath:
tromey
2001-09-05
2
-6
/
+41
*
* java/util/Date.java: Re-merged with Classpath.
tromey
2001-09-05
2
-6
/
+9
*
* java/text/DateFormatSymbols.java: Re-merged with Classpath.
tromey
2001-09-05
2
-6
/
+29
*
2001-09-05 Corey Minyard <minyard@acm.org>
tromey
2001-09-05
2
-0
/
+24
*
* java/lang/natSystem.cc (init_properties): Default locale is
tromey
2001-09-05
2
-0
/
+6
*
* java/text/MessageFormat.java (setLocale): Don't catch ParseException
bryce
2001-09-05
2
-8
/
+6
*
* java/util/AbstractMap.java: Re-merged with Classpath.
tromey
2001-09-05
3
-3
/
+25
*
* java/text/SimpleDateFormat.java: Re-merged with Classpath.
tromey
2001-09-05
35
-2494
/
+5757
*
Fix for PR libgcj/4213:
tromey
2001-09-04
4
-1
/
+34
*
* java/lang/reflect/natField.cc (set): Allow for case when the
tromey
2001-09-04
2
-5
/
+6
*
* java/security/spec/AlgorithmParameterSpec.java,
tromey
2001-09-02
3
-2
/
+5
*
* gcj/javaprims.h: Regenerated class list.
tromey
2001-09-02
4
-4
/
+14
*
* Makefile.in: Rebuilt.
tromey
2001-09-02
70
-1593
/
+4700
*
2001-08-28 Alexandre Petit-Bianco <apbianco@redhat.com>
apbianco
2001-09-01
4
-0
/
+35
*
* gcj/javaprims.h (_Jv_RegisterClassHook): New extern declaration.
bothner
2001-09-01
4
-3
/
+27
*
* java/lang/ClassLoader.java (system): Remove static field.
bothner
2001-09-01
4
-13
/
+18
[next]