summaryrefslogtreecommitdiffstats
path: root/libjava/java/io
Commit message (Expand)AuthorAgeFilesLines
* * java/io/FileWriter.java: Merge with Classpath.mark2001-10-016-299/+1045
* * java/io/DataInput.java: Merge with Classpath.mark2001-09-304-83/+734
* * gnu/classpath/Configuration.java.in (INIT_LOAD_LIBRARY): Newtromey2001-09-271-1/+1
* * java/io/DataInputStream.java (readChar): Use readFully.tromey2001-09-261-15/+5
* * posix-threads.cc (_Jv_ThreadInterrupt): Re-enable interrupt ofbryce2001-09-211-33/+40
* * java/io/File.java (normalizePath): Use equals() not '==' for stringbryce2001-09-131-1/+1
* * java/io/File.java (toURL): Use getAbsolutePath and `file://'.tromey2001-09-121-1/+2
* * Makefile.in: Rebuilt.tromey2001-09-0210-195/+650
* * java/io/BufferedReader.java, java/io/ObjectInput.java,tromey2001-09-015-4/+6
* Re-merge with Classpath:tromey2001-08-313-3/+8
* * java/io/ByteArrayOutputStream.java: Re-merged with Classpath.tromey2001-08-312-33/+98
* * java/io/ByteArrayInputStream.java: Merged with Classpath.tromey2001-08-311-19/+154
* * java/io/BufferedReader.java: Re-merged with Classpath.tromey2001-08-311-6/+27
* * java/io/InputStreamReader.java (refill): Only call refill ontromey2001-08-061-1/+3
* * java/io/StringWriter.java: Merged with Classpath.tromey2001-08-056-179/+970
* * java/io/RandomAccessFile.java (seek): Let seek go past end oftromey2001-08-026-23/+28
* * java/io/natFileWin32.cc (_access): Renamed.tromey2001-07-183-12/+15
* Fix for PR libgcj/3426:tromey2001-07-132-62/+59
* Report from Henner Zeller:tromey2001-07-121-5/+8
* 2001-07-01 Jeremy Nimmer <jwnimmer@alum.mit.edu>tromey2001-07-021-2/+2
* * java/io/natFileDescriptorPosix.cc (open): Change error messagetromey2001-06-261-1/+3
* * natFile.cc (get_entry): Removed functions.jsturm2001-06-011-25/+9
* * java/io/natFileDescriptorPosix.cc (open): Allocate buffer totromey2001-05-311-21/+31
* 2001-04-30 Matt Kraai <kraai@alumni.carnegiemellon.edu>tromey2001-04-301-2/+2
* Fix PR libgcj/2237:bryce2001-04-263-120/+74
* libffi:bryce2001-04-121-7/+54
* * java/io/PrintStream.java (out): Removed field. Fixes PRtromey2001-04-021-37/+37
* * java/lang/natSystem.cc (init_properties): Revert yesterday's changesbryce2001-04-023-25/+8
* 1.3-Compliant Implementation of java.io.File.bryce2001-04-013-195/+413
* * exception.cc (java_eh_info): Make value type jthrowable.rth2001-03-265-45/+45
* * java/io/natFileDescriptorPosix.cc (open): Add O_CREAT intromey2001-03-211-2/+2
* * java/io/ObjectStreamClass.java (setUID): Don't write interfacetromey2001-03-091-5/+9
* * java/io/PipedWriter.java (flush): Throw exception if streamtromey2001-02-204-29/+102
* * java/io/CharArrayReader.java (CharArrayReader): Throwbryce2001-02-192-10/+13
* Remerge with Classpathmark2001-02-171-80/+111
* * java/io/DataInputStream.java: update copyright noticemark2001-02-175-25/+115
* * java/io/PipedReader.java (ready): Throw IOException if pipetromey2001-02-134-19/+29
* * java/io/BlockDataException.java: Removed.bryce2001-02-132-40/+1
* 2001-02-09 Alexandre Petit-Bianco <apbianco@redhat.com>apbianco2001-02-091-0/+16
* * java/io/OutputStreamWriter.java: (flush, writeChars): Throwbryce2001-02-091-1/+7
* From paul@dawa.demon.co.uk. Fix for PR libgcj/1913:tromey2001-02-091-1/+10
* * java/io/ObjectInputStream.java (read): AND byte with 0xff to makebryce2001-01-272-15/+43
* 2001-01-09 Oskar Liljeblad <osk@hem.passagen.se>warrenl2001-01-091-49/+49
* Fix comments for docletsgreen2001-01-065-10/+10
* * java/io/PipedReader: Synchronize on "lock" instead of this.bryce2001-01-051-118/+130
* * java/io/PipedInputStream: Rewrote to be simpler and more correct.bryce2001-01-054-1240/+856
* 2000-12-24 Jeff Sturm <jeff.sturm@commerceone.com>tromey2000-12-261-7/+6
* * java/io/StringWriter.java (StringWriter(int)): Now public.tromey2000-12-151-4/+4
* * java/io/SerializablePermission.java (legal_names): Now private.tromey2000-12-151-3/+3
* * java/io/FileInputStream.java (close): Check if the fd is valid.warrenl2000-12-082-6/+4
OpenPOWER on IntegriCloud