This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC 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]

gcc/libjava ChangeLog win32.cc include/win32.h ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_3-branch
Changes by:	aph at gcc dot gnu dot org	2003-04-29 13:58:52

Modified files:
	libjava        : ChangeLog win32.cc 
	libjava/include: win32.h 
	libjava/gnu/java/nio: natSocketChannelImpl.cc 

Log message:
	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

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.1594.2.131&r2=1.1594.2.132
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/win32.cc.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.12.22.3&r2=1.12.22.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/include/win32.h.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.16.2.4&r2=1.16.2.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/gnu/java/nio/natSocketChannelImpl.cc.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.1.12.2&r2=1.1.12.3


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