gcc/libjava/java/io
Mohan Embar 5c14415811 win32.cc: fixed tab...
* win32.cc: fixed tab, indentation and whitespace
	inconsistencies
	removed jvm.h include
	added includes java/lang/UnsupportedOperationException.h,
	java/io/IOException.h, java/net/SocketException.h
	(WSAEventWrapper): class implementation
	(_Jv_WinStrError): implemented both overloads
	(_Jv_ThrowIOException): implemented both overloads
	(_Jv_ThrowSocketException): implemented both overloads
	(_Jv_select): implemented
	* include/win32.h: fixed tab, indentation and whitespace
	inconsistencies
	wrapped <windows.h> include with  #define WIN32_LEAN_AND_MEAN
	added jvm.h include
	(WSAEventWrapper): added class declaration
	(_Jv_WinStrError): added both overload declarations
	(_Jv_ThrowIOException): added both overload declarations
	(_Jv_ThrowSocketException): added both overload declarations
	removed ENOTCONN, ECONNRESET and ENOPROTOOPT defines
	(_Jv_select): added declaration
	(_Jv_socket): removed
	(_Jv_connect): removed
	(_Jv_close): removed
	(_Jv_bind): removed
	(_Jv_accept): removed
	(_Jv_listen): removed
	(_Jv_write): removed
	(_Jv_read): removed
	* java/io/natFileDescriptorWin32.cc: fixed tab, indentation and
	whitespace inconsistencies
	replaced <windows.h> #include with <platform.h>
	removed jvm.h include
	(testCanUseGetHandleInfo): new function which tests whether Win32
	GetHandleInformation() call can be used with console buffer handles
	(only supported on >=WinNT 5.0)
	(winerr): removed (superseded by _Jv_WinStrError in include/win32.h)
	(valid): rewrote implementation using GetHandleInformation()
	(sync): 	changed exception throwing to use error string and exception
	helper methods declared in include/win32.h
	(open): likewise
	(write): likewise
	(setLength): likewise
	(close): likewise
	(seek): likewise
	(getFilePointer): likewise
	(read): likewise
	* java/io/natFileWin32.cc: fixed tab, indentation and
	whitespace inconsistencies
	replaced <windows.h> #include with <platform.h>
	removed jvm.h include
	(_access): use JV_TEMP_UTF_STRING
	(_stat): likewise
	(performMkDir): use JV_TEMP_UTF_STRING
	(performRenameTo): likewise
	(performDelete): likewise
	(performCreate): likewise
	(performSetReadOnly): likewise
	(performSetLastModified): likewise
	* java/lang/natWin32Process.cc: fixed tab, indentation and
	whitespace inconsistencies
	replaced <windows.h> #include with <platform.h>
	removed includes gcj/cni.h, jvm.h
	(new_string): removed
	(startProcess): use JV_TEMP_UTF_STRING,
	changed exception throwing to use error string and exception
	helper methods declared in include/win32.h
	* java/net/natInetAddressWin32.cc: fixed tab, indentation and
	whitespace inconsistencies
	replaced <windows.h> #include with <platform.h>
	removed jvm.h include
	removed DISABLE_JAVA_NET conditional code
	removed POSIX conditional code not relevant to Win32
	(aton): use JV_TEMP_UTF_STRING
	removed POSIX conditional code not relevant to Win32
	(lookup): likewise
	(getLocalHostName): likewise
	* java/net/natNetworkInterfaceWin32.cc: fixed tab, indentation and
	whitespace inconsistencies
	removed unnecessary windows.h, winsock.h and gcj/cni.h includes
	removed DISABLE_JAVA_NET conditional code
	removed POSIX conditional code not relevant to Win32
	(winsock2GetRealNetworkInterfaces): new function to compute network
	interfaces via Winsock2 API
	(determineGetRealNetworkInterfacesFN): new function for returning
	a function pointer to the function used to compute network interfaces.
	(getRealNetworkInterfaces): implemented
	* java/net/natPlainDatagramSocketImplWin32.cc: fixed tab, indentation and
	whitespace inconsistencies
	removed gcj/cni.h include
	removed DISABLE_JAVA_NET conditional code
	removed POSIX conditional code not relevant to Win32
	changed net POSIXisms to Win32isms
	replaced _Jv socket-related calls with their real Win32 equivalents
	changed exception throwing to use error string and exception
	helper methods declared in include/win32.h
	(peekData): implemented timeout support
	(receive): likewise
	* java/net/natPlainSocketImplWin32.cc: fixed tab, indentation and
	whitespace inconsistencies
	removed gcj/cni.h and gcj/javaprims.h includes
	removed DISABLE_JAVA_NET conditional code
	removed POSIX conditional code not relevant to Win32
	changed net POSIXisms to Win32isms
	replaced _Jv socket-related calls with their real Win32
	equivalents
	changed exception throwing to use error string and exception
	helper methods declared in include/win32.h
	(throwConnectException): helper function for connect()
	(connect): implemented timeout support
	(accept): likewise
	(doRead): new helper function common to both read() method overloads,
	includes timeout support
	(read): implemented both overloads in terms of doRead()
	(available): implemented using ioctlsocket()

From-SVN: r70904
2003-08-29 04:21:01 +00:00
..
BufferedInputStream.java Add license clarification. 2002-01-22 22:40:42 +00:00
BufferedOutputStream.java BufferedOutputStream.java: Reformated. 2003-03-23 19:11:19 +00:00
BufferedReader.java BufferedReader.java, [...]: New versions from classpath. 2003-06-14 05:44:38 +00:00
BufferedWriter.java BufferedReader.java, [...]: Imports from Classpath. 2003-04-20 22:47:43 +00:00
ByteArrayInputStream.java Add license clarification. 2002-01-22 22:40:42 +00:00
ByteArrayOutputStream.java BufferedOutputStream.java: Reformated. 2003-03-23 19:11:19 +00:00
CharArrayReader.java Add license clarification. 2002-01-22 22:40:42 +00:00
CharArrayWriter.java BufferedOutputStream.java: Reformated. 2003-03-23 19:11:19 +00:00
CharConversionException.java BufferedOutputStream.java: Re-merged with Classpath. 2002-06-15 18:59:15 +00:00
DataInput.java BufferedReader.java, [...]: Imports from Classpath. 2003-04-20 22:47:43 +00:00
DataInputStream.java 2003-05-20 Michael Koch <konqueror@gmx.de> 2003-05-20 11:53:11 +00:00
DataOutput.java BufferedReader.java, [...]: Imports from Classpath. 2003-04-20 22:47:43 +00:00
DataOutputStream.java 2003-05-09 Michael Koch <konqueror@gmx.de> 2003-05-09 07:10:58 +00:00
EOFException.java BufferedOutputStream.java: Re-merged with Classpath. 2002-06-15 18:59:15 +00:00
Externalizable.java BufferedOutputStream.java: Reformated. 2003-03-23 19:11:19 +00:00
File.java 2003-06-21 Michael Koch <konqueror@gmx.de> 2003-06-21 17:06:56 +00:00
FileDescriptor.java 2003-05-13 Michael Koch <konqueror@gmx.de> 2003-05-13 09:13:31 +00:00
FileFilter.java 2003-04-07 Aaron M. Renn (arenn@urbanophile.com) 2003-04-07 12:25:08 +00:00
FileInputStream.java FileChannelImpl.java, [...]: Removed. 2003-07-13 16:53:05 +00:00
FilenameFilter.java 2003-04-07 Aaron M. Renn (arenn@urbanophile.com) 2003-04-07 12:25:08 +00:00
FileNotFoundException.java BufferedOutputStream.java: Re-merged with Classpath. 2002-06-15 18:59:15 +00:00
FileOutputStream.java FileChannelImpl.java, [...]: Removed. 2003-07-13 16:53:05 +00:00
FilePermission.java FilePermission.java (equals): Use correct index for last character of path. 2003-08-06 19:47:24 +00:00
FileReader.java BufferedReader.java, [...]: Merged from classpath. 2003-03-18 06:00:25 +00:00
FileWriter.java BufferedOutputStream.java: Reformated. 2003-03-23 19:11:19 +00:00
FilterInputStream.java BufferedOutputStream.java: Reformated. 2003-03-23 19:11:19 +00:00
FilterOutputStream.java BufferedOutputStream.java: Reformated. 2003-03-23 19:11:19 +00:00
FilterReader.java BufferedOutputStream.java: Reformated. 2003-03-23 19:11:19 +00:00
FilterWriter.java BufferedOutputStream.java: Reformated. 2003-03-23 19:11:19 +00:00
InputStream.java Add license clarification. 2002-01-22 22:40:42 +00:00
InputStreamReader.java 2003-05-09 Michael Koch <konqueror@gmx.de> 2003-05-09 07:10:58 +00:00
InterruptedIOException.java BufferedOutputStream.java: Re-merged with Classpath. 2002-06-15 18:59:15 +00:00
InvalidClassException.java BufferedOutputStream.java: Re-merged with Classpath. 2002-06-15 18:59:15 +00:00
InvalidObjectException.java BufferedOutputStream.java: Re-merged with Classpath. 2002-06-15 18:59:15 +00:00
IOException.java BufferedOutputStream.java: Re-merged with Classpath. 2002-06-15 18:59:15 +00:00
LineNumberInputStream.java BufferedOutputStream.java: Reformated. 2003-03-23 19:11:19 +00:00
LineNumberReader.java 2003-06-24 Michael Koch <konqueror@gmx.de> 2003-06-24 07:25:24 +00:00
natFileDescriptorEcos.cc 2003-05-13 Michael Koch <konqueror@gmx.de> 2003-05-13 09:13:31 +00:00
natFileDescriptorPosix.cc natFileDescriptorPosix.cc (write): Try again on EINTR. 2003-07-26 00:40:50 +00:00
natFileDescriptorWin32.cc win32.cc: fixed tab... 2003-08-29 04:21:01 +00:00
natFilePosix.cc natFileWin32.cc (isAbsolute): Check path length before looking at any characters. 2003-01-21 20:45:57 +00:00
natFileWin32.cc win32.cc: fixed tab... 2003-08-29 04:21:01 +00:00
natObjectInputStream.cc Makefile.am (nat_source_files): Remove java/io/natObjectOutputStream.cc. 2003-02-28 11:38:56 +00:00
natVMObjectStreamClass.cc Makefile.am (core_java_source_files): Add VMObjectStreamClass.java. 2003-01-20 06:46:28 +00:00
NotActiveException.java BufferedOutputStream.java: Re-merged with Classpath. 2002-06-15 18:59:15 +00:00
NotSerializableException.java BufferedOutputStream.java: Re-merged with Classpath. 2002-06-15 18:59:15 +00:00
ObjectInput.java 2003-04-07 Aaron M. Renn (arenn@urbanophile.com) 2003-04-07 12:25:08 +00:00
ObjectInputStream.java More for PR libgcj/11737: 2003-08-01 03:34:52 +00:00
ObjectInputValidation.java 2003-04-07 Aaron M. Renn (arenn@urbanophile.com) 2003-04-07 12:25:08 +00:00
ObjectOutput.java 2003-04-07 Aaron M. Renn (arenn@urbanophile.com) 2003-04-07 12:25:08 +00:00
ObjectOutputStream.java More for PR libgcj/11737: 2003-08-01 03:34:52 +00:00
ObjectStreamClass.java BufferedOutputStream.java: Reformated. 2003-03-23 19:11:19 +00:00
ObjectStreamConstants.java 2003-04-07 Aaron M. Renn (arenn@urbanophile.com) 2003-04-07 12:25:08 +00:00
ObjectStreamException.java 2003-04-07 Aaron M. Renn (arenn@urbanophile.com) 2003-04-07 12:25:08 +00:00
ObjectStreamField.java 2003-06-20 Michael Koch <konqueror@gmx.de> 2003-06-20 12:13:19 +00:00
OptionalDataException.java BufferedOutputStream.java: Re-merged with Classpath. 2002-06-15 18:59:15 +00:00
OutputStream.java Add license clarification. 2002-01-22 22:40:42 +00:00
OutputStreamWriter.java re PR libgcj/8738 (java.io.CharArrayWriter's write methods erroneously throw IOExceptions) 2003-06-07 18:35:00 +00:00
PipedInputStream.java BufferedReader.java, [...]: Merged from classpath. 2003-03-18 06:00:25 +00:00
PipedOutputStream.java PipedOutputStream.java (flush): Declare as throwing IOException. 2003-02-04 21:07:15 +00:00
PipedReader.java BufferedReader.java, [...]: Merged from classpath. 2003-03-18 06:00:25 +00:00
PipedWriter.java PipedOutputStream.java (flush): Declare as throwing IOException. 2003-02-04 21:07:15 +00:00
PrintStream.java re PR libgcj/11778 (System.out PrintStream does too much buffering) 2003-08-10 03:53:17 +01:00
PrintWriter.java DataInputStream.java: Reformatted, Replaced < and & with html entitites in documentation. 2003-05-20 09:13:19 +00:00
PushbackInputStream.java PushbackInputStream.java, [...]: Merged new versions from classpath. 2003-05-25 11:40:19 +00:00
PushbackReader.java BufferedOutputStream.java: Reformated. 2003-03-23 19:11:19 +00:00
RandomAccessFile.java FileChannelImpl.java, [...]: Removed. 2003-07-13 16:53:05 +00:00
Reader.java BufferedReader.java, [...]: Merged from classpath. 2003-03-18 06:00:25 +00:00
SequenceInputStream.java Add license clarification. 2002-01-22 22:40:42 +00:00
Serializable.java Externalizable.java, [...]: New versions from Classpath. 2002-11-10 22:06:49 +00:00
SerializablePermission.java BufferedOutputStream.java: Reformated. 2003-03-23 19:11:19 +00:00
StreamCorruptedException.java BufferedOutputStream.java: Re-merged with Classpath. 2002-06-15 18:59:15 +00:00
StreamTokenizer.java BufferedOutputStream.java: Reformated. 2003-03-23 19:11:19 +00:00
StringBufferInputStream.java Add license clarification. 2002-01-22 22:40:42 +00:00
StringReader.java BufferedReader.java, [...]: Merged from classpath. 2003-03-18 06:00:25 +00:00
StringWriter.java PipedOutputStream.java (flush): Declare as throwing IOException. 2003-02-04 21:07:15 +00:00
SyncFailedException.java BufferedOutputStream.java: Re-merged with Classpath. 2002-06-15 18:59:15 +00:00
UnsupportedEncodingException.java BufferedOutputStream.java: Re-merged with Classpath. 2002-06-15 18:59:15 +00:00
UTFDataFormatException.java BufferedOutputStream.java: Re-merged with Classpath. 2002-06-15 18:59:15 +00:00
VMObjectStreamClass.java Makefile.am (core_java_source_files): Add VMObjectStreamClass.java. 2003-01-20 06:46:28 +00:00
WriteAbortedException.java BufferedOutputStream.java: Re-merged with Classpath. 2002-06-15 18:59:15 +00:00
Writer.java DataInputStream.java (): Wrapped documentation line. 2003-03-24 08:27:28 +00:00