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: Update 'uname' emulation on MS-Windows Date: Sat, 16 Jul 2016 13:33:04 +0300 Message-ID: <83lh116ffj.fsf@gnu.org> References: <83poqe59gr.fsf@gnu.org> <8737nax8lc.fsf@pobox.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1468665209 21468 80.91.229.3 (16 Jul 2016 10:33:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 16 Jul 2016 10:33:29 +0000 (UTC) Cc: guile-devel@gnu.org To: Andy Wingo Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sat Jul 16 12:33:25 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 1bOMuQ-0007KC-N0 for guile-devel@m.gmane.org; Sat, 16 Jul 2016 12:33:22 +0200 Original-Received: from localhost ([::1]:36786 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bOMuQ-0007WK-4f for guile-devel@m.gmane.org; Sat, 16 Jul 2016 06:33:22 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46081) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bOMuL-0007Qc-6b for guile-devel@gnu.org; Sat, 16 Jul 2016 06:33:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bOMuF-0004em-Ss for guile-devel@gnu.org; Sat, 16 Jul 2016 06:33:16 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:50201) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bOMuF-0004ei-Po; Sat, 16 Jul 2016 06:33:11 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:4584 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1bOMuF-0004Rf-0C; Sat, 16 Jul 2016 06:33:11 -0400 In-reply-to: <8737nax8lc.fsf@pobox.com> (message from Andy Wingo on Sat, 16 Jul 2016 10:58:39 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e 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:18536 Archived-At: > From: Andy Wingo > Cc: guile-devel@gnu.org > Date: Sat, 16 Jul 2016 10:58:39 +0200 > > 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. 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. Noted. (The reason I didn't use git-format-patch is that the diffs were generated relative to 2.0.12 in its source tree, so I didn't have a commit to use in the first place.) AFAIK, I have write access to the Guile repository, so if it's more convenient, once I have the approval, I can apply the patch and push it myself.