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
*
* java/net/URLDecoder.java: Thanks Edgar Villanueva (edgarvil@home.com)
mark
2001-01-15
1
-21
/
+56
*
* java/lang/natSystem.cc: Include locale.h if it exists.
tromey
2001-01-12
1
-0
/
+4
*
* java/awt/Cursor.java (Cursor(String)): Set type to custom.
tromey
2001-01-11
1
-3
/
+5
*
* java/math/BigDecimal.java (divide): Fixed comment.
warrenl
2001-01-10
1
-1
/
+1
*
Fix for PR libgcj/1596:
warrenl
2001-01-10
1
-6
/
+28
*
2001-01-09 Oskar Liljeblad <osk@hem.passagen.se>
warrenl
2001-01-09
1
-49
/
+49
*
Fix for PR libgcj/1411:
warrenl
2001-01-09
6
-139
/
+205
*
In gcc/java:
bryce
2001-01-08
5
-77
/
+119
*
Fix bug in URLConnection and correct javadoc annotations in StringBuffer.
green
2001-01-07
2
-4
/
+2
*
Fix comments for doclets
green
2001-01-06
7
-14
/
+19
*
* java/io/PipedReader: Synchronize on "lock" instead of this.
bryce
2001-01-05
1
-118
/
+130
*
* java/io/PipedInputStream: Rewrote to be simpler and more correct.
bryce
2001-01-05
4
-1240
/
+856
*
* java/lang/Thread.java: Update comment.
bryce
2001-01-05
1
-6
/
+3
*
* java/awt/ScrollPane.java (setBlockIncrement): Throw error.
tromey
2001-01-03
2
-21
/
+13
*
* java/awt/ScrollPane.java: Wrote.
tromey
2001-01-03
6
-98
/
+520
*
For boehm-gc:
bryce
2000-12-30
1
-6
/
+19
*
2000-12-27 Jeff Sturm <jeff.sturm@commerceone.com>
bryce
2000-12-28
1
-2
/
+4
*
Fix for PR libgcj/1358:
warrenl
2000-12-28
5
-16
/
+15
*
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
*
2000-12-26 Petter Reinholdtsen <pere@hungry.com>
warrenl
2000-12-27
1
-1
/
+1
*
* java/awt/MenuItem.java (paramString): Now protected.
tromey
2000-12-26
5
-27
/
+409
*
* java/awt/MenuContainer.java: Fixed typo.
tromey
2000-12-26
18
-50
/
+761
*
2000-12-24 Jeff Sturm <jeff.sturm@commerceone.com>
tromey
2000-12-26
1
-7
/
+6
*
* 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/beans/PropertyChangeListener.java: Extends EventListener.
tromey
2000-12-21
2
-14
/
+21
*
* java/util/zip/Deflater.java (update, init): Now private.
tromey
2000-12-21
1
-2
/
+2
*
* java/util/BasicMapEntry.java: Re-added.
bryce
2000-12-21
3
-85
/
+136
*
* java/util/GregorianCalendar.java (GregorianCalendar): Constructors
warrenl
2000-12-19
1
-3
/
+3
*
Removed additional addNotify() peer hacks.
bryce
2000-12-18
5
-9
/
+7
*
* java/awt/Window.java (addNotify): Remove peer casting hack now
bryce
2000-12-18
1
-2
/
+1
*
* java/util/zip/natInflater.cc (inflate): Treat Z_BUF_ERROR as
bryce
2000-12-18
1
-5
/
+10
*
* java/util/ArrayList.java (data): Declare transient.
bryce
2000-12-17
1
-14
/
+6
*
2000-12-17 Jeff Sturm <jeff.sturm@commerceone.com>
bryce
2000-12-17
2
-22
/
+14
*
* java/util/ResourceBundle.java (trySomeGetBundle): Pass class
tromey
2000-12-15
1
-1
/
+3
*
* java/util/ResourceBundle.java
tromey
2000-12-15
1
-8
/
+17
*
* java/text/NumberFormat.java (groupingUsed, parseIntegerOnly,
tromey
2000-12-15
1
-6
/
+6
*
* 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/io/StringWriter.java (StringWriter(int)): Now public.
tromey
2000-12-15
1
-4
/
+4
*
* java/io/SerializablePermission.java (legal_names): Now private.
tromey
2000-12-15
1
-3
/
+3
*
* java/lang/Character.java: Updated UnicodeBlock constants.
tromey
2000-12-15
1
-9
/
+43
*
* java/util/Hashtable.java (Enumerator.nextElement): Initialize `e'.
bryce
2000-12-11
1
-7
/
+7
*
* Makefile.am: Add HashSet.java and java/lang/ref classes.
bryce
2000-12-11
15
-1969
/
+2821
*
* java/lang/StringBuffer.java (insert(int,char[])): Avoid
warrenl
2000-12-08
1
-1
/
+3
*
* java/io/FileInputStream.java (close): Check if the fd is valid.
warrenl
2000-12-08
4
-8
/
+8
*
* java/awt/GridBagConstraints.java: Filled in values for static
tromey
2000-12-07
1
-15
/
+15
*
* java/util/BitSet.java: Updated copyright notice.
tromey
2000-12-06
1
-4
/
+21
*
* Makefile.in: Rebuilt.
tromey
2000-12-06
1
-0
/
+89
[next]