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
/
io
Commit message (
Expand
)
Author
Age
Files
Lines
*
* java/io/FileWriter.java: Merge with Classpath.
mark
2001-10-01
6
-299
/
+1045
*
* java/io/DataInput.java: Merge with Classpath.
mark
2001-09-30
4
-83
/
+734
*
* gnu/classpath/Configuration.java.in (INIT_LOAD_LIBRARY): New
tromey
2001-09-27
1
-1
/
+1
*
* java/io/DataInputStream.java (readChar): Use readFully.
tromey
2001-09-26
1
-15
/
+5
*
* posix-threads.cc (_Jv_ThreadInterrupt): Re-enable interrupt of
bryce
2001-09-21
1
-33
/
+40
*
* 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
*
* Makefile.in: Rebuilt.
tromey
2001-09-02
10
-195
/
+650
*
* java/io/BufferedReader.java, java/io/ObjectInput.java,
tromey
2001-09-01
5
-4
/
+6
*
Re-merge with Classpath:
tromey
2001-08-31
3
-3
/
+8
*
* 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/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
*
* java/io/natFileWin32.cc (_access): Renamed.
tromey
2001-07-18
3
-12
/
+15
*
Fix for PR libgcj/3426:
tromey
2001-07-13
2
-62
/
+59
*
Report from Henner Zeller:
tromey
2001-07-12
1
-5
/
+8
*
2001-07-01 Jeremy Nimmer <jwnimmer@alum.mit.edu>
tromey
2001-07-02
1
-2
/
+2
*
* java/io/natFileDescriptorPosix.cc (open): Change error message
tromey
2001-06-26
1
-1
/
+3
*
* natFile.cc (get_entry): Removed functions.
jsturm
2001-06-01
1
-25
/
+9
*
* java/io/natFileDescriptorPosix.cc (open): Allocate buffer to
tromey
2001-05-31
1
-21
/
+31
*
2001-04-30 Matt Kraai <kraai@alumni.carnegiemellon.edu>
tromey
2001-04-30
1
-2
/
+2
*
Fix PR libgcj/2237:
bryce
2001-04-26
3
-120
/
+74
*
libffi:
bryce
2001-04-12
1
-7
/
+54
*
* java/io/PrintStream.java (out): Removed field. Fixes PR
tromey
2001-04-02
1
-37
/
+37
*
* java/lang/natSystem.cc (init_properties): Revert yesterday's changes
bryce
2001-04-02
3
-25
/
+8
*
1.3-Compliant Implementation of java.io.File.
bryce
2001-04-01
3
-195
/
+413
*
* exception.cc (java_eh_info): Make value type jthrowable.
rth
2001-03-26
5
-45
/
+45
*
* java/io/natFileDescriptorPosix.cc (open): Add O_CREAT in
tromey
2001-03-21
1
-2
/
+2
*
* java/io/ObjectStreamClass.java (setUID): Don't write interface
tromey
2001-03-09
1
-5
/
+9
*
* java/io/PipedWriter.java (flush): Throw exception if stream
tromey
2001-02-20
4
-29
/
+102
*
* java/io/CharArrayReader.java (CharArrayReader): Throw
bryce
2001-02-19
2
-10
/
+13
*
Remerge with Classpath
mark
2001-02-17
1
-80
/
+111
*
* java/io/DataInputStream.java: update copyright notice
mark
2001-02-17
5
-25
/
+115
*
* java/io/PipedReader.java (ready): Throw IOException if pipe
tromey
2001-02-13
4
-19
/
+29
*
* java/io/BlockDataException.java: Removed.
bryce
2001-02-13
2
-40
/
+1
*
2001-02-09 Alexandre Petit-Bianco <apbianco@redhat.com>
apbianco
2001-02-09
1
-0
/
+16
*
* java/io/OutputStreamWriter.java: (flush, writeChars): Throw
bryce
2001-02-09
1
-1
/
+7
*
From paul@dawa.demon.co.uk. Fix for PR libgcj/1913:
tromey
2001-02-09
1
-1
/
+10
*
* java/io/ObjectInputStream.java (read): AND byte with 0xff to make
bryce
2001-01-27
2
-15
/
+43
*
2001-01-09 Oskar Liljeblad <osk@hem.passagen.se>
warrenl
2001-01-09
1
-49
/
+49
*
Fix comments for doclets
green
2001-01-06
5
-10
/
+10
*
* 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
*
2000-12-24 Jeff Sturm <jeff.sturm@commerceone.com>
tromey
2000-12-26
1
-7
/
+6
*
* 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/io/FileInputStream.java (close): Check if the fd is valid.
warrenl
2000-12-08
2
-6
/
+4
[next]