Age | Commit message (Expand) | Author | Files | Lines |
2003-07-26 | natFileDescriptorPosix.cc (write): Try again on EINTR. | Tom Tromey | 1 | -23/+37 |
2003-06-05 | posix.h (O_SYNC): Define if not available and a reasonable... | Loren J. Rittle | 1 | -2/+0 |
2003-05-16 | 2003-05-16 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -0/+2 |
2003-05-13 | 2003-05-13 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -2/+8 |
2003-03-09 | re PR libgcj/9934 (Bugs in natFileDescriptorPosix.cc:available()) | Tom Tromey | 1 | -2/+2 |
2003-01-04 | FileDescriptor.java (position): New private field. | Mark Wielaard | 1 | -20/+30 |
2002-11-10 | natFileDescriptorWin32.cc (read): Handle case where count is 0. | Tom Tromey | 1 | -0/+5 |
2002-08-29 | natFileDescriptorPosix.cc (setLength): Handle case where ftruncate is missing. | Tom Tromey | 1 | -0/+4 |
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 | 1 | -0/+34 |
2002-03-10 | Win32Process.java: Added comment. | Tom Tromey | 1 | -1/+3 |
2002-03-06 | natFileDescriptorEcos.cc (init): Don't use GetStdHandle. | Tom Tromey | 1 | -6/+6 |
2002-03-06 | FileDescriptor.java: Initialize in/out/err in init(). | Adam Megacz | 1 | -0/+8 |
2001-09-21 | posix-threads.cc (_Jv_ThreadInterrupt): Re-enable interrupt of blocking IO vi... | Bryce McKinlay | 1 | -33/+40 |
2001-08-02 | RandomAccessFile.java (seek): Let seek go past end of file. | Tom Tromey | 1 | -3/+7 |
2001-06-26 | natFileDescriptorPosix.cc (open): Change error message formatting. | Tom Tromey | 1 | -1/+3 |
2001-05-31 | natFileDescriptorPosix.cc (open): Allocate buffer to correct size. | Tom Tromey | 1 | -21/+31 |
2001-03-25 | exception.cc (java_eh_info): Make value type jthrowable. | Richard Henderson | 1 | -22/+22 |
2001-03-21 | re PR libgcj/2338 (RandomAccessFile does not create the file if not found) | Tom Tromey | 1 | -2/+2 |
2000-08-02 | Makefile.in: Rebuilt. | Tom Tromey | 1 | -8/+3 |
2000-06-28 | re GNATS java.io/203 (File.createTempFile doesn't close descriptor) | Andrew Haley | 1 | -0/+8 |
2000-04-16 | re GNATS java.io/202 (File creation doesn't observe umask) | Bryce McKinlay | 1 | -2/+2 |
2000-03-07 | All files: Updated copyright information. | Tom Tromey | 1 | -1/+1 |
2000-02-11 | natFileDescriptorPosix.cc (open): Recognize EXCL flag. | Tom Tromey | 1 | -2/+10 |
2000-01-19 | * All files: Updated copyright to reflect Cygnus purchase. | Tom Tromey | 1 | -1/+1 |
1999-09-10 | configure: Rebuilt. | Tom Tromey | 1 | -1/+1 |
1999-09-03 | re GNATS libgcj/3 (FileInputStream.available always returns 0) | Tom Tromey | 1 | -11/+55 |
1999-08-03 | natFile.cc (performMkdir): Remove FIXME. | Bryce McKinlay | 1 | -2/+1 |
1999-04-07 | Initial revision | Tom Tromey | 1 | -0/+264 |