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


CVSROOT:	/cvs/src
Module name:	src
Changes by:	cgf@sourceware.org	2003-07-04 03:07:01

Modified files:
	winsup/cygwin  : ChangeLog fhandler.h fhandler_disk_file.cc 
	                 path.cc path.h 

Log message:
	* fhandler.h (FH_ENC): New enum.
	(fhandler_base::get_encoded): New function.
	(fhandler_base::set_encoded): Ditto.
	* fhandler_disk_file.cc (fhandler_disk_file::opendir): Set encoded flag in
	fhandler, as appropriate.
	(fhandler_disk_file::readdir): Unmunge filename as appropriate based on new
	encoding flag.
	* path.cc (normalize_posix_path): Don't punt on files with colons.
	(special_char): New function.
	(mount_item::fnmunge): Ditto.
	(fnunmunge): Ditto.
	(special_name): Ditto.
	(mount_item::build_win32): Avoid drive considerations when file is encoded.
	(mount_info::conv_to_win32_path): Handle encoded filenames.
	(mount_info::conv_to_posix_path): Ditto.
	(fillout_mntent): Add posix string when directory is encoded.
	* path.h (fnunmunge): Declare.
	(path_conv::is_encoded): Declare.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.1949&r2=1.1950
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.h.diff?cvsroot=src&r1=1.163&r2=1.164
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_disk_file.cc.diff?cvsroot=src&r1=1.56&r2=1.57
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/path.cc.diff?cvsroot=src&r1=1.257&r2=1.258
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/path.h.diff?cvsroot=src&r1=1.53&r2=1.54


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