This is the mail archive of the cygwin-patches@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]

Re: [PATCH]: Still path.cc


On Tue, Sep 21, 2004 at 09:58:40PM -0400, Pierre A. Humblet wrote:
>It's a safe time to take care of a few nits...
>
>While testing, I noticed in dir.cc that __d_dirent->d_ino
>is always set by hashing the pathname :(

This has been discussed many times throughout the years.

>2004-09-22  Pierre Humblet <pierre.humblet@ieee.org>
>
>	* path.cc (normalize_win32_path): Only look for : in second position.
>	Avoid infinite loop with names starting in double dots.
>	(mount_info::conv_to_win32_path): Do not worry about a trailing dot. 

Why not worry about a trailing dot?  Is it handled somewhere else?  The
intent is to make the inode of /foo/.  == /foo .

cgf


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