From e20e345193c979bb7bfa1316ba2e2b70116b84c7 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 26 Jul 2017 11:57:37 -0700 Subject: [PATCH] maint: bring MODULES.html.sh up to date MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Somehow a few months ago we stopped updating MODULES.html.sh. I don’t recall explicitly deciding this, so I updated it now. Alternatively I suppose we could remove it. * MODULES.html.sh: Add builtin-expect, c99, ctime, explicit_bzero, localtime, localtime-buffer, noreturn, nstrftime, strftime-fixes, truncate, utime, utime-h, windows-stat-inodes, windows-stat-override, windows-stat-timespec, year2038. Sort. --- ChangeLog | 11 +++++++++++ MODULES.html.sh | 29 ++++++++++++++++++++++------- 2 files changed, 33 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index a92f67b697..ec8a3016d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2017-07-26 Paul Eggert + + doc: bring MODULES.html.sh up to date + Somehow a few months ago we stopped updating MODULES.html.sh. + I don’t recall explicitly deciding this, so I updated it now. + Alternatively I suppose we could remove it. + * MODULES.html.sh: Add builtin-expect, c99, ctime, explicit_bzero, + localtime, localtime-buffer, noreturn, nstrftime, strftime-fixes, + truncate, utime, utime-h, windows-stat-inodes, + windows-stat-override, windows-stat-timespec, year2038. Sort. + 2017-07-26 Jim Meyering fprintftime: fix build-break caused by recent renaming diff --git a/MODULES.html.sh b/MODULES.html.sh index 928efdefa2..367d3cf906 100755 --- a/MODULES.html.sh +++ b/MODULES.html.sh @@ -1644,6 +1644,8 @@ func_all_modules () func_begin_table func_module atexit + func_module ctime + func_module localtime func_module strtod func_module strerror func_module strerror-override @@ -1724,8 +1726,11 @@ func_all_modules () func_begin_table func_module fprintftime - func_module strftime + func_module localtime-buffer + func_module nstrftime + func_module strftime-fixes func_module time_rz + func_module year2038 func_end_table element="Extra functions based on ANSI C 89" @@ -1800,6 +1805,7 @@ func_all_modules () func_begin_table func_module bcopy + func_module explicit_bzero func_module memchr func_module memchr2 func_module memcmp2 @@ -2038,6 +2044,7 @@ func_all_modules () func_begin_table func_module alignof + func_module c99 func_module flexmember func_module fpucw func_module func @@ -2341,6 +2348,7 @@ func_all_modules () func_echo "$element" func_begin_table + func_module noreturn func_module std-gnu11 func_module stdalign func_end_table @@ -2351,6 +2359,7 @@ func_all_modules () func_echo "$element" func_begin_table + func_module builtin-expect func_module limits-h func_end_table @@ -2524,12 +2533,15 @@ func_all_modules () func_module sys_uio func_module sys_utsname func_module sys_wait + func_module truncate func_module tsearch func_module ttyname_r func_module uname func_module unistd func_module unlink func_module unlockpt + func_module utime + func_module utime-h func_module utimensat func_module vasnprintf-posix func_module vasprintf-posix @@ -2541,6 +2553,9 @@ func_all_modules () func_module vsprintf-posix func_module wcsnrtombs func_module wcwidth + func_module windows-stat-inodes + func_module windows-stat-override + func_module windows-stat-timespec func_module write func_end_table @@ -2705,20 +2720,20 @@ func_all_modules () func_echo "$element" func_begin_table + func_module binary-io func_module dup3 - func_module fd-safer-flag - func_module getdtablesize func_module fcntl-safer - func_module openat-safer - func_module safe-read - func_module safe-write + func_module fd-safer-flag func_module full-read func_module full-write - func_module binary-io + func_module getdtablesize func_module isapipe + func_module openat-safer func_module pipe-posix func_module pipe2 func_module pipe2-safer + func_module safe-read + func_module safe-write func_end_table element="File stream based Input/Output" -- 2.39.5