This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Patch for Preview: Some GCJ 3.3/MingW Fixes
- From: Andrew Haley <aph at redhat dot com>
- To: tromey at redhat dot com
- Cc: GCJ Patches <java-patches at gcc dot gnu dot org>
- Date: Wed, 16 Apr 2003 13:40:23 +0100
- Subject: Patch for Preview: Some GCJ 3.3/MingW Fixes
- References: <5284D9A5JHVTHCOKPM63SOMKRL1W8576.3e9c6a88@p733>
Mohan Embar writes:
>
> ChangeLog
> 2003-04-15 Mohan Embar <gnustuff at thisiscool dot com>
>
> * include/win32.h: added dummy ECONNREFUSED define and
> _Jv_select() declaration
> * win32.cc (_Jv_select): placeholder implementation
> (_Jv_platform_initProperties): Fix by Ranjit
> Mathew (rmathew at hotmail dot com): use generic names
> like "x86" for the "os.arch" property to be consistent with
> what Sun's JDK produces. Use the wProcessorArchitecture
> member of the Win32 SYSTEM_INFO structure, filled in a call
> to GetSystemInfo( ), instead of dwProcessorType
> * gnu/java/nio/natSocketChannelImpl.cc (SocketRead): use
> elements(data) and explicitly cast to char* on platforms
> where jbyte is not signed char
> (SocketWrite): idem
Tom,
This looks to me like a sensible way to proceed wit te 3.3 branch for
MingW. Do you agree?
Andrew.