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).