* 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
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| ref | Loading commit data... | |
| reflect | Loading commit data... | |
| AbstractMethodError.java | Loading commit data... | |
| ArithmeticException.java | Loading commit data... | |
| ArrayIndexOutOfBoundsException.java | Loading commit data... | |
| ArrayStoreException.java | Loading commit data... | |
| AssertionError.java | Loading commit data... | |
| Boolean.java | Loading commit data... | |
| Byte.java | Loading commit data... | |
| CharSequence.java | Loading commit data... | |
| Character.java | Loading commit data... | |
| Class.h | Loading commit data... | |
| Class.java | Loading commit data... | |
| ClassCastException.java | Loading commit data... | |
| ClassCircularityError.java | Loading commit data... | |
| ClassFormatError.java | Loading commit data... | |
| ClassLoader.java | Loading commit data... | |
| ClassNotFoundException.java | Loading commit data... | |
| CloneNotSupportedException.java | Loading commit data... | |
| Cloneable.java | Loading commit data... | |
| Comparable.java | Loading commit data... | |
| Compiler.java | Loading commit data... | |
| Double.java | Loading commit data... | |
| EcosProcess.java | Loading commit data... | |
| Error.java | Loading commit data... | |
| Exception.java | Loading commit data... | |
| ExceptionInInitializerError.java | Loading commit data... | |
| Float.java | Loading commit data... | |
| IllegalAccessError.java | Loading commit data... | |
| IllegalAccessException.java | Loading commit data... | |
| IllegalArgumentException.java | Loading commit data... | |
| IllegalMonitorStateException.java | Loading commit data... | |
| IllegalStateException.java | Loading commit data... | |
| IllegalThreadStateException.java | Loading commit data... | |
| IncompatibleClassChangeError.java | Loading commit data... | |
| IndexOutOfBoundsException.java | Loading commit data... | |
| InheritableThreadLocal.java | Loading commit data... | |
| InstantiationError.java | Loading commit data... | |
| InstantiationException.java | Loading commit data... | |
| Integer.java | Loading commit data... | |
| InternalError.java | Loading commit data... | |
| InterruptedException.java | Loading commit data... | |
| LinkageError.java | Loading commit data... | |
| Long.java | Loading commit data... | |
| Math.java | Loading commit data... | |
| NegativeArraySizeException.java | Loading commit data... | |
| NoClassDefFoundError.java | Loading commit data... | |
| NoSuchFieldError.java | Loading commit data... | |
| NoSuchFieldException.java | Loading commit data... | |
| NoSuchMethodError.java | Loading commit data... | |
| NoSuchMethodException.java | Loading commit data... | |
| NullPointerException.java | Loading commit data... | |
| Number.java | Loading commit data... | |
| NumberFormatException.java | Loading commit data... | |
| Object.h | Loading commit data... | |
| Object.java | Loading commit data... | |
| OutOfMemoryError.java | Loading commit data... | |
| Package.java | Loading commit data... | |
| PosixProcess.java | Loading commit data... | |
| Process.java | Loading commit data... | |
| Runnable.java | Loading commit data... | |
| Runtime.java | Loading commit data... | |
| RuntimeException.java | Loading commit data... | |
| RuntimePermission.java | Loading commit data... | |
| SecurityException.java | Loading commit data... | |
| SecurityManager.java | Loading commit data... | |
| Short.java | Loading commit data... | |
| StackOverflowError.java | Loading commit data... | |
| StackTraceElement.java | Loading commit data... | |
| StrictMath.java | Loading commit data... | |
| String.java | Loading commit data... | |
| StringBuffer.java | Loading commit data... | |
| StringIndexOutOfBoundsException.java | Loading commit data... | |
| System.java | Loading commit data... | |
| Thread.java | Loading commit data... | |
| ThreadDeath.java | Loading commit data... | |
| ThreadGroup.java | Loading commit data... | |
| ThreadLocal.java | Loading commit data... | |
| Throwable.java | Loading commit data... | |
| UnknownError.java | Loading commit data... | |
| UnsatisfiedLinkError.java | Loading commit data... | |
| UnsupportedClassVersionError.java | Loading commit data... | |
| UnsupportedOperationException.java | Loading commit data... | |
| VMClassLoader.java | Loading commit data... | |
| VMSecurityManager.java | Loading commit data... | |
| VMThrowable.java | Loading commit data... | |
| VerifyError.java | Loading commit data... | |
| VirtualMachineError.java | Loading commit data... | |
| Void.java | Loading commit data... | |
| Win32Process.java | Loading commit data... | |
| dtoa.c | Loading commit data... | |
| e_acos.c | Loading commit data... | |
| e_asin.c | Loading commit data... | |
| e_atan2.c | Loading commit data... | |
| e_exp.c | Loading commit data... | |
| e_fmod.c | Loading commit data... | |
| e_log.c | Loading commit data... | |
| e_pow.c | Loading commit data... | |
| e_rem_pio2.c | Loading commit data... | |
| e_remainder.c | Loading commit data... | |
| e_scalb.c | Loading commit data... | |
| e_sqrt.c | Loading commit data... | |
| fdlibm.h | Loading commit data... | |
| ieeefp.h | Loading commit data... | |
| k_cos.c | Loading commit data... | |
| k_rem_pio2.c | Loading commit data... | |
| k_sin.c | Loading commit data... | |
| k_tan.c | Loading commit data... | |
| mprec.c | Loading commit data... | |
| mprec.h | Loading commit data... | |
| natCharacter.cc | Loading commit data... | |
| natClass.cc | Loading commit data... | |
| natClassLoader.cc | Loading commit data... | |
| natDouble.cc | Loading commit data... | |
| natEcosProcess.cc | Loading commit data... | |
| natFloat.cc | Loading commit data... | |
| natMath.cc | Loading commit data... | |
| natObject.cc | Loading commit data... | |
| natPosixProcess.cc | Loading commit data... | |
| natRuntime.cc | Loading commit data... | |
| natString.cc | Loading commit data... | |
| natStringBuffer.cc | Loading commit data... | |
| natSystem.cc | Loading commit data... | |
| natThread.cc | Loading commit data... | |
| natVMSecurityManager.cc | Loading commit data... | |
| natWin32Process.cc | Loading commit data... | |
| s_atan.c | Loading commit data... | |
| s_ceil.c | Loading commit data... | |
| s_copysign.c | Loading commit data... | |
| s_cos.c | Loading commit data... | |
| s_fabs.c | Loading commit data... | |
| s_floor.c | Loading commit data... | |
| s_rint.c | Loading commit data... | |
| s_scalbn.c | Loading commit data... | |
| s_sin.c | Loading commit data... | |
| s_tan.c | Loading commit data... | |
| sf_fabs.c | Loading commit data... | |
| sf_rint.c | Loading commit data... | |
| strtod.c | Loading commit data... | |
| w_acos.c | Loading commit data... | |
| w_asin.c | Loading commit data... | |
| w_atan2.c | Loading commit data... | |
| w_exp.c | Loading commit data... | |
| w_fmod.c | Loading commit data... | |
| w_log.c | Loading commit data... | |
| w_pow.c | Loading commit data... | |
| w_remainder.c | Loading commit data... | |
| w_sqrt.c | Loading commit data... |