Bruno Haible <br...@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