Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com From: Chris Faylor Date: Mon, 11 Sep 2000 13:21:38 -0400 To: cygwin-developers AT sourceware DOT cygnus DOT com Subject: Re: chdir problem Message-ID: <20000911132138.A8559@cygnus.com> Reply-To: cygwin-developers AT sources DOT redhat DOT com Mail-Followup-To: cygwin-developers AT sourceware DOT cygnus DOT com References: <142526531031 DOT 20000911191432 AT logos-m DOT ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.6i In-Reply-To: <142526531031.20000911191432@logos-m.ru>; from deo@logos-m.ru on Mon, Sep 11, 2000 at 07:14:32PM +0400 On Mon, Sep 11, 2000 at 07:14:32PM +0400, Egor Duda wrote: >i suspect that it should be fixed in normalize_posix_path(), but >i'm not ready to propose a patch until i understand fully how this >function works. Chris, would you take a look at this? You suspected right. Looking at the code, it looks like it may have been broken for some time. It wasn't dealing with a trailing dot correctly. Thanks for the heads up. I've checked in a patch. cgf