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 dtable.h fha ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sources.redhat.com	2002-05-23 22:44:11

Modified files:
	cygwin         : ChangeLog dtable.cc dtable.h fhandler.cc 
	                 fhandler.h fhandler_disk_file.cc 
	                 fhandler_socket.cc mmap.cc path.cc path.h 

Log message:
	* dtable.cc (dtable::build_fhandler_from_name): Just pass posix path along to
	set_name via return_and_clear_normalized_path.
	(dtable::build_fhandler): New method with const char * argument.
	(dtable::reset_unix_path_name): Eliminate.
	(dtable::dup_worker): Use correct build_fhandler method.
	* mmap.cc (mmap_record::alloc_fh): Ditto.
	* dtable.h (dtable::build_fhandler): New method.
	(dtable::reset_unix_path_name): Eliminate.
	* fhandler.cc (fhandler_base::set_name): Assume that unix_name has already been
	cmalloced.
	(fhandler_base::reset_unix_path_name): Eliminate.
	(fhandler_base::~fhandler_base): Coercion for cfree.
	* fhandler.h (fhandler_base::unix_path_name): Make const char *.
	(fhandler_base::win32_path_name): Ditto.
	(fhandler_base::reset_unix_path_name): Eliminate.
	* fhandler_disk_file.cc (fhandler_cygdrive::set_drives): Accommodate const char
	*ness of win32_path_name.
	* fhandler_socket.cc (fhandler_socket::fstat): Accommodate new set_name
	requirements.
	* path.cc (path_conv::return_and_clear_normalized_path): New method.
	(path_conv::clear_normalized_path): Eliminate.
	(path_conv::~path_conv): Ditto.
	(path_conv::check): Accommodate new build_fhandler method.
	* path.h (path_conv::~path_conv): Eliminate.
	(path_conv::clear_normalized_path): Ditto.
	(path_conv::return_and_clear_normalized_path): Declare new method.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.1210&r2=1.1211
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/dtable.cc.diff?cvsroot=uberbaum&r1=1.80&r2=1.81
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/dtable.h.diff?cvsroot=uberbaum&r1=1.16&r2=1.17
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler.cc.diff?cvsroot=uberbaum&r1=1.116&r2=1.117
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler.h.diff?cvsroot=uberbaum&r1=1.116&r2=1.117
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_disk_file.cc.diff?cvsroot=uberbaum&r1=1.10&r2=1.11
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_socket.cc.diff?cvsroot=uberbaum&r1=1.41&r2=1.42
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/mmap.cc.diff?cvsroot=uberbaum&r1=1.55&r2=1.56
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/path.cc.diff?cvsroot=uberbaum&r1=1.209&r2=1.210
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/path.h.diff?cvsroot=uberbaum&r1=1.41&r2=1.42


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