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 dtable.cc fhandler_pro ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sources.redhat.com	2002-05-02 19:43:46

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

Log message:
	* fhandler_proc.cc (fhandler_proc::fstat): Use fhandler name rather than
	path_conv name.
	(fhandler_proc::open): Ditto.
	* fhandler_process.cc (fhandler_process::fstat): Use fhandler name rather than
	path_conv name.
	(fhandler_process::open): Ditto.
	* fhandler_registry.cc (fhandler_registry::fstat): Use fhandler name rather
	than path_conv name.
	(fhandler_registry::open): Ditto.
	* path.cc (path_conv::check): Don't copy posix path when virtual.
	(mount_info::conv_to_win32_path): Don't zero string when isproc.  Just derive
	normal windows path.
	* path.h (path_conv::clear_normalized_path): Declare new method.
	* path.cc (path_conv::clear_normalized_path): Define new method.
	* dtable.cc (build_fhandler_from_name): Clear normalized path when finished to
	conserve space.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.1183&r2=1.1184
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/dtable.cc.diff?cvsroot=uberbaum&r1=1.79&r2=1.80
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_proc.cc.diff?cvsroot=uberbaum&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_process.cc.diff?cvsroot=uberbaum&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_registry.cc.diff?cvsroot=uberbaum&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_virtual.cc.diff?cvsroot=uberbaum&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/path.cc.diff?cvsroot=uberbaum&r1=1.202&r2=1.203
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/path.h.diff?cvsroot=uberbaum&r1=1.38&r2=1.39


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