From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS22989 209.51.188.0/24 X-Spam-Status: No, score=-3.8 required=3.0 tests=AWL,BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id ECA621F61A for ; Sun, 11 Dec 2022 18:55:21 +0000 (UTC) Authentication-Results: dcvr.yhbt.net; dkim=pass (2048-bit key; unprotected) header.d=gnu.org header.i=@gnu.org header.b="HXxinHlc"; dkim-atps=neutral Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p4RTn-0007yT-6a; Sun, 11 Dec 2022 13:55:16 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p4RTj-0007yA-Rj for bug-gnulib@gnu.org; Sun, 11 Dec 2022 13:55:12 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p4RTh-0003Ie-46; Sun, 11 Dec 2022 13:55:10 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=q3K9VuwDkWefg6l322X9dqYgG/iY44bZnr8octN29y0=; b=HXxinHlcXYpS8fCluZfS KW7OZExd0XnMq4+zmBJJ2Nv5mkCC0n3y3e1RgeXWDyDa/k5PnplWF7welyEVaAsg7ONvW3scrwmRW Uwr3asdUTIb7W8FO26e0s6p10i1BUz1EfwiStBEExmhgOBPllEOppS9X08VAyx9lJXdO8bzQ8NKim SSs4ylcgK5Yc2Yrj/dZLqfvreAwOMahxV5K72oMmNuDnrrnpMZHkiNHps6r6luEbtg6uXfdyFvSvG BtHM52FMrDFjZ/kAvYlsGARNYmv1DfWO5PZluiK+VjbwQ39lmWMVbfyOl/mDjLtGRqDnA6E30GvDZ gJicOKRx7qijBQ==; Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p4RTg-0003ij-Hy; Sun, 11 Dec 2022 13:55:08 -0500 Date: Sun, 11 Dec 2022 20:55:06 +0200 Message-Id: <835yehu5x1.fsf@gnu.org> From: Eli Zaretskii To: Bruno Haible Cc: bug-gnulib@gnu.org, rogerdpack@gmail.com In-Reply-To: <6145386.axxuzLQ8MY@nimes> (message from Bruno Haible on Sun, 11 Dec 2022 19:25:12 +0100) Subject: Re: gettimeofday.c windows version? References: <83h6y1ubfj.fsf@gnu.org> <83fsdlua2u.fsf@gnu.org> <6145386.axxuzLQ8MY@nimes> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-BeenThere: bug-gnulib@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gnulib discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnulib-bounces+normalperson=yhbt.net@gnu.org Sender: bug-gnulib-bounces+normalperson=yhbt.net@gnu.org > From: Bruno Haible > Cc: bug-gnulib@gnu.org, rogerdpack@gmail.com > Date: Sun, 11 Dec 2022 19:25:12 +0100 > > Doing a web search, I now see from > > that 10% of Windows users are still using Window 7. Whereas Windows XP > is below 1%. Now consider how many people is that 1% out of India. > Based on these numbers, I now think it's useful to continue supporting > Windows 7 — in the way you say, by replying to bug reports only —, whereas > removing support for Windows XP can be done earlier, as needed for maintenance. As one more data point, my main development machine runs Windows XP. That's where I maintain and develop Emacs, that's where all the ezwinports ports are produced, that's where I build GDB and Make and Guile and Texinfo and Gawk -- all of them (and more) available from the ezwinports site. Until now I had no problems with compiling any project which uses Gnulib. I guess this is about to change.