Age | Commit message (Expand) | Author | Files | Lines |
2003-05-13 | 2003-05-13 Michael Koch <konqueror@gmx.de> | Michael Koch | 5 | -20/+35 |
2003-05-09 | 2003-05-09 Michael Koch <konqueror@gmx.de> | Michael Koch | 3 | -26/+110 |
2003-05-06 | 2003-05-06 Michael Koch <konqueror@gmx.de> | Michael Koch | 5 | -98/+264 |
2003-05-05 | DataInputStream.java: Reordered methods to match libgcj. | Michael Koch | 1 | -49/+66 |
2003-04-20 | BufferedReader.java, [...]: Imports from Classpath. | Tom Tromey | 4 | -19/+20 |
2003-04-19 | File.java (getAbsolutePath): On Windows, take care of paths like "C:", "G:foo... | Ranjit Mathew | 2 | -10/+102 |
2003-04-07 | 2003-04-07 Aaron M. Renn (arenn@urbanophile.com) | Aaron M. Renn | 9 | -73/+241 |
2003-04-06 | 2003-04-06 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -4/+11 |
2003-03-31 | 2003-03-31 Michael Koch <konqueror@gmx.de> | Michael Koch | 3 | -61/+1100 |
2003-03-28 | File.java: Import needed classes instead of whole packages... | Michael Koch | 3 | -64/+94 |
2003-03-28 | 2003-03-28 Michael Koch <konqueror@gmx.de> | Michael Koch | 2 | -28/+14 |
2003-03-28 | 2003�03-28 Michael Koch <konqueror@gmx.de> | Michael Koch | 2 | -20/+37 |
2003-03-25 | 2003-03-25 Michael Koch <konqueror@gmx.de> | Michael Koch | 2 | -12/+125 |
2003-03-24 | 2003-03-24 Michael Koch <konqueror@gmx.de> | Michael Koch | 8 | -50/+113 |
2003-03-24 | RandomAccessFile.java: More little merges with libgcj. | Michael Koch | 1 | -42/+403 |
2003-03-24 | DataInputStream.java (): Wrapped documentation line. | Michael Koch | 9 | -437/+728 |
2003-03-23 | BufferedOutputStream.java: Reformated. | Michael Koch | 26 | -969/+729 |
2003-03-21 | 2003-03-21 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -1/+137 |
2003-03-20 | 2003-03-20 Michael Koch <konqueror@gmx.de> | Michael Koch | 3 | -7/+37 |
2003-03-20 | DataOutputStream.java, [...]: Merged copyright statements with classpath for ... | Michael Koch | 9 | -63/+317 |
2003-03-19 | 2003-03-19 Michael Koch <konqueror@gmx.de> | Michael Koch | 2 | -1/+46 |
2003-03-18 | BufferedOutputStream.java, [...]: More merges from classpath. | Michael Koch | 5 | -808/+790 |
2003-03-18 | BufferedReader.java, [...]: Merged from classpath. | Michael Koch | 24 | -1239/+1245 |
2003-03-14 | ObjectInputStream.java (readObject): Cleaned up the class hierarchy loop. | Jeroen Frijters | 3 | -110/+90 |
2003-03-09 | re PR libgcj/9934 (Bugs in natFileDescriptorPosix.cc:available()) | Tom Tromey | 1 | -2/+2 |
2003-03-02 | File.java (normalizePath): Remove trailing separator on Windows only if path ... | Ranjit Mathew | 2 | -20/+154 |
2003-03-01 | File (getAbsolutePath): Prefix drive specifier on Windows for paths starting ... | Ranjit Mathew | 2 | -7/+26 |
2003-03-01 | ObjectInputStream.java: Reindent. | Mark Wielaard | 2 | -723/+703 |
2003-02-28 | Makefile.am (nat_source_files): Remove java/io/natObjectOutputStream.cc. | Mark Wielaard | 5 | -643/+750 |
2003-02-24 | ClassLoader.java (defineClass(byte[],int,int)): Deprecate. | Tom Tromey | 1 | -2/+2 |
2003-02-13 | InputStreamReader.java (getEncoding): Return null when closed. | Mark Wielaard | 2 | -4/+10 |
2003-02-13 | BufferedOutputStream.java (write(int)): Only flush when next byte cannot be b... | Mark Wielaard | 1 | -4/+4 |
2003-02-11 | 2003-02-11 Ranjit Mathew <rmathew@hotmail.com> | Ranjit Mathew | 1 | -3/+16 |
2003-02-04 | PipedOutputStream.java (flush): Declare as throwing IOException. | Tom Tromey | 3 | -7/+7 |
2003-01-24 | re PR java/9253 (on win32, java.io.File.listFiles("C:\\") returns pwd instead... | Ranjit Mathew | 1 | -2/+4 |
2003-01-21 | natFileWin32.cc (isAbsolute): Check path length before looking at any charact... | Vladimir Puskas | 2 | -8/+9 |
2003-01-20 | Makefile.am (core_java_source_files): Add VMObjectStreamClass.java. | Mark Wielaard | 3 | -26/+74 |
2003-01-04 | FileDescriptor.java (position): New private field. | Mark Wielaard | 2 | -21/+33 |
2003-01-04 | Merge with Classpath: | Mark Wielaard | 1 | -43/+67 |
2003-01-04 | FileInputStream.java (finalize): Don't explicitly finalize FileDescriptor. | Mark Wielaard | 1 | -3/+3 |
2003-01-02 | Makefile.in: Rebuilt. | Tom Tromey | 2 | -2/+2 |
2002-12-02 | Bug compatibility, for PR libgcj/8738: | Tom Tromey | 1 | -28/+5 |
2002-11-20 | 2002-11-20 Michael Koch <konqueror@gmx.de> | Michael Koch | 2 | -1/+17 |
2002-11-10 | natFileDescriptorWin32.cc (read): Handle case where count is 0. | Tom Tromey | 2 | -0/+9 |
2002-11-10 | Externalizable.java, [...]: New versions from Classpath. | Tom Tromey | 5 | -3/+9 |
2002-11-03 | GNU Classpath merge. | Mark Wielaard | 1 | -1/+3 |
2002-10-23 | natFileWin32.cc (attr): Use FindFirstFile( ) instead of GetFileAttributesEx( ... | Ranjit Mathew | 1 | -3/+6 |
2002-10-01 | ObjectInputStream.java (resolveProxyClass): New method from Classpath. | Tom Tromey | 1 | -1/+28 |
2002-08-29 | natFileDescriptorPosix.cc (setLength): Handle case where ftruncate is missing. | Tom Tromey | 1 | -0/+4 |
2002-08-13 | RandomAccessFile.java (skipBytes): Return number of bytes skipped. | Jesse Rosenstock | 1 | -1/+5 |