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