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 sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin-developers AT sourceware DOT cygnus DOT com From: Chris Faylor Date: Wed, 12 Apr 2000 18:51:12 -0400 To: cygwin-developers AT sourceware DOT cygnus DOT com Subject: Re: lstat() and implied .exe extension Message-ID: <20000412185112.A7154@cygnus.com> Reply-To: cygwin-developers AT sourceware DOT cygnus DOT com Mail-Followup-To: cgf AT cygnus DOT com, cygwin-developers AT sourceware DOT cygnus DOT com References: <779F20BCCE5AD31186A50008C75D997917170E AT SILLDN_MAIL1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.1.8i In-Reply-To: <779F20BCCE5AD31186A50008C75D997917170E@SILLDN_MAIL1>; from EFifer@sanwaint.com on Wed, Apr 12, 2000 at 07:24:24PM +0100 On Wed, Apr 12, 2000 at 07:24:24PM +0100, Fifer, Eric wrote: >lstat() does not imply a .exe: > > ls -l cat > ls: cat: No such file or directory > >This isn't a big deal, but I was surprised by the change in behavior >and thought I should ask whether the impact was anticipated. It was not intentional. It was a bug in path_conv that could possibly have affected other things. Thanks for catching this. It should be fixed in the next snapshot. cgf