| Commit message (Expand) | Author | Age | Files | Lines |
| * | * java/io/FileDescriptor.java (position): New private field. | mark | 2003-01-04 | 2 | -21/+33 |
| * | Merge with Classpath: | mark | 2003-01-04 | 1 | -43/+67 |
| * | * java/io/FileInputStream.java (finalize): Don't explicitly | mark | 2003-01-04 | 1 | -3/+3 |
| * | * Makefile.in: Rebuilt. | tromey | 2003-01-02 | 2 | -2/+2 |
| * | Bug compatibility, for PR libgcj/8738: | tromey | 2002-12-02 | 1 | -28/+5 |
| * | 2002-11-20 Michael Koch <konqueror@gmx.de> | mkoch | 2002-11-20 | 2 | -1/+17 |
| * | * java/io/natFileDescriptorWin32.cc (read): Handle case where | tromey | 2002-11-10 | 2 | -0/+9 |
| * | * java/io/Externalizable.java, java/io/FilePermission.java, | tromey | 2002-11-10 | 5 | -3/+9 |
| * | GNU Classpath merge. | mark | 2002-11-03 | 1 | -1/+3 |
| * | 2002-10-23 Ranjit Mathew <rmathew@hotmail.com> | megacz | 2002-10-23 | 1 | -3/+6 |
| * | * java/io/ObjectInputStream.java (resolveProxyClass): New method | tromey | 2002-10-01 | 1 | -1/+28 |
| * | * java/io/natFileDescriptorPosix.cc (setLength): Handle case where | tromey | 2002-08-29 | 1 | -0/+4 |
| * | 2002-08-13 Jesse Rosenstock <jmr@fulcrummicro.com> | tromey | 2002-08-13 | 1 | -1/+5 |
| * | * java/io/natFileDescriptorPosix.cc: Don't include sys/socket.h or | tromey | 2002-07-26 | 1 | -2/+0 |
| * | 2002-07-24 Tom Tromey <tromey@redhat.com> | tromey | 2002-07-24 | 5 | -3/+100 |
| * | 2002-07-24 Mark Wielaard <mark@klomp.org> | mark | 2002-07-24 | 1 | -1/+10 |
| * | * java/io/StreamTokenizer.java (pushBack): Update documentation. | mark | 2002-07-16 | 1 | -9/+9 |
| * | * java/io/LineNumberInputStream.java: Merged with Classpath. | tromey | 2002-06-17 | 1 | -17/+189 |
| * | * java/io/BufferedOutputStream.java: Re-merged with Classpath. | tromey | 2002-06-15 | 20 | -720/+586 |
| * | * java/io/natFilePosix.cc (getCanonicalPath): Treat "" like ".". | tromey | 2002-06-12 | 1 | -1/+8 |
| * | 2002-06-06 Adam Megacz <adam@xwt.org> | megacz | 2002-06-06 | 1 | -4/+1 |
| * | * java/io/BufferedReader.java (fill): Handle case where markPos | tromey | 2002-04-30 | 1 | -2/+7 |
| * | 2002-04-29 Adam King <aking@dreammechanics.com> | bryce | 2002-04-29 | 1 | -0/+7 |
| * | * java/io/File.java (normalizePath): Add Win32 support for auto | bryce | 2002-04-17 | 1 | -0/+5 |
| * | 2002-04-16 Adam King <aking@dreammechanics.com> | tromey | 2002-04-16 | 1 | -31/+24 |
| * | Based on patch from Intel's ORP team: | bryce | 2002-03-25 | 1 | -7/+12 |
| * | * java/io/FileInputStream.java (skip): Call fd.getFilePointer() and | bryce | 2002-03-25 | 1 | -1/+3 |
| * | * java/io/PushbackReader.java: Reformat. | bryce | 2002-03-25 | 1 | -396/+336 |
| * | * java/lang/Win32Process.java: Added comment. | tromey | 2002-03-10 | 1 | -1/+3 |
| * | 2002-03-09 Adam Megacz <adam@xwt.org> | megacz | 2002-03-10 | 1 | -0/+1 |
| * | * java/io/natFileDescriptorEcos.cc (init): Don't use | tromey | 2002-03-06 | 2 | -10/+10 |
| * | 2002-03-06 Adam Megacz <adam@xwt.org> | megacz | 2002-03-06 | 4 | -4/+37 |
| * | 2002-02-12 Adam Megacz <adam@xwt.org> | megacz | 2002-02-12 | 1 | -0/+0 |
| * | 2002-02-11 Adam Megacz <adam@xwt.org> | megacz | 2002-02-12 | 2 | -0/+2 |
| * | 2002-02-11 Adam Megacz <adam@xwt.org> | megacz | 2002-02-12 | 1 | -63/+48 |
| * | * java/io/natFile.cc (_access): Use __builtin_alloca. | tromey | 2002-02-08 | 1 | -12/+13 |
| * | * java/lang/natThrowable.cc: Updated copyright. | tromey | 2002-02-07 | 2 | -2/+2 |
| * | * java/io/natFile.cc (_access): Don't stack-allocate buffer. | tromey | 2002-02-07 | 1 | -23/+19 |
| * | embedded updates | green | 2002-02-07 | 1 | -3/+5 |
| * | * java/io/natFile.cc: Removed old "FIXME" comments. | tromey | 2002-02-02 | 1 | -13/+1 |
| * | 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 |