Age | Commit message (Expand) | Author | Files | Lines |
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 |
2002-03-06 | natFileDescriptorEcos.cc (init): Don't use GetStdHandle. | Tom Tromey | 2 | -10/+10 |
2002-03-06 | FileDescriptor.java: Initialize in/out/err in init(). | Adam Megacz | 4 | -4/+37 |
2002-02-12 | natFilePosix.cc: Copied this from natFile.cc. | Adam Megacz | 1 | -0/+0 |
2002-02-12 | natFileWin32.cc, [...]: Added #undef STRICT to make windows.h and java/lang/r... | Adam Megacz | 2 | -0/+2 |
2002-02-12 | natFileWin32.cc: Created a placeholder class with lots of FIXMEs. | Adam Megacz | 1 | -63/+48 |
2002-02-08 | natFile.cc (_access): Use __builtin_alloca. | Tom Tromey | 1 | -12/+13 |
2002-02-07 | natThrowable.cc: Updated copyright. | Tom Tromey | 2 | -2/+2 |
2002-02-07 | natFile.cc (_access): Don't stack-allocate buffer. | Tom Tromey | 1 | -23/+19 |
2002-02-07 | embedded updates | Anthony Green | 1 | -3/+5 |
2002-02-02 | * java/io/natFile.cc: Removed old "FIXME" comments. | Tom Tromey | 1 | -13/+1 |
2002-01-22 | Add license clarification. | Mark Wielaard | 63 | -315/+1008 |
2001-12-21 | ObjectInputStream.java (enableResolveObject): Use correct security check. | Tom Tromey | 2 | -5/+11 |
2001-12-16 | DataOutputStream (write (byte[], int, int)): Update "written" correctly. | Bryce McKinlay | 1 | -1/+1 |
2001-12-09 | Makefile.in: Rebuilt. | Tom Tromey | 2 | -16/+20 |
2001-10-31 | HACKING, [...]: Fix spelling errors. | Joseph Myers | 7 | -7/+7 |
2001-10-23 | * java/io/BufferedWriter.java (localFlush): Don't synchronize. | Tom Tromey | 1 | -5/+3 |
2001-10-23 | BufferedWriter (write (String, int, int)): Remove redundant bounds checks. | Bryce McKinlay | 1 | -6/+0 |
2001-10-18 | BufferedWriter.java (write(String,int,int)): Correctly check bounds. | Tom Tromey | 1 | -2/+2 |
2001-10-08 | re PR libgcj/4481 (java.io.File.getParent not working properly) | Tom Tromey | 1 | -2/+5 |
2001-10-08 | * java/io/BufferedInputStream.java: Merge with Classpath | Mark Wielaard | 1 | -16/+197 |
2001-10-04 | SequenceInputStream.java: Merge with Classpath | Mark Wielaard | 2 | -25/+218 |
2001-10-01 | FileWriter.java: Merge with Classpath. | Mark Wielaard | 6 | -299/+1045 |
2001-09-30 | DataInput.java: Merge with Classpath. | Mark Wielaard | 4 | -83/+734 |
2001-09-27 | Configuration.java.in (INIT_LOAD_LIBRARY): New constant. | Tom Tromey | 1 | -1/+1 |
2001-09-26 | DataInputStream.java (readChar): Use readFully. | Tom Tromey | 1 | -15/+5 |
2001-09-21 | posix-threads.cc (_Jv_ThreadInterrupt): Re-enable interrupt of blocking IO vi... | Bryce McKinlay | 1 | -33/+40 |
2001-09-14 | File.java (normalizePath): Use equals() not '==' for string comparison. | Bryce McKinlay | 1 | -1/+1 |
2001-09-12 | * java/io/File.java (toURL): Use getAbsolutePath and `file://'. | Tom Tromey | 1 | -1/+2 |
2001-09-02 | Makefile.in: Rebuilt. | Tom Tromey | 10 | -195/+650 |
2001-09-01 | BufferedReader.java, [...]: Re-merged with Classpath. | Tom Tromey | 5 | -4/+6 |
2001-08-31 | Re-merge with Classpath: | Tom Tromey | 3 | -3/+8 |