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.cc fhandler_c ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sources.redhat.com	2002-06-03 18:40:54

Modified files:
	cygwin         : ChangeLog fhandler.cc fhandler_console.cc 
	                 fhandler_disk_file.cc path.cc 

Log message:
	* fhandler.cc (fhandler_base::open): Don't set binmode if already set.  Don't
	check for file.  Files should already be set.  Report on binary mode for
	debugging.
	(fhandler_base::fhandler_base): Don't set default binmode here.  That's for
	later.
	* fhandler_console.cc (fhandler_console::output_tcsetattr): Don't set binmode,
	ever, for console.
	* fhandler_disk_file.cc (fhandler_disk_file::open): Always set the binary mode
	to the value derived from mount table.
	* path.cc (mount_info::conv_to_win32_path): Default to binmode if path does not
	translate into anything in the mount table.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.1252&r2=1.1253
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler.cc.diff?cvsroot=uberbaum&r1=1.124&r2=1.125
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_console.cc.diff?cvsroot=uberbaum&r1=1.75&r2=1.76
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_disk_file.cc.diff?cvsroot=uberbaum&r1=1.21&r2=1.22
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/path.cc.diff?cvsroot=uberbaum&r1=1.216&r2=1.217


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