X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type:content-transfer-encoding; q=dns; s=default; b=W8oRMT8oi/LvkOrFZjAalU2J/ygAM0zFZ9QtYGIlBtW NC1Qlf1mdb/pSpIhouVGljfY2YTGE06dOlOZ95FbsWcPr+zAE8pwxPD8zXDEqIMP /CQ5NozX1RBcVBXo0mpgL/s4u8Y0T1rf7TzNPT1pPXvHwJEawVKMvIbutCL8PyxY = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type:content-transfer-encoding; s=default; bh=VgmVo3waUfLc+eFtrFd6vBN32VU=; b=mfah8FqLRHjDPSRKj m9Mf/cMzx0N+yL4MeU/X+cwnqhrE4HymsR86OW0HhBPG/x8ceWkIUk+1F7psXLOi GiObSmViJzRjk3kF90Mn/R27ikEBHS5S4T4t/wOLpE2U8Jw9XGGQgXSpayhntjAr 7IVo9pAfcYlY8zCcEGOAsvrW0o= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=4.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pd0-f182.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type:content-transfer-encoding; bh=ihouLMVrI92KbHxIyr5SvZI8iOVPZGeKbwji2Qxvjns=; b=lQ5lWXkc4zyNc/rX9Pje1n6AozJYf9A74UPzsm4dmXhD2kMThprA/uw1DD8VhVV7X2 QzOUAE0FHsbm5zQLESLd3fH+1kJfFI+88uLceyWMk8xF9e6y9NVZ3FI5W3/xyRwh7Ir2 /gh6tr7qErdkYq35+QUJZxxBrUr+J3oAeJkN2CxpCpBmg42aR6vQMR/4Bf2tnAm4Ww6x hVDRSSk73cRNkn8RhuSN89Wq8SU/OmURWLb3YWE5pU3ymeJy2NLmmNpBhvy9PVjoEtfI wmRvpNJGfQD/VjL4CdZNzGky90KIA9ocBHHkdG1pxbXjrI6epqG3RJBQV7QwOEgl9h9P ygFw== X-Gm-Message-State: ALoCoQkdChMh7H6qANQaADTGspQItoPxxlgMmTwC6jJCi/lCJDJvrmnitzPe76VjRjEU+bXDZrtC X-Received: by 10.66.228.38 with SMTP id sf6mr33031976pac.21.1381159289222; Mon, 07 Oct 2013 08:21:29 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <525242DE.2060604@orange.fr> References: <524FB2BB DOT 40608 AT orange DOT fr> <52512348 DOT 1050702 AT orange DOT fr> <5251240C DOT 6060805 AT easynet DOT fr> <20131006223310 DOT GA3135 AT ednor DOT casa DOT cgf DOT cx> <525242DE DOT 2060604 AT orange DOT fr> From: Adam Dinwoodie Date: Mon, 7 Oct 2013 16:20:49 +0100 Message-ID: Subject: Re: 1.7.25: problem with the cd command in ksh To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id r97FLi9G007166 On 7 October 2013 06:13, Francis ANDRE wrote: > Le 07/10/2013 00:33, Christopher Faylor a écrit : >> More likely it is just because ksh automatically prepends the current >> working directory to something that it considers to be relative. >> >> I know I'm a broken record on the subject but it is not a requirement that >> Cygwin tools to be able to understand MS-DOS paths. It's possible that >> they >> do, by coincidence, understand them but it is not a given that they will. > > Can I have a official statement from Cygwin about this? ie that bash is > supporting MS-DOX path by accident and ksh won't and that is not a > requirement of Cygwin? > > Or > > Can Cygwin adds the understanding of absolute DOS path as a requirement and > fix the ksh stuff? cgf is one of the Cygwin project leads. That statement above is about as official as you can get. http://cygwin.com/who.html This is an open-source project. If you want ksh to be able to understand DOS paths, you're welcome to take the source code and change it so it does, or to pay someone to do it for you. You could even submit the patches; if folk like the change (either the Cygwin's ksh maintainer or ksh's upstream developers) it may make the official releases and be supported from that point on. For now, however, simply asking for something to change isn't going to change it. Having every Cygwin package support DOS paths would be a fairly major undertaking, and one I doubt anyone would be willing to take on. Making ksh support them is more feasible, but someone has to do the work, and I doubt you'll get any volunteers any time soon. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple