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
*
* 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
*
Look for lib-gnu-pkg-quux.so, not gnu-pkg-quux.so.
green
2001-08-22
1
-5
/
+7
*
* java/util/IdentityHashMap.java (get): Fix off-by-one error.
jsturm
2001-08-21
1
-2
/
+2
*
* java/awt/GridBagConstraints.java: Removed comment.
tromey
2001-08-20
1
-2
/
+1
*
2001-08-17 Mark J Roberts <mjr@anarcast.net>
tromey
2001-08-17
1
-12
/
+11
*
* BigInteger.java: fix right shifts by nonzero multiples of 32.
hboehm
2001-08-17
1
-1
/
+1
*
* jni.cc: Include IdentityHashMap.h, not Hashtable.h.
tromey
2001-08-15
1
-0
/
+415
*
* java/awt/image/SampleModel.java (getPixel): Set correct array
tromey
2001-08-13
1
-3
/
+3
*
* java/lang/natObject.cc (is_mp): Protect use of _SC_NPROCESSORS_ONLN.
ljrittle
2001-08-10
1
-0
/
+4
*
* java/io/InputStreamReader.java (refill): Only call refill on
tromey
2001-08-06
1
-1
/
+3
*
* java/io/StringWriter.java: Merged with Classpath.
tromey
2001-08-05
6
-179
/
+970
*
* java/io/RandomAccessFile.java (seek): Let seek go past end of
tromey
2001-08-02
6
-23
/
+28
*
* include/posix.h (_POSIX_PII_SOCKET): Define.
ro
2001-08-01
2
-8
/
+20
*
* java/util/Date.java: Re-merged with Classpath.
tromey
2001-07-31
1
-1
/
+2
*
* java/net/natPlainDatagramSocketImpl.cc: Undefine bind if defined.
jsturm
2001-07-31
2
-3
/
+37
[next]