[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Port to 32-bit long + 64-bit time_t
From: |
Paul Smith |
Subject: |
Re: [PATCH] Port to 32-bit long + 64-bit time_t |
Date: |
Mon, 03 Oct 2022 16:14:01 -0400 |
User-agent: |
Evolution 3.44.4 (by Flathub.org) |
On Sun, 2022-10-02 at 17:06 -0700, Paul Eggert wrote:
> On 10/2/22 14:09, Paul Smith wrote:
>
> > I applied these changes but made a few mods:
>
> Thanks. I assume you'll push this to savannah at some point?
Pushed now.
I needed another set of changes, since intmax_t is a new type and is
not available on Windows so we needed to add it to configure.ac etc.
I did some other cleanups which might or might not be helpful, getting
rid of most warnings on Windows (with Visual Studio: I don't have MinGW
compilers). The ones that are left are either in "external code"
(glob/fnmatch) or are annoying to deal with (read(2) and write(2) don't
use size_t for their length arguments on Windows for example).