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 Makefile.in cygheap.h ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sources.redhat.com	2001-11-20 22:47:58

Modified files:
	cygwin         : ChangeLog Makefile.in cygheap.h dir.cc 
	                 fhandler.cc fhandler.h path.cc 
Added files:
	cygwin         : fhandler_disk_file.cc 

Log message:
	* Makefile.in (DLL_OFILES): Add fhandler_disk_file.o.
	* cygheap.h (cygheap_fdnew::operator =): New operator.
	* dir.cc: Add invalid struct checking throughout.  Use methods for all
	directory manipulation throughout.
	* fhandler.cc: Move fhandler_disk_file stuff to own file.
	(fhandler_base::opendir): New method.
	(fhandler_base::readdir): New method.
	(fhandler_base::telldir): New method.
	(fhandler_base::seekdir): New method.
	(fhandler_base::rewinddir): New method.
	(fhandler_base::closedir): New method.
	* fhandler_disk_file.cc: New file.
	* fhandler.h (fhandler_base): Declare new virtual methods.
	(fhandler_disk_file): Ditto.
	(fhandler_cygdrive): New class.
	* path.cc (conv_path_list): Use strccpy to break apart path.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_disk_file.cc.diff?cvsroot=uberbaum&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.1027&r2=1.1028
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/Makefile.in.diff?cvsroot=uberbaum&r1=1.68&r2=1.69
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/cygheap.h.diff?cvsroot=uberbaum&r1=1.32&r2=1.33
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/dir.cc.diff?cvsroot=uberbaum&r1=1.51&r2=1.52
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler.cc.diff?cvsroot=uberbaum&r1=1.106&r2=1.107
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler.h.diff?cvsroot=uberbaum&r1=1.100&r2=1.101
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/path.cc.diff?cvsroot=uberbaum&r1=1.182&r2=1.183


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