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


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sources.redhat.com	2001-05-30 22:25:47

Modified files:
	cygwin         : ChangeLog fhandler.cc fhandler.h ntea.cc 
	                 path.cc path.h security.cc syscalls.cc 

Log message:
	* path.cc (chdir): Always send unsigned chars to isspace since newlib's isspace
	doesn't deal well with "negative" chars.
	* fhandler.cc (fhandler_disk_file::open): Propagate remote status of file
	garnered from path_conv.  Move #! checking to fstat.
	(fhandler_disk_file::fstat): Reorganize st_mode setting to eliminate
	duplication.  Move check for #! here from fhandler::open.
	* fhandler.h (fhandler_base::isremote): New method.
	(fhandler_base::set_isremote): Ditto.
	(fhandler_base::set_execable_p): Also record "don't care if executable state".
	(fhandler_base::dont_care_if_execable): New method.
	* path.cc (path_conv::check): Clear new flags.  Appropriately set vol_flags,
	drive_type, and is_remote_drive.
	* path.h: Add new flags and methods for manipulating them.
	* syscalls.cc (_unlink): Use isremote() to determine if a path is remote rather
	than calling GetDriveType.
	(stat_worker): Ditto.
	* security.cc (get_file_attribute): Or attribute with result of NTReadEA to be
	consistent with get_nt_attribute.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.737&r2=1.738
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler.cc.diff?cvsroot=uberbaum&r1=1.61&r2=1.62
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler.h.diff?cvsroot=uberbaum&r1=1.61&r2=1.62
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ntea.cc.diff?cvsroot=uberbaum&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/path.cc.diff?cvsroot=uberbaum&r1=1.142&r2=1.143
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/path.h.diff?cvsroot=uberbaum&r1=1.26&r2=1.27
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/security.cc.diff?cvsroot=uberbaum&r1=1.53&r2=1.54
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/syscalls.cc.diff?cvsroot=uberbaum&r1=1.116&r2=1.117


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