]> Savannah Git Hosting - gnulib.git/commit
doc: Update for other functions added in POSIX:2024.
authorBruno Haible <bruno@clisp.org>
Fri, 9 Aug 2024 00:09:03 +0000 (02:09 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 9 Aug 2024 00:09:03 +0000 (02:09 +0200)
commit81868618e1f25b4f30b4aac5640da9c608320e30
tree94f4f8a3564dbc626ed37566707a2082a3f0aabe
parenta9319d2f2f9f32fce0767610fc0885501478d537
doc: Update for other functions added in POSIX:2024.

* doc/posix-functions/be16toh.texi: New file.
* doc/posix-functions/be32toh.texi: New file.
* doc/posix-functions/be64toh.texi: New file.
* doc/posix-functions/dcgettext_l.texi: New file.
* doc/posix-functions/dcngettext_l.texi: New file.
* doc/posix-functions/dgettext_l.texi: New file.
* doc/posix-functions/dngettext_l.texi: New file.
* doc/posix-functions/getlocalename_l.texi: New file.
* doc/posix-functions/gettext_l.texi: New file.
* doc/posix-functions/htobe16.texi: New file.
* doc/posix-functions/htobe32.texi: New file.
* doc/posix-functions/htobe64.texi: New file.
* doc/posix-functions/htole16.texi: New file.
* doc/posix-functions/htole32.texi: New file.
* doc/posix-functions/htole64.texi: New file.
* doc/posix-functions/le16toh.texi: New file.
* doc/posix-functions/le32toh.texi: New file.
* doc/posix-functions/le64toh.texi: New file.
* doc/posix-functions/ngettext_l.texi: New file.
* doc/posix-functions/posix_close.texi: New file.
* doc/posix-functions/posix_devctl.texi: New file.
* doc/posix-functions/posix_getdents.texi: New file.
* doc/posix-functions/posix_spawn_file_actions_addchdir.texi: New file.
* doc/posix-functions/posix_spawn_file_actions_addfchdir.texi: New file.
* doc/posix-functions/sig2str.texi: New file.
* doc/posix-functions/str2sig.texi: New file.
* doc/posix-functions/tcgetwinsize.texi: New file.
* doc/posix-functions/tcsetwinsize.texi: New file.
* doc/posix-functions/wcslcat.texi: New file.
* doc/posix-functions/wcslcpy.texi: New file.
* doc/gnulib.texi (Functions in <devctl.h>, Functions in <endian.h>):
New sections.
(Functions in <dirent.h>, Functions in <libintl.h>,
Functions in <locale.h>, Functions in <signal.h>,
Functions in <spawn.h>, Functions in <termios.h>,
Functions in <unistd.h>, Functions in <wchar.h>): Include the other new
files.
* doc/posix-functions/strlcat.texi: Update.
* doc/posix-functions/strlcpy.texi: Update.
34 files changed:
ChangeLog
doc/gnulib.texi
doc/posix-functions/be16toh.texi [new file with mode: 0644]
doc/posix-functions/be32toh.texi [new file with mode: 0644]
doc/posix-functions/be64toh.texi [new file with mode: 0644]
doc/posix-functions/dcgettext_l.texi [new file with mode: 0644]
doc/posix-functions/dcngettext_l.texi [new file with mode: 0644]
doc/posix-functions/dgettext_l.texi [new file with mode: 0644]
doc/posix-functions/dngettext_l.texi [new file with mode: 0644]
doc/posix-functions/getlocalename_l.texi [new file with mode: 0644]
doc/posix-functions/gettext_l.texi [new file with mode: 0644]
doc/posix-functions/htobe16.texi [new file with mode: 0644]
doc/posix-functions/htobe32.texi [new file with mode: 0644]
doc/posix-functions/htobe64.texi [new file with mode: 0644]
doc/posix-functions/htole16.texi [new file with mode: 0644]
doc/posix-functions/htole32.texi [new file with mode: 0644]
doc/posix-functions/htole64.texi [new file with mode: 0644]
doc/posix-functions/le16toh.texi [new file with mode: 0644]
doc/posix-functions/le32toh.texi [new file with mode: 0644]
doc/posix-functions/le64toh.texi [new file with mode: 0644]
doc/posix-functions/ngettext_l.texi [new file with mode: 0644]
doc/posix-functions/posix_close.texi [new file with mode: 0644]
doc/posix-functions/posix_devctl.texi [new file with mode: 0644]
doc/posix-functions/posix_getdents.texi [new file with mode: 0644]
doc/posix-functions/posix_spawn_file_actions_addchdir.texi [new file with mode: 0644]
doc/posix-functions/posix_spawn_file_actions_addfchdir.texi [new file with mode: 0644]
doc/posix-functions/sig2str.texi [new file with mode: 0644]
doc/posix-functions/str2sig.texi [new file with mode: 0644]
doc/posix-functions/strlcat.texi
doc/posix-functions/strlcpy.texi
doc/posix-functions/tcgetwinsize.texi [new file with mode: 0644]
doc/posix-functions/tcsetwinsize.texi [new file with mode: 0644]
doc/posix-functions/wcslcat.texi [new file with mode: 0644]
doc/posix-functions/wcslcpy.texi [new file with mode: 0644]