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
/
lang
Commit message (
Expand
)
Author
Age
Files
Lines
*
* java/lang/Byte.java: Remove redundant instanceof and null checks.
bryce
2001-02-09
6
-51
/
+39
*
* java/lang/Float.java (parseFloat): New method.
tromey
2001-02-09
1
-1
/
+9
*
gcc/java/:
jsm28
2001-02-08
2
-2
/
+2
*
* java/lang/natSystem.cc (getSystemTimeZone): Only use tm_gmtoff
warrenl
2001-01-26
1
-2
/
+15
*
* java/lang/sf_fabs.c: Use uint32_t, not __uint32_t.
tromey
2001-01-25
1
-1
/
+1
*
* Makefile.in: Rebuilt.
tromey
2001-01-24
1
-0
/
+47
*
* java/lang/Class.h (isInterface): Move implementation from
bryce
2001-01-17
3
-13
/
+13
*
2001-01-16 Alexandre Petit-Bianco <apbianco@cygnus.com>
apbianco
2001-01-17
2
-59
/
+20
*
2001-01-07 Alexandre Petit-Bianco <apbianco@cygnus.com>
apbianco
2001-01-15
3
-19
/
+79
*
* java/lang/natSystem.cc: Include locale.h if it exists.
tromey
2001-01-12
1
-0
/
+4
*
Fix for PR libgcj/1411:
warrenl
2001-01-09
2
-2
/
+142
*
In gcc/java:
bryce
2001-01-08
5
-77
/
+119
*
Fix bug in URLConnection and correct javadoc annotations in StringBuffer.
green
2001-01-07
1
-2
/
+2
*
* java/lang/Thread.java: Update comment.
bryce
2001-01-05
1
-6
/
+3
*
For boehm-gc:
bryce
2000-12-30
1
-6
/
+19
*
Fix for PR libgcj/1358:
warrenl
2000-12-28
1
-1
/
+1
*
Fix for PR libgcj/1516:
bryce
2000-12-28
1
-34
/
+34
*
* java/lang/natClass.cc (_Jv_IsAssignableFrom): Primitive TYPEs can
bryce
2000-12-28
1
-2
/
+2
*
* java/lang/mprec.h: Change C9X reference to refer to C99.
jsm28
2000-12-23
1
-1
/
+1
*
* java/lang/Throwable.java (trace_enabled): New static field.
bryce
2000-12-22
2
-0
/
+4
*
* java/lang/Thread.java (checkAccess): Now final.
tromey
2000-12-15
1
-1
/
+1
*
* java/lang/RuntimePermission.java: Class now final.
tromey
2000-12-15
1
-2
/
+2
*
* java/lang/Character.java: Updated UnicodeBlock constants.
tromey
2000-12-15
1
-9
/
+43
*
* Makefile.am: Add HashSet.java and java/lang/ref classes.
bryce
2000-12-11
5
-0
/
+503
*
* java/lang/StringBuffer.java (insert(int,char[])): Avoid
warrenl
2000-12-08
1
-1
/
+3
*
* java/lang/natDouble.cc: Include fdlibm.h, not mprec.h. From
bryce
2000-12-04
1
-1
/
+1
*
2000-12-02 Bryce McKinlay <bryce@albatross.co.nz>
bryce
2000-12-02
4
-2
/
+5
*
2000-11-29 Bryce McKinlay <bryce@albatross.co.nz>
bryce
2000-11-29
1
-1
/
+26
*
* Makefile.in: Rebuilt.
tromey
2000-11-27
3
-7
/
+175
*
2000-11-25 Anthony Green <green@redhat.com>
green
2000-11-26
5
-28
/
+100
*
2000-11-24 Bryce McKinlay <bryce@albatross.co.nz>
bryce
2000-11-26
2
-24
/
+29
*
* Makefile.in: Rebuilt.
tromey
2000-11-20
1
-0
/
+50
*
* java/lang/reflect/AccessibleObject.java (isAccessible,
tromey
2000-11-18
1
-26
/
+26
*
* java/lang/natString.cc: Include Locale.h.
tromey
2000-11-18
3
-23
/
+129
*
* java/io/PushbackReader.java: Merged with Classpath.
tromey
2000-11-17
4
-5
/
+260
*
* java/beans/PropertyChangeSupport.java (propertyListeners): Made
warrenl
2000-11-16
1
-1
/
+1
*
* Makefile.am: Added locale files from Classpath.
warrenl
2000-10-27
1
-50
/
+153
*
* java/lang/ThreadGroup.java (uncaughtException): Print thread name
bryce
2000-10-25
1
-0
/
+2
*
* java/lang/reflect/natField.cc (BooleanClass): Don't define.
tromey
2000-10-06
9
-63
/
+39
*
2000-09-30 Hans Boehm <boehm@acm.org>
bryce
2000-09-30
2
-6
/
+8
*
2000-09-26 Alexandre Petit-Bianco <apbianco@cygnus.com>
apbianco
2000-09-26
1
-0
/
+1
*
* java/lang/natRuntime.cc (lt_preloaded_symbols): Define as `extern'.
aoliva
2000-09-14
1
-1
/
+1
*
* defineclass.cc: Include alloca.h only if HAVE_ALLOCA_H.
aoliva
2000-09-14
2
-0
/
+4
*
* java/lang/reflect/natArray.cc (BooleanClass): New define.
tromey
2000-09-13
2
-8
/
+20
*
2000-09-13 Bryce McKinlay <bryce@albatross.co.nz>
bryce
2000-09-13
2
-2
/
+23
*
* java/lang/reflect/Field.java (toString): Don't rely on
tromey
2000-09-11
1
-1
/
+1
*
* gnu/gcj/convert/BytesToUnicode.java (getDefaultDecoder): Let
tromey
2000-09-11
1
-0
/
+21
*
* java/beans/PropertyChangeEvent.java (serialVersionUID): Added.
warrenl
2000-09-08
12
-15
/
+33
*
2000-09-07 Bryce McKinlay <bryce@albatross.co.nz>
bryce
2000-09-07
1
-1
/
+1
*
* java/lang/reflect/Constructor.java (toString): Use `getName' for
tromey
2000-09-06
2
-3
/
+3
[next]