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: Another attempt to patch path.cc for trailing dots


On Thu, Dec 16, 2004 at 04:48:52PM -0700, Mark Paulus wrote:
>	* path.cc (path_conv::check): retain trailing dots and spaces
>	* path.cc (mount_item::build_win32):  strip trailing dots and spaces for 
>	unmanaged filesystems

Thanks for the effort.  You're working on some of the most complicated code
in cygwin.

However, I'd prefer not to add extra loops at this point, if I can help
it, or add extra burden to the common case of non-managed mode for the
the uncommon case of managed mode.

I have things set up in my sandbox so that the tail information is
passed to the appropriate routine which will recreate trailing dots
if needed.  I'm just running cygwin through the test suite to make
sure I didn't make any egregious mistakes.

cgf


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