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
*
* 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
*
* java/io/FilePermission.java: Made class final per spec.
warrenl
2000-12-04
1
-2
/
+2
*
* java/util/zip/InflaterInputStream (read): Don't return -1 unless
bryce
2000-11-29
2
-8
/
+1
*
2000-11-28 Bryce McKinlay <bryce@abatross.co.nz>
bryce
2000-11-28
2
-58
/
+211
*
2000-11-24 Bryce McKinlay <bryce@albatross.co.nz>
bryce
2000-11-26
2
-50
/
+25
*
* Makefile.in: Rebuilt.
tromey
2000-11-20
2
-0
/
+300
*
* java/io/PushbackReader.java: Merged with Classpath.
tromey
2000-11-17
1
-87
/
+376
*
* java/io/ObjectInputStream.java (readObject): Added code to
warrenl
2000-11-03
2
-21
/
+119
*
* java/io/Reader.java: Merge docs from classpath.
bryce
2000-10-30
3
-49
/
+292
*
* java/lang/reflect/natField.cc (BooleanClass): Don't define.
tromey
2000-10-06
1
-5
/
+3
*
* Makefile.am: Removed java/io/Replaceable.java and
warrenl
2000-10-05
4
-117
/
+52
*
* java/lang/reflect/Field.java (toString): Don't rely on
tromey
2000-09-11
1
-7
/
+415
*
* java/beans/PropertyChangeEvent.java (serialVersionUID): Added.
warrenl
2000-09-08
5
-9
/
+32
*
Fix for PR java.io/203:
green
2000-09-04
1
-14
/
+41
*
* java/io/File.java (deleteOnExit): New method.
green
2000-09-04
1
-1
/
+15
*
2000-09-01 Andrew Haley <aph@redhat.com>
aph
2000-09-01
1
-5
/
+19
*
* java/io/PrintWriter.java (print(String)): Don't catch IOException,
mark
2000-08-24
1
-8
/
+1
*
* java/util/zip/ZipInputStream.java (createZipEntry):
tromey
2000-08-19
1
-3
/
+4
*
* java/io/ByteArrayOutputStream.java: Merged with Classpath.
tromey
2000-08-16
1
-10
/
+158
*
* java/io/PipedInputStream.java (read(byte[],int,int)): Mostly
tromey
2000-08-07
1
-105
/
+70
*
* java/io/PrintWriter.java: Merged comments from Classpath.
tromey
2000-08-06
1
-29
/
+278
*
* java/io/StreamTokenizer.java (TT_NONE): Now private.
tromey
2000-08-06
1
-2
/
+6
*
* java/io/ObjectInputStream.java (readFields): Turn off
warrenl
2000-08-04
3
-17
/
+30
*
* Makefile.in: Rebuilt.
tromey
2000-08-02
1
-8
/
+3
*
* java/io/ObjectOutputStream.java (writeObject): Per spec, call
warrenl
2000-07-28
1
-6
/
+2
*
* java/io/ObjectStreamException.java: Made constructors protected.
warrenl
2000-07-28
1
-2
/
+2
*
* java/io/OutputStreamWriter.java (close): Only flush if not
tromey
2000-07-28
1
-2
/
+2
*
* mauve-libgcj: Activated serialization tests.
warrenl
2000-07-27
2
-8
/
+8
*
2000-07-23 Oskar Liljeblad <osk@hem.passagen.se>
tromey
2000-07-23
1
-49
/
+249
*
* java/io/File.java (getParentFile): New method, from Classpath
tromey
2000-07-20
1
-0
/
+6
[next]