# HG changeset patch # User Paul Eggert # Date 1092786169 0 # Node ID 4224271c787a6051107f22906fc54bca97bc54d5 # Parent 6ad79d6609ea9b25b1342b036178b305413926b1 Regenerate. diff --git a/MODULES.html b/MODULES.html --- a/MODULES.html +++ b/MODULES.html @@ -2,7 +2,7 @@ Gnulib Module List - +

Gnulib Module List

@@ -18,6 +18,10 @@ Allow the installer to disable assertions through "configure --disable-assert". + dummy + A dummy file, to make sure the library is non-empty. + + exit exit() function: program termination. @@ -119,7 +123,11 @@ xalloc - Memory allocation with out-of-memory checking. + Memory allocation with out-of-memory checking. Also see xalloc-die. + + + xalloc-die + Report a memory allocation failure and exit. alloca @@ -219,6 +227,14 @@

Numeric conversion functions <stdlib.h>

+ + + + @@ -267,6 +283,10 @@ + +
c-strtod + Convert string to double in C locale. +
c-strtold + Convert string to long double in C locale. +
xstrtod Convert string to 'double', with error checking.
fatal-signal Emergency actions in case of a fatal signal.
raise + Send a signal to the executing process. +

Command-line arguments

@@ -290,8 +310,8 @@ -
Compute MD5 checksum.
sha - Compute SHA checksum. + sha1 + Compute SHA1 checksum.

Misc

@@ -334,6 +354,10 @@ Read tokens from a stream. + readtokens0 + Read NUL-separated tokens from a stream. + + strverscmp Compare strings holding version numbers. @@ -417,6 +441,10 @@ ftruncate() function: truncate an open file to a specified length. + getcwd + Return the current working directory. + + getgroups getgroups() function: return the supplementary group IDs of the current process. @@ -425,6 +453,10 @@ gethostname() function: Return machine's hostname. + getsubopt + getsubopt: Parse comma separate list into words. + + gettimeofday gettimeofday() function: return current time. @@ -496,6 +528,10 @@ Process command line arguments. + fcntl-safer + File control functions that avoid clobbering std{in,out,err}. + + unistd-safer File descriptor functions that avoid clobbering STD{IN,OUT,ERR}_FILENO. @@ -537,10 +573,18 @@ variables. + canonicalize + Return the canonical absolute name of a given file. + + copy-file Copying of files. + cycle-check + help detect directory cycles efficiently + + fsusage Return filesystem space usage info. @@ -614,6 +658,14 @@ Return the entries of a directory (just the names) as an argz string. + utimecmp + compare file time stamps + + + utimens + Set file access and modification times. + + xgetcwd Return the current working directory, without size limitations. @@ -701,6 +753,10 @@ posixtm Convert a date/time string (POSIX syntax) to linear time or broken-down time. + + xnanosleep + a more convenient interface to nanosleep +

Networking functions

@@ -917,6 +973,13 @@ + + + + + + + + + +
---
dummy + --- + dummy.c + --- + --- +
exit #include "exit.h" --- @@ -1094,7 +1157,7 @@
strftime - #include <time.h> + #include "strftime.h" strftime.c mbstate_t.m4
tm_gmtoff.m4
strftime.m4
gl_FUNC_GNU_STRFTIME
time_r
tzset @@ -1129,7 +1192,14 @@
#include "xalloc.h" xmalloc.c
xstrdup.c
xalloc.m4
gl_XALLOC -
error
gettext
exitfail +
--- +
xalloc-die + #include "xalloc.h" + xalloc-die.c + --- + xalloc
error
gettext
exitfail
alloca @@ -1357,6 +1427,20 @@ Depends on
c-strtod + #include "c-strtod.h" + c-strtod.c + c-strtod.m4
gl_C_STRTOD +
extensions +
c-strtold + #include "c-strtod.h" + c-strtod.c
c-strtold.c +
c-strtod.m4
gl_C_STRTOLD +
extensions +
xstrtod #include "xstrtod.h" xstrtod.c @@ -1477,6 +1561,13 @@ fatal-signal.m4
signalblocking.m4
sig_atomic_t.m4
gl_FATAL_SIGNAL
xalloc
stdbool
raise + --- + raise.c + AC_REPLACE_FUNCS(raise) + --- +

Command-line arguments

@@ -1536,14 +1627,14 @@ -
md5 #include "md5.h" md5.c - md5.m4
gl_MD5 +
md5.m4
uint32_t.m4
gl_MD5
unlocked-io
sha - #include "sha.h" - sha.c - sha.m4
gl_SHA +
sha1 + #include "sha1.h" + sha1.c + sha1.m4
gl_SHA1
unlocked-io
md5
@@ -1602,7 +1693,7 @@ obstack #include "obstack.h" obstack.c - obstack.m4
gl_OBSTACK + inttypes_h.m4
obstack.m4
stdint_h.m4
uintmax_t.m4
gl_OBSTACK gettext
exit
exitfail @@ -1627,6 +1718,13 @@ xalloc
unlocked-io + readtokens0 + #include "readtokens0.h" + readtokens0.c + --- + obstack + + strverscmp #include "strverscmp.h" strverscmp.c @@ -1863,6 +1961,13 @@ --- + getcwd + --- + getcwd.c + getcwd-path-max.m4
GL_FUNC_GETCWD_PATH_MAX + pathmax
same + + getgroups #include <unistd.h> getgroups.c @@ -1877,6 +1982,13 @@ --- + getsubopt + #include "getsubopt.h" + getsubopt.c + getsubopt.m4
gl_FUNC_GETSUBOPT + strchrnul + + gettimeofday #include <sys/time.h> gettimeofday.c @@ -1921,7 +2033,7 @@ stat #include <sys/stat.h> - stat.c + stat.c
stat-macros.h stat.m4
gl_FUNC_STAT xalloc @@ -1970,7 +2082,7 @@ rmdir #include <unistd.h> - rmdir.c + rmdir.c
stat-macros.h rmdir.m4
gl_FUNC_RMDIR --- @@ -2007,12 +2119,19 @@ getopt - #include "getopt.h" - getopt.c
getopt1.c
getopt_int.h + #include <getopt.h> + getopt_.h
getopt.c
getopt1.c
getopt_int.h getopt.m4
gl_GETOPT gettext + fcntl-safer + #include "fcntl-safer.h" + open-safer.c + fcntl-safer.m4
gl_FCNTL_SAFER + unistd-safer + + unistd-safer #include "unistd-safer.h" dup-safer.c @@ -2099,11 +2218,18 @@ backupfile #include "backupfile.h" - backupfile.c
addext.c + backupfile.c dos.m4
d-ino.m4
backupfile.m4
gl_BACKUPFILE argmatch
dirname + canonicalize + #include "canonicalize.h" + canonicalize.c
stat-macros.h + canonicalize.m4
AC_FUNC_CANONICALIZE_FILE_NAME + cycle-check
path-concat
xalloc
xgetcwd + + copy-file #include "copy-file.h" copy-file.c @@ -2111,6 +2237,13 @@ error
safe-read
full-write
binary-io
exit
gettext + cycle-check + #include "cycle-check.h" + cycle-check.c
dev-ino.h + --- + --- + + fsusage #include "fsusage.h" fsusage.c @@ -2127,7 +2260,7 @@ euidaccess #include "euidaccess.h" - euidaccess.c + euidaccess.c
stat-macros.h euidaccess.m4
gl_FUNC_EUIDACCESS group-member @@ -2148,7 +2281,7 @@ filemode #include "filemode.h" - filemode.c + filemode.c
stat-macros.h filemode.m4
gl_FILEMODE --- @@ -2162,14 +2295,14 @@ lchown #include "lchown.h" - lchown.c + lchown.c
stat-macros.h lchown.m4
gl_FUNC_LCHOWN chown makepath #include "makepath.h" - makepath.c + makepath.c
stat-macros.h afs.m4
makepath.m4
gl_MAKEPATH alloca
chown
gettext
save-cwd
dirname
error
quote @@ -2192,7 +2325,7 @@ #include "path-concat.h" path-concat.c dos.m4
path-concat.m4
gl_PATH_CONCAT - strdup
xalloc
dirname + xalloc
dirname pathname @@ -2230,6 +2363,20 @@ xalloc + utimecmp + #include "utimecmp.h" + utimecmp.c + utimecmp.m4
gl_UTIMECMP + hash
timespec
utimens
xalloc + + + utimens + #include "utimens.h" + utimens.c + utimens.m4
utimes.m4
gl_UTIMENS + timespec + + xgetcwd #include "xgetcwd.h" xgetcwd.c @@ -2335,17 +2482,17 @@ getpass - --- + #include "getpass.h" getpass.c getpass.m4
gl_FUNC_GETPASS unlocked-io
getline
stdbool getpass-gnu - --- + #include "getpass.h" getpass.c getpass.m4
gl_FUNC_GETPASS_GNU - unlocked-io
getline + unlocked-io
getline
stdbool

Users and groups

@@ -2430,6 +2577,13 @@ posixtm.m4
gl_POSIXTM mktime
unlocked-io + + xnanosleep + #include "xnanosleep.h" + xnanosleep.c + --- + timespec
xalloc +

Networking functions

@@ -2452,7 +2606,7 @@
#include "xgethostname.h" xgethostname.c --- - gethostname
xalloc
error
exit +
gethostname
xalloc
canon-host @@ -2550,7 +2704,7 @@
yesno - --- + #include "yesno.h" yesno.c yesno.m4
gl_YESNO
unlocked-io
rpmatch @@ -2664,8 +2818,8 @@
argp #include "argp.h" argp-ba.c
argp-eexst.c
argp-fmtstream.c
argp-fmtstream.h
argp-fs-xinl.c
argp-help.c
argp-namefrob.h
argp-parse.c
argp-pv.c
argp-pvh.c
argp-xinl.c -
argp.m4
gl_ARGP -
alloca
getopt
strchrnul
sysexits
mempcpy
strndup
restrict
strcase +
argp.m4
unlocked-io.m4
gl_ARGP +
alloca
getopt
strchrnul
sysexits
mempcpy
strndup
restrict
strcase
extensions
argz @@ -2756,7 +2910,7 @@ #include "progname.h" progname.c --- - stdbool + ---
quotearg @@ -2794,35 +2948,10 @@ ---
-

Unclassified modules - please update MODULES.html.sh

- - - - - - - -
modules/ - lib/ - lib/ - m4/ -   -
Module - Header - Implementation - Autoconf macro - Depends on -
dummy - --- - dummy.c - --- - --- -

Lone files - please create new modules containing them

 lib/progreloc.c
 m4/check-decl.m4
-m4/c-strtod.m4
 m4/d-type.m4
 m4/glibc.m4
 m4/host-os.m4
@@ -2839,6 +2968,7 @@
 m4/rmdir-errno.m4
 m4/search-libs.m4
 m4/st_dm_mode.m4
+m4/uintptr_t.m4
 m4/unlink-busy.m4
 m4/uptime.m4
 
@@ -2854,6 +2984,6 @@
  • A testsuite
    - Generated from MODULES.html.sh on 3 August 2004. + Generated from MODULES.html.sh on 17 August 2004.