This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin 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]

winsup/cygwin ChangeLog cygheap.cc cygheap.h e ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sources.redhat.com	2002-06-28 19:36:08

Modified files:
	cygwin         : ChangeLog cygheap.cc cygheap.h environ.cc 
	                 environ.h uinfo.cc 

Log message:
	* cygheap.h (cygheap_user): Reorg to accommodate environment caching.
	(cygheap_user::logsrv): New method.
	(cygheap_user::winname): Ditto.
	(cygheap_user::domain): Ditto.
	(cygheap_user::test_uid): Ditto.
	* cygheap.cc (cygheap_user::set_name): Reflect name "pwinname" name change.
	* environ.cc (getwinenveq): New function.
	(spenv::from_cygheap): Change arguments.
	(spenv::retrieve): Ditto for call.  Use getwinenveq to retrieve info from
	environment.  Always return value from cygwin environment, if it exists.
	* environ.h (getwinenveq): Declare.
	* uinfo.cc (cygheap_user::ontherange): Use logsrv() rather than env_logsrv().
	(cygheap_user::test_uid): Define new method.
	(cygheap_user::env_logsrv): Accept environment arguments.  Use test_uid to find
	info.
	(cygheap_user::env_domain): Ditto.
	(cygheap_user::env_userprofile): Ditto.
	(cygheap_user::env_homepath): Ditto.
	(cygheap_user::env_homedrive): Ditto.
	(cygheap_user::env_name): Ditto.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.1338&r2=1.1339
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/cygheap.cc.diff?cvsroot=uberbaum&r1=1.62&r2=1.63
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/cygheap.h.diff?cvsroot=uberbaum&r1=1.49&r2=1.50
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/environ.cc.diff?cvsroot=uberbaum&r1=1.81&r2=1.82
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/environ.h.diff?cvsroot=uberbaum&r1=1.6&r2=1.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/uinfo.cc.diff?cvsroot=uberbaum&r1=1.81&r2=1.82


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