Age | Commit message (Expand) | Author | Files | Lines |
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 |
2002-07-26 | natFileDescriptorPosix.cc: Don't include sys/socket.h or fcntl.h. | Tom Tromey | 1 | -2/+0 |
2002-07-24 | natFileDescriptorWin32.cc (setLength): New method. | Tom Tromey | 5 | -3/+100 |
2002-07-24 | [multiple changes] | Mark Wielaard | 1 | -1/+10 |
2002-07-16 | StreamTokenizer.java (pushBack): Update documentation. | Mark Wielaard | 1 | -9/+9 |
2002-06-17 | * java/io/LineNumberInputStream.java: Merged with Classpath. | Tom Tromey | 1 | -17/+189 |
2002-06-15 | BufferedOutputStream.java: Re-merged with Classpath. | Tom Tromey | 20 | -720/+586 |
2002-06-12 | re PR libgcj/6652 (new java.io.File("").getCanonicalFile() throws exception) | Tom Tromey | 1 | -1/+8 |
2002-06-06 | natFileDescriptorWin32.cc (open): Disable Win32 file locking, just like the S... | Adam Megacz | 1 | -4/+1 |
2002-04-30 | re PR libgcj/6301 (gij -jar does not work) | Tom Tromey | 1 | -2/+7 |
2002-04-29 | natFileDescriptorWin32.cc (open): Move file pointer to end of file in APPEND ... | Adam King | 1 | -0/+7 |
2002-04-18 | File.java (normalizePath): Add Win32 support for auto conversion of a '/' pat... | Adam King | 1 | -0/+5 |
2002-04-16 | natFileWin32.cc (performList): Return the correct array type. | Adam King | 1 | -31/+24 |
2002-03-25 | Based on patch from Intel's ORP team: | Bryce McKinlay | 1 | -7/+12 |
2002-03-25 | FileInputStream.java (skip): Call fd.getFilePointer() and calculate correct n... | Bryce McKinlay | 1 | -1/+3 |
2002-03-25 | * java/io/PushbackReader.java: Reformat. | Bryce McKinlay | 1 | -396/+336 |
2002-03-10 | Win32Process.java: Added comment. | Tom Tromey | 1 | -1/+3 |
2002-03-10 | natFileDescriptorWin32.cc (read): Return -1 if zero bytes read and no failure... | Adam Megacz | 1 | -0/+1 |