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