| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add license clarification. | mark | 2002-01-22 | 63 | -315/+1008 |
| * | * java/io/ObjectInputStream.java (enableResolveObject): Use | tromey | 2001-12-21 | 2 | -5/+11 |
| * | * java/io/DataOutputStream (write (byte[], int, int)): Update | bryce | 2001-12-16 | 1 | -1/+1 |
| * | * Makefile.in: Rebuilt. | tromey | 2001-12-09 | 2 | -16/+20 |
| * | * HACKING, gnu/gcj/xlib/Pixmap.java, gnu/gcj/xlib/XException.java, | jsm28 | 2001-10-31 | 7 | -7/+7 |
| * | * java/io/BufferedWriter.java (localFlush): Don't synchronize. | tromey | 2001-10-23 | 1 | -5/+3 |
| * | * java/io/BufferedWriter (write (String, int, int)): Remove | bryce | 2001-10-23 | 1 | -6/+0 |
| * | * java/io/BufferedWriter.java (write(String,int,int)): Correctly | tromey | 2001-10-18 | 1 | -2/+2 |
| * | Fix for PR libgcj/4481: | tromey | 2001-10-08 | 1 | -2/+5 |
| * | * java/io/BufferedInputStream.java: Merge with Classpath | mark | 2001-10-08 | 1 | -16/+197 |
| * | * java/io/SequenceInputStream.java: Merge with Classpath | mark | 2001-10-04 | 2 | -25/+218 |
| * | * 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 |