summaryrefslogtreecommitdiff
path: root/libjava/java/io/natFileDescriptorWin32.cc
AgeCommit message (Expand)Author
2004-02-29FileDescriptor.java: Implement on top of FileChannel.Per Bothner
2004-01-232004-01-23 Michael Koch <konqueror@gmx.de>Michael Koch
2003-12-02configure.in: Added new MinGW-specific configure flag --with-win32-nlsapi.Mohan Embar
2003-11-07win32.h (_Jv_platform_close_on_exec): Changed signature and declared extern.Mohan Embar
2003-08-29win32.cc: fixed tab...Mohan Embar
2003-08-19re PR libgcj/11575 ([win32] Problem with RandomAccessFile)Danny Smith
2003-05-132003-05-13 Michael Koch <konqueror@gmx.de>Michael Koch
2003-02-112003-02-11 Ranjit Mathew <rmathew@hotmail.com>Ranjit Mathew
2002-11-10natFileDescriptorWin32.cc (read): Handle case where count is 0.Tom Tromey
2002-07-24natFileDescriptorWin32.cc (setLength): New method.Tom Tromey
2002-06-06natFileDescriptorWin32.cc (open): Disable Win32 file locking, just like the S...Adam Megacz
2002-04-29natFileDescriptorWin32.cc (open): Move file pointer to end of file in APPEND ...Adam King
2002-03-10natFileDescriptorWin32.cc (read): Return -1 if zero bytes read and no failure...Adam Megacz
2002-03-06FileDescriptor.java: Initialize in/out/err in init().Adam Megacz
2002-02-12natFileWin32.cc, [...]: Added #undef STRICT to make windows.h and java/lang/r...Adam Megacz
2002-02-07natThrowable.cc: Updated copyright.Tom Tromey
2001-08-02RandomAccessFile.java (seek): Let seek go past end of file.Tom Tromey
2001-03-25exception.cc (java_eh_info): Make value type jthrowable.Richard Henderson
2000-03-15[multiple changes]Tom Tromey