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
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
* no-threads.cc (_Jv_ThreadStart): Remove names of unused arguments.
rth
2001-09-21
1
-0
/
+5
*
* posix-threads.cc (_Jv_ThreadInterrupt): Re-enable interrupt of
bryce
2001-09-21
1
-0
/
+10
*
Fix null pointer bug.
green
2001-09-19
1
-0
/
+5
*
* jni.cc (array_from_valist): Use promoted types for va_arg.
aj
2001-09-17
1
-44
/
+48
*
Add support for iso8859_1.
green
2001-09-17
1
-0
/
+4
*
* java/util/TimeZone.java: Updated list of timezones from
tromey
2001-09-15
1
-0
/
+3
*
* java/lang/CloneNotSupportedException.java: Re-merged with
tromey
2001-09-14
1
-0
/
+5
*
* java/util/Hashtable.java (Enumerator): Ensure that if
bryce
2001-09-13
1
-0
/
+4
*
* java/io/File.java (normalizePath): Use equals() not '==' for string
bryce
2001-09-13
1
-0
/
+5
*
* Makefile.in: Rebuilt.
tromey
2001-09-12
1
-0
/
+5
*
* java/io/File.java (toURL): Use getAbsolutePath and `file://'.
tromey
2001-09-12
1
-0
/
+4
*
* java/util/Properties.java (load): Correctly read \u sequences.
tromey
2001-09-11
1
-0
/
+5
*
* configure.in (LIBFFIINCS): Quote uses of $(top_srcdir)
manfred
2001-09-10
1
-0
/
+6
*
* include/jvm.h (_Jv_AllocRawObj): New prototype.
bryce
2001-09-10
1
-0
/
+7
*
ResourceBundle fixes
green
2001-09-07
1
-0
/
+8
*
* java/text/RuleBasedCollator.java (clone): Rewrote.
tromey
2001-09-07
1
-0
/
+7
*
* include/jvm.h: Declare _Jv_RegisterResource.
green
2001-09-06
1
-0
/
+16
*
* java/util/Properties.java: Re-merged from Classpath.
tromey
2001-09-06
1
-0
/
+2
*
From Eric Blake, via Classpath:
tromey
2001-09-05
1
-0
/
+4
*
* java/util/Date.java: Re-merged with Classpath.
tromey
2001-09-05
1
-0
/
+2
*
* java/text/DateFormatSymbols.java: Re-merged with Classpath.
tromey
2001-09-05
1
-0
/
+4
*
2001-09-05 Corey Minyard <minyard@acm.org>
tromey
2001-09-05
1
-0
/
+7
*
* java/lang/natSystem.cc (init_properties): Default locale is
tromey
2001-09-05
1
-0
/
+5
*
* java/text/MessageFormat.java (setLocale): Don't catch ParseException
bryce
2001-09-05
1
-0
/
+5
*
* java/util/AbstractMap.java: Re-merged with Classpath.
tromey
2001-09-05
1
-0
/
+3
*
* java/text/SimpleDateFormat.java: Re-merged with Classpath.
tromey
2001-09-05
1
-0
/
+71
*
Fix for PR libgcj/4213:
tromey
2001-09-04
1
-0
/
+6
*
* java/lang/reflect/natField.cc (set): Allow for case when the
tromey
2001-09-04
1
-3
/
+3
*
* java/security/spec/AlgorithmParameterSpec.java,
tromey
2001-09-02
1
-0
/
+3
*
* gcj/javaprims.h: Regenerated class list.
tromey
2001-09-02
1
-0
/
+7
*
* Makefile.in: Rebuilt.
tromey
2001-09-02
1
-0
/
+72
*
* gcj/javaprims.h (_Jv_RegisterClassHook): New extern declaration.
bothner
2001-09-01
1
-0
/
+7
*
* java/lang/ClassLoader.java (system): Remove static field.
bothner
2001-09-01
1
-0
/
+11
*
* java/io/BufferedReader.java, java/io/ObjectInput.java,
tromey
2001-09-01
1
-0
/
+4
*
Re-merge with Classpath:
tromey
2001-08-31
1
-0
/
+8
*
* Makefile.in: Rebuilt.
tromey
2001-08-31
1
-0
/
+21
*
* java/io/ByteArrayOutputStream.java: Re-merged with Classpath.
tromey
2001-08-31
1
-0
/
+5
*
* exception.cc (PERSONALITY_FUNCTION): Simplify
jason
2001-08-31
1
-0
/
+5
*
* java/io/ByteArrayInputStream.java: Merged with Classpath.
tromey
2001-08-31
1
-0
/
+4
*
* java/io/BufferedReader.java: Re-merged with Classpath.
tromey
2001-08-31
1
-0
/
+4
*
* java/math/BigInteger.java (init(int,Random)): New method.
bothner
2001-08-28
1
-0
/
+8
*
* java/rmi/activation/Activatable.java,
tromey
2001-08-28
1
-0
/
+93
*
* Makefile.am: New friends for java/lang/Thread.h.
bryce
2001-08-26
1
-0
/
+25
*
* name-finder.cc (lookup): Ignore a null dli_fname from d
bryce
2001-08-26
1
-0
/
+4
*
* java/lang/reflect/Field.java (toString): Use
tromey
2001-08-24
1
-0
/
+17
*
Look for lib-gnu-pkg-quux.so, not gnu-pkg-quux.so.
green
2001-08-22
1
-0
/
+5
*
* java/util/IdentityHashMap.java (get): Fix off-by-one error.
jsturm
2001-08-21
1
-0
/
+5
*
* java/awt/GridBagConstraints.java: Removed comment.
tromey
2001-08-20
1
-0
/
+2
*
* jni.cc (nathash, nathash_count, nathash_size): New globals.
tromey
2001-08-20
1
-0
/
+14
*
* gnu/gcj/convert/UnicodeToBytes.java (write): Write work buffer
jsturm
2001-08-18
1
-0
/
+5
[next]