From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH 1/5] [mingw]: Add implementation of canonicalize_file_name. Date: Fri, 29 Apr 2011 18:33:15 +0200 Message-ID: References: <1297784103-18322-1-git-send-email-janneke-list@xs4all.nl> <1297784103-18322-2-git-send-email-janneke-list@xs4all.nl> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1304094814 23093 80.91.229.12 (29 Apr 2011 16:33:34 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 29 Apr 2011 16:33:34 +0000 (UTC) Cc: guile-devel@gnu.org To: Jan Nieuwenhuizen Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri Apr 29 18:33:28 2011 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QFqdD-0000kR-To for guile-devel@m.gmane.org; Fri, 29 Apr 2011 18:33:28 +0200 Original-Received: from localhost ([::1]:52346 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFqdD-00038F-7n for guile-devel@m.gmane.org; Fri, 29 Apr 2011 12:33:27 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:51425) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFqdA-000389-GU for guile-devel@gnu.org; Fri, 29 Apr 2011 12:33:25 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QFqd9-00023k-Ad for guile-devel@gnu.org; Fri, 29 Apr 2011 12:33:24 -0400 Original-Received: from a-pb-sasl-sd.pobox.com ([64.74.157.62]:38396 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFqd9-00023e-74 for guile-devel@gnu.org; Fri, 29 Apr 2011 12:33:23 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 0B4AE51F0; Fri, 29 Apr 2011 12:35:25 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=v5sLJJ3yGyeC0ZIKPpc3YP5wx2M=; b=rpfj90 JCzNJVmhd2lIXGOly4mMpQX/4Y91jZ2ZiIP33k0Vf30r1OW23LtWVFO5Oqdt+Jt8 UmjxsFlbyvObGB22aabMY8YONjkHGH2AkFn62hE2+uArtksKj8fiDDZgcwY76IO5 832+lj+xBUAnShpZvhlZYfZ+pOlEYDq7PZ6LE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=MzsWMVmiUjZVdIQdmeHTnO0xQ7dpJA+p wxSiAVFg6exiLtzueEMBMqy81bwSSQnuF1/0J3RU00n2uyWMFz2S9J5TjA3+g9Bw sNAJiRW/h/IHrJqnz1Yu4faK9M/RmZ78Ij6/E28IlJFnhec1ELx3jLEoJtFpJ0if smUndZ9gX1s= Original-Received: from a-pb-sasl-sd.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id EBC7051EF; Fri, 29 Apr 2011 12:35:22 -0400 (EDT) Original-Received: from unquote.localdomain (unknown [90.164.198.39]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTPSA id 5BF5B51DF; Fri, 29 Apr 2011 12:35:21 -0400 (EDT) In-Reply-To: <1297784103-18322-2-git-send-email-janneke-list@xs4all.nl> (Jan Nieuwenhuizen's message of "Tue, 15 Feb 2011 16:34:59 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: ADD2F87C-727E-11E0-91FE-E8AB60295C12-02397024!a-pb-sasl-sd.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 64.74.157.62 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:12380 Archived-At: On Tue 15 Feb 2011 16:34, Jan Nieuwenhuizen writes: > From: Jan Nieuwenhuizen > > It does not look like this will be fixed any time soon in gnulib. > > 2011-02-04 Jan Nieuwenhuizen > > * libguile/filesys.h: > * libguile/filesys.c (mingw_canonicalize_file_name)[__MINGW32__]: Add > minimal implementation of canonicalize_file_name for Mingw. I read the thread and it looked like this patch was close to being accepted, and that the real issue was a lack of rm.exe, which could be worked around, so I am going to forget about this patch on the Guile side. http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/25451 Regards, Andy -- http://wingolog.org/