This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Patch for Preview: Some GCJ 3.3/MingW Fixes


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]