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 fhandler.h fhandler_pr ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sources.redhat.com	2002-05-22 15:09:58

Modified files:
	cygwin         : ChangeLog fhandler.h fhandler_proc.cc 
	                 fhandler_process.cc fhandler_registry.cc 
	                 fhandler_virtual.cc path.cc syscalls.cc 

Log message:
	* fhandler.h (fhandler_virtual::exists): Eliminate path argument.
	(fhandler_proc::exists): Ditto.
	(fhandler_registry::exists): Ditto.
	(fhandler_process::exists): Ditto.
	* fhandler_proc.cc (fhandler_proc::exists): Ditto.  Use built-in name.
	* fhandler_process.cc (fhandler_process::exists): Ditto.
	(fstat): Ditto.
	* fhandler_registry.cc (fhandler_registry::exists): Ditto.
	(fhandler_registry::fstat): Ditto.
	* fhandler_virtual.cc (fhandler_virtual::opendir): Ditto.
	* path.cc (path_conv::check): Ditto.  Add debugging.
	* syscalls.cc (dup): Always call dup2 for error handling.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.1207&r2=1.1208
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler.h.diff?cvsroot=uberbaum&r1=1.115&r2=1.116
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_proc.cc.diff?cvsroot=uberbaum&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_process.cc.diff?cvsroot=uberbaum&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_registry.cc.diff?cvsroot=uberbaum&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_virtual.cc.diff?cvsroot=uberbaum&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/path.cc.diff?cvsroot=uberbaum&r1=1.207&r2=1.208
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/syscalls.cc.diff?cvsroot=uberbaum&r1=1.188&r2=1.189


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