bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: inventory of POSIX.1-2024 changes


From: Collin Funk
Subject: Re: inventory of POSIX.1-2024 changes
Date: Tue, 25 Jun 2024 18:30:30 -0700
User-agent: Gnus/5.13 (Gnus v5.13)

Bruno Haible <bruno@clisp.org> writes:

> I plan to add these files to the maint-tools/ repository, so that we can
> track progress. For the moment, as we don't have the HTML formatted
> POSIX yet, we cannot work on the documentation part. But you can look at
> the posix-2024-impl.TODO to figure areas which you would like to work on
> (or at least start to evaluate the feasibility in Gnulib).

Thanks. I was doing this in an unorganized fashion when I mentioned the
EXIT_FAILURE changed.

Is it okay if I add inet_ntoa? It is "obsolete" in this latest revision
but it is used everywhere including GNU Inetutils [1] [2]. FWIW I don't
think its usage is bad as long as you don't have plans to make your
program multithreaded.

I'm thinking that Windows will need a replacement just to get rid of the
stdcall convention and other systems can use inet_ntop with a static
buffer.

Collin

[1] https://github.com/search?q=+inet_ntoa+lang%3AC&type=code
[2] https://codesearch.debian.net/search?q=+inet_ntoa&literal=1



reply via email to

[Prev in Thread] Current Thread [Next in Thread]