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


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sources.redhat.com	2001-03-22 14:11:35

Modified files:
	cygwin         : ChangeLog autoload.cc fhandler.h 
	                 fhandler_clipboard.cc 

Log message:
	* fhandler.h (fhandler_dev_clipboard): Extend to support writing.
	* fhandler_clipboard.cc (fhandler_dev_clipboard::fhandler_dev_clipboard):
	Initialize new fields.  Open clipboard here.
	(fhandler_dev_clipboard::dup): New method.
	(fhandler_dev_clipboard::open): Accomodate new fields.  Register clipboard
	here, if appropriate.
	(set_clipboard): New function.  Moves buffer to clipboard.
	(fhandler_dev_clipboard::write): Truly implement clipboard writing.
	(fhandler_dev_clipboard::read): Reimplement to allow successive reads.
	(fhandler_dev_clipboard::lseek): Truly implement seeks in clipboard.
	(fhandler_dev_clipboard::close): Clear out new fields.  Support sequential
	reads and sequential writes.  Support for binary data via a native clipboard
	format.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.591&r2=1.592
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/autoload.cc.diff?cvsroot=uberbaum&r1=1.13&r2=1.14
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler.h.diff?cvsroot=uberbaum&r1=1.49&r2=1.50
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_clipboard.cc.diff?cvsroot=uberbaum&r1=1.3&r2=1.4


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