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
*
001-01-07 Anthony Green <green@redhat.com>
green
2001-01-08
1
-0
/
+20
*
Fix bug in URLConnection and correct javadoc annotations in StringBuffer.
green
2001-01-07
1
-0
/
+7
*
Fix comments for doclets
green
2001-01-06
1
-0
/
+10
*
* java/io/PipedReader: Synchronize on "lock" instead of this.
bryce
2001-01-05
1
-1
/
+5
*
* java/io/PipedInputStream: Rewrote to be simpler and more correct.
bryce
2001-01-05
1
-0
/
+6
*
* java/lang/Thread.java: Update comment.
bryce
2001-01-05
1
-0
/
+4
*
* java/awt/ScrollPane.java (setBlockIncrement): Throw error.
tromey
2001-01-03
1
-0
/
+8
*
* java/awt/ScrollPane.java: Wrote.
tromey
2001-01-03
1
-0
/
+27
*
For boehm-gc:
bryce
2000-12-30
1
-0
/
+22
*
2000-12-27 Jeff Sturm <jeff.sturm@commerceone.com>
bryce
2000-12-28
1
-0
/
+5
*
Fix for PR libgcj/1358:
warrenl
2000-12-28
1
-0
/
+15
*
Fix for PR libgcj/1516:
bryce
2000-12-28
1
-0
/
+14
*
2000-12-26 Petter Reinholdtsen <pere@hungry.com>
warrenl
2000-12-27
1
-0
/
+4
*
* java/awt/MenuItem.java (paramString): Now protected.
tromey
2000-12-26
1
-0
/
+16
*
* java/awt/MenuContainer.java: Fixed typo.
tromey
2000-12-26
1
-0
/
+46
*
2000-12-24 Jeff Sturm <jeff.sturm@commerceone.com>
tromey
2000-12-26
1
-0
/
+5
*
* java/lang/mprec.h: Change C9X reference to refer to C99.
jsm28
2000-12-23
1
-0
/
+4
*
* java/lang/Throwable.java (trace_enabled): New static field.
bryce
2000-12-22
1
-0
/
+8
*
* java/beans/PropertyChangeListener.java: Extends EventListener.
tromey
2000-12-21
1
-0
/
+3
*
* java/util/zip/Deflater.java (update, init): Now private.
tromey
2000-12-21
1
-0
/
+4
*
* java/util/BasicMapEntry.java: Re-added.
bryce
2000-12-21
1
-0
/
+11
*
* java/util/GregorianCalendar.java (GregorianCalendar): Constructors
warrenl
2000-12-19
1
-0
/
+6
*
Removed additional addNotify() peer hacks.
bryce
2000-12-18
1
-0
/
+6
*
* java/awt/Window.java (addNotify): Remove peer casting hack now
bryce
2000-12-18
1
-0
/
+5
*
* COPYING: Update to current
jsm28
2000-12-18
1
-0
/
+6
*
* java/util/zip/natInflater.cc (inflate): Treat Z_BUF_ERROR as
bryce
2000-12-18
1
-0
/
+5
*
* java/util/ArrayList.java (data): Declare transient.
bryce
2000-12-17
1
-0
/
+7
*
2000-12-17 Jeff Sturm <jeff.sturm@commerceone.com>
bryce
2000-12-17
1
-0
/
+6
*
* java/util/ResourceBundle.java (trySomeGetBundle): Pass class
tromey
2000-12-15
1
-0
/
+5
*
* java/util/ResourceBundle.java
tromey
2000-12-15
1
-0
/
+5
*
* java/text/NumberFormat.java (groupingUsed, parseIntegerOnly,
tromey
2000-12-15
1
-0
/
+5
*
* java/lang/Thread.java (checkAccess): Now final.
tromey
2000-12-15
1
-0
/
+2
*
* java/lang/RuntimePermission.java: Class now final.
tromey
2000-12-15
1
-0
/
+2
*
* java/io/StringWriter.java (StringWriter(int)): Now public.
tromey
2000-12-15
1
-0
/
+2
*
* java/io/SerializablePermission.java (legal_names): Now private.
tromey
2000-12-15
1
-0
/
+2
*
* java/lang/Character.java: Updated UnicodeBlock constants.
tromey
2000-12-15
1
-0
/
+6
*
* Makefile.in: Rebuilt.
tromey
2000-12-13
1
-0
/
+8
*
* gnu/gcj/runtime/FirstThread.java (Kcert, Kfile, Khttp, Kjar):
tromey
2000-12-12
1
-0
/
+3
*
* scripts/classes.pl (scan): Skip lines with leading `*'.
tromey
2000-12-11
1
-0
/
+5
*
* gcj/javaprims.h: Rebuilt CNI namespace declarations.
bryce
2000-12-11
1
-0
/
+2
*
* java/util/Hashtable.java (Enumerator.nextElement): Initialize `e'.
bryce
2000-12-11
1
-0
/
+2
*
* configure.in: Remove check for -fuse-divide-subroutine.
bryce
2000-12-11
1
-0
/
+5
*
* Makefile.am: Add HashSet.java and java/lang/ref classes.
bryce
2000-12-11
1
-0
/
+34
*
Recognize alpha*-*.
green
2000-12-11
1
-0
/
+4
*
Enable interpreter for alpha.
green
2000-12-10
1
-0
/
+4
*
Top level ChangeLog:
apbianco
2000-12-10
1
-0
/
+22
*
From Phil Edwards:
tromey
2000-12-08
1
-0
/
+6
*
* java/lang/StringBuffer.java (insert(int,char[])): Avoid
warrenl
2000-12-08
1
-0
/
+5
*
* java/io/FileInputStream.java (close): Check if the fd is valid.
warrenl
2000-12-08
1
-0
/
+7
*
* java/awt/GridBagConstraints.java: Filled in values for static
tromey
2000-12-07
1
-0
/
+3
[next]