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]

winsup/cygwin ChangeLog cygheap.h dlfcn.cc env ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sources.redhat.com	2001-10-30 16:55:33

Modified files:
	cygwin         : ChangeLog cygheap.h dlfcn.cc environ.h path.h 
	                 spawn.cc syscalls.cc 

Log message:
	* cygheap.h (cygheap_fdmanip::cygheap_fdmanip): Clear fh.
	(cygheap_fdmanip::isopen): New method.
	* syscalls.cc (_read): Avoid accessing closed fd.
	* path.h (fe_types): New enum.
	(path_conv::set_path): New method.
	(find_exec): Change null_if_not_found argument to something more generic.
	* spawn.cc (find_exec): Default to returning the POSIX path rather than the
	windows path, unless instructed otherwise.
	(spawn_guts): Force call to find_exec to use native paths.
	* dlfcn.cc (check_path_access): Accommodate new find_exec arguments.
	* environ.h (win_env::get_posix): New method.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.991&r2=1.992
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/cygheap.h.diff?cvsroot=uberbaum&r1=1.30&r2=1.31
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/dlfcn.cc.diff?cvsroot=uberbaum&r1=1.16&r2=1.17
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/environ.h.diff?cvsroot=uberbaum&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/path.h.diff?cvsroot=uberbaum&r1=1.34&r2=1.35
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/spawn.cc.diff?cvsroot=uberbaum&r1=1.92&r2=1.93
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/syscalls.cc.diff?cvsroot=uberbaum&r1=1.164&r2=1.165


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