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]

egcs/libjava ChangeLog posix.cc win32.cc java/ ...


CVSROOT:	/cvs/gcc
Module name:	egcs
Branch: 	gcc-3_1-branch
Changes by:	bryce@gcc.gnu.org	2002-04-07 04:30:11

Modified files:
	libjava        : ChangeLog posix.cc win32.cc 
	libjava/java/lang: natSystem.cc 
	libjava/include: win32.h posix.h 

Log message:
	2002-04-07  Adam King <aking@dreammechanics.com>
	
	* java/lang/natSystem.cc (init_properties): Call new function
	_Jv_platform_initProperties.
	* win32.cc (_Jv_platform_initProperties): New function that adds Win32
	support for the System properties os.name, os.arch, os.version,
	user.name, user.home, and user.dir.
	* include/posix.h, include/win32.h, posix.cc: New function
	_Jv_platform_initProperties.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libjava/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.1197.2.82&r2=1.1197.2.83
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libjava/posix.cc.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.3.2.3&r2=1.3.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libjava/win32.cc.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.4.8.3&r2=1.4.8.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libjava/java/lang/natSystem.cc.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.48.2.3&r2=1.48.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libjava/include/win32.h.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.3.8.3&r2=1.3.8.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libjava/include/posix.h.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.3.2.2&r2=1.3.2.3


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