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: Update 'uname' emulation on MS-Windows Date: Sat, 16 Jul 2016 10:58:39 +0200 Message-ID: <8737nax8lc.fsf@pobox.com> References: <83poqe59gr.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1468659565 9845 80.91.229.3 (16 Jul 2016 08:59:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 16 Jul 2016 08:59:25 +0000 (UTC) Cc: guile-devel@gnu.org To: Eli Zaretskii Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sat Jul 16 10:59:17 2016 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 1bOLRM-0000gg-4m for guile-devel@m.gmane.org; Sat, 16 Jul 2016 10:59:16 +0200 Original-Received: from localhost ([::1]:36492 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bOLRL-000495-DZ for guile-devel@m.gmane.org; Sat, 16 Jul 2016 04:59:15 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34270) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bOLR4-00048z-3Q for guile-devel@gnu.org; Sat, 16 Jul 2016 04:59:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bOLQy-0005ta-CX for guile-devel@gnu.org; Sat, 16 Jul 2016 04:58:57 -0400 Original-Received: from pb-sasl2.pobox.com ([64.147.108.67]:52541 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bOLQs-0005r1-Sn; Sat, 16 Jul 2016 04:58:47 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by pb-sasl2.pobox.com (Postfix) with ESMTP id 85F3029406; Sat, 16 Jul 2016 04:58:46 -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=Tu62MONlWVbl5GQe5w1hWkKd1Bk=; b=IjLZBH YfAB+hwzpt7UgvNgjktC6XcEuQpTEQur9+r+IEaOva9KmGEr222W80DxvPIDFcmg 5atgXQlOQvfmNvRLTI0vkgeuXVjL0JlltRLs0/ijUfQ4DVswaEimq2SjhgHwj+Pa LmSXR6OoGVisFbxVJAdRu8E84ySbMxJEyhZWE= 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=CqwYM+/CSAWseqtuK23z6z3YfYQTikoV RpIvc838G1cPpnRgcYdoMdsnY/9iNOMmI2QWc3s5yetKLlM4Bbc9145Vd0y7Wbe7 2RAS5e7T0sOmiP7chODhTJL235prnqcgIIDNt8rYNj9YvzyUVUM0hJmQR/TlC83Q 8QhMxuDhuxA= Original-Received: from pb-sasl2.nyi.icgroup.com (unknown [127.0.0.1]) by pb-sasl2.pobox.com (Postfix) with ESMTP id 6A5ED29405; Sat, 16 Jul 2016 04:58:46 -0400 (EDT) Original-Received: from clucks (unknown [88.160.190.192]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pb-sasl2.pobox.com (Postfix) with ESMTPSA id B004A29404; Sat, 16 Jul 2016 04:58:45 -0400 (EDT) In-Reply-To: <83poqe59gr.fsf@gnu.org> (Eli Zaretskii's message of "Sat, 16 Jul 2016 10:27:16 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) X-Pobox-Relay-ID: 80D7E9DE-4B33-11E6-9338-28A6F1301B6D-02397024!pb-sasl2.pobox.com X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 64.147.108.67 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.lisp.guile.devel:18530 Archived-At: On Sat 16 Jul 2016 09:27, Eli Zaretskii writes: > 2016-07-16 Eli Zaretskii > > * libguile/posix-w32.c (uname): Update to modern processors (ia64 > and x86_64) and OS versions (Vista to Windows 10). Delete > trailing whitespace. Applied, thanks. I will do what I can to apply patches that aren't in git-format-patch format, but I note that using git-format-patch makes it more likely that they go upstream. Cheers :) Andy