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]

src/winsup/cygwin ChangeLog dir.cc fhandler_di ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	cgf@sourceware.org	2003-09-08 04:04:19

Modified files:
	winsup/cygwin  : ChangeLog dir.cc fhandler_disk_file.cc 
	                 fhandler_registry.cc fhandler_virtual.cc 
	winsup/cygwin/include/sys: dirent.h 

Log message:
	Throughout, remove __d_u.__d_data fields from DIR structure.
	* include/sys/dirent.h (dirent): Remvoe old_d_ino.
	(DIR): Make __d_dirhash a 64 bit value.  Remove __d_data and __d_u.  Add
	__flags.
	* dir.cc (opendir_states): New enum.
	(opendir): Clear new DIR __flags field.
	(readdir): Fill in '.' and '..' entries if we hit EOF and we haven't seen them
	already.  Nuke setting of old_d_ino.
	(rewinddir): Reset DIR __flags field.
	(seekdir64): Ditto.
	* fhandler_disk_file.cc (fhandler_cygdrive::fhandler_cygdrive): Remove special
	handling of "." and ".." since they are now handled automatically.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.2044&r2=1.2045
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dir.cc.diff?cvsroot=src&r1=1.71&r2=1.72
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_disk_file.cc.diff?cvsroot=src&r1=1.59&r2=1.60
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_registry.cc.diff?cvsroot=src&r1=1.20&r2=1.21
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_virtual.cc.diff?cvsroot=src&r1=1.18&r2=1.19
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/sys/dirent.h.diff?cvsroot=src&r1=1.1&r2=1.2


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