From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.lisp.guile.devel Subject: Re: Fix 'dirname' and 'basename' on MS-Windows Date: Wed, 09 Jul 2014 17:53:30 +0300 Message-ID: <837g3md1n9.fsf@gnu.org> References: <83simj3fji.fsf@gnu.org> <87mwcizk6t.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: ger.gmane.org 1404917639 5158 80.91.229.3 (9 Jul 2014 14:53:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 9 Jul 2014 14:53:59 +0000 (UTC) Cc: guile-devel@gnu.org To: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Jul 09 16:53:52 2014 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1X4tFn-0001va-9w for guile-devel@m.gmane.org; Wed, 09 Jul 2014 16:53:51 +0200 Original-Received: from localhost ([::1]:60650 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4tFm-0000bL-Ps for guile-devel@m.gmane.org; Wed, 09 Jul 2014 10:53:50 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47357) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4tFb-0000b8-9Y for guile-devel@gnu.org; Wed, 09 Jul 2014 10:53:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X4tFV-0004bV-CX for guile-devel@gnu.org; Wed, 09 Jul 2014 10:53:39 -0400 Original-Received: from mtaout29.012.net.il ([80.179.55.185]:40517) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4tFV-0004bM-48; Wed, 09 Jul 2014 10:53:33 -0400 Original-Received: from conversion-daemon.mtaout29.012.net.il by mtaout29.012.net.il (HyperSendmail v2007.08) id <0N8G00B009BVI000@mtaout29.012.net.il>; Wed, 09 Jul 2014 17:53:30 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout29.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0N8G00BFS9D66Y00@mtaout29.012.net.il>; Wed, 09 Jul 2014 17:53:30 +0300 (IDT) In-reply-to: <87mwcizk6t.fsf@gnu.org> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.185 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:17296 Archived-At: > From: ludo@gnu.org (Ludovic Court=C3=A8s) > Cc: guile-devel@gnu.org > Date: Wed, 09 Jul 2014 16:22:02 +0200 >=20 > It seems that Gnulib=E2=80=99s dirname-lgpl and basename-lgpl modul= es do what > you want. Could you confirm? Yes, they do the job. But since we want to support UNCs, we need to define DOUBLE_SLASH_IS_DISTINCT_ROOT to a non-zero value, because Gnulib doesn't. > If that=E2=80=99s the case, I=E2=80=99ll import them. If you want = to commit > Window-specific tests, that=E2=80=99s even better. There are no tests of these functions currently. Do you mean you wan= t a Window-only test? Thanks.