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 d ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sources.redhat.com	2002-06-27 13:44:29

Modified files:
	cygwin         : ChangeLog cygheap.cc cygheap.h dcrt0.cc 
	                 environ.cc syscalls.cc uinfo.cc winsup.h 

Log message:
	* cygheap.cc (cfree_and_set): New function.
	(cygheap_user::set_name): Use cfree_and_set to reset members.
	* cygheap.h (cygheap_user): Delete static members.
	(cygheap_user::puserprof): New member.
	(cfree_and_set): Declare.
	* dcrt0.cc (almost_null): Define.
	* winsup.h (almost_null): Declare.
	* syscalls.cc (cfree_and_set): Remove unused variable.
	* uinfo.cc (cygheap_user::homepath_env_buf): Eliminate.
	(cygheap_user::homedrive_env_buf): Ditto.
	(cygheap_user::userprofile_env_buf): Ditto.
	(cygheap_user::ontherange): YA change to try to preserve existing HOMEPATH and
	HOMEDRIVE.  Return almost_null values when variables should not actually exist.
	(cygheap_user::env_logsrv): Ditto.
	(cygheap_user::env_domain): Ditto.
	(cygheap_user::env_userprofile): Ditto.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.1336&r2=1.1337
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/cygheap.cc.diff?cvsroot=uberbaum&r1=1.61&r2=1.62
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/cygheap.h.diff?cvsroot=uberbaum&r1=1.48&r2=1.49
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/dcrt0.cc.diff?cvsroot=uberbaum&r1=1.134&r2=1.135
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/environ.cc.diff?cvsroot=uberbaum&r1=1.80&r2=1.81
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/syscalls.cc.diff?cvsroot=uberbaum&r1=1.209&r2=1.210
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/uinfo.cc.diff?cvsroot=uberbaum&r1=1.80&r2=1.81
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/winsup.h.diff?cvsroot=uberbaum&r1=1.95&r2=1.96


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