X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=MODULES.html;h=1ae1abaee06791150adfbd26eccc6c75c01c7b08;hb=68f96cd3ccba2a204c40260321a8832f2eb97092;hp=0d30563bdf949ffafbc8ecc8e01516882346bf44;hpb=a10611ddadaacbfe96e7ef0d6342319e901e7ad5;p=gnulib.git diff --git a/MODULES.html b/MODULES.html index 0d30563bd..1ae1abaee 100644 --- 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,13 +123,23 @@ 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 Memory allocation on the stack. + alloca-opt + Memory allocation on the stack, as an optional optimization. +It allows using the alloca() macro if and only if the autoconf tests define +HAVE_ALLOCA. + + allocsa Safe automatic memory allocation. @@ -219,6 +233,14 @@

Numeric conversion functions <stdlib.h>

+ + + + @@ -260,6 +282,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.
vasprintf vsprintf with automatic memory allocation.
xvasprintf + vasprintf and asprintf with out-of-memory checking. Also see xalloc-die. +

Signal handling <signal.h>

@@ -267,6 +293,10 @@ + +
fatal-signal Emergency actions in case of a fatal signal.
raise + Send a signal to the executing process. +

Command-line arguments

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

Misc

@@ -334,6 +364,10 @@ memory allocation. Read tokens from a stream. + readtokens0 + Read NUL-separated tokens from a stream. + + strverscmp Compare strings holding version numbers. @@ -354,6 +388,22 @@ memory allocation. (Nearly: casts to bool may not work.) +

Integer types and values <stdint.h>

+ + + +
stdint + An <stdint.h> that nearly conforms to C99. +(Nearly: {uint,int}_{fast,least}{8,16,32,64}_t may not correspond +to the fastest and smallest types available on the system.) +
+

Input/output <stdio.h>

+ + + +
snprintf + snprintf() function: print formatted output to a fixed length string +

Numeric conversion functions <stdlib.h>

@@ -417,6 +467,10 @@ memory allocation. + + @@ -425,6 +479,10 @@ memory allocation. + + @@ -496,6 +554,10 @@ memory allocation. + + @@ -537,10 +599,18 @@ with K/M/G suffix. variables. + + + + @@ -614,6 +684,14 @@ directory. + + + + @@ -701,6 +779,10 @@ directory. + +
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.
gethostname() function: Return machine's hostname.
getsubopt + getsubopt: Parse comma separate list into words. +
gettimeofday gettimeofday() function: return current time.
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.
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.
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.
posixtm Convert a date/time string (POSIX syntax) to linear time or broken-down time.
xnanosleep + a more convenient interface to nanosleep +

Networking functions

@@ -833,10 +915,6 @@ usually the host name including FQDN. - - @@ -921,6 +999,13 @@ variables. + + + + + + + + + + + +
Enable extensions in standard headers
fatal - Error reporting for fatal errors. -
getdomainname getdomainname() function: Return machine's NIS domain name.
---
dummy + --- + dummy.c + --- + --- +
exit #include "exit.h" --- @@ -1098,7 +1183,7 @@ variables.
strftime - #include <time.h> + #include "strftime.h" strftime.c mbstate_t.m4
tm_gmtoff.m4
strftime.m4
gl_FUNC_GNU_STRFTIME
time_r
tzset @@ -1133,7 +1218,14 @@ variables.
#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 @@ -1143,11 +1235,18 @@ variables. ---
alloca-opt + #include <alloca.h> + alloca_.h + alloca.m4
gl_FUNC_ALLOCA +
--- +
allocsa #include "allocsa.h" allocsa.c allocsa.m4
eealloc.m4
longlong.m4
longdouble.m4
gl_ALLOCSA -
alloca + alloca-opt
xallocsa @@ -1216,7 +1315,7 @@ variables. #include "setenv.h" setenv.c
unsetenv.c
setenv.m4
gt_FUNC_SETENV -
allocsa
alloca +
allocsa
alloca-opt
xsetenv @@ -1361,6 +1460,20 @@ variables. 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 @@ -1447,8 +1560,8 @@ variables. vasnprintf #include "vasnprintf.h" printf-args.h
printf-args.c
printf-parse.h
printf-parse.c
vasnprintf.c
asnprintf.c -
signed.m4
longdouble.m4
wchar_t.m4
wint_t.m4
longlong.m4
intmax_t.m4
vasnprintf.m4
gl_FUNC_VASNPRINTF -
alloca
xsize +
signed.m4
longdouble.m4
wchar_t.m4
wint_t.m4
longlong.m4
intmax_t.m4
stdint_h.m4
inttypes_h.m4
eoverflow.m4
vasnprintf.m4
gl_FUNC_VASNPRINTF +
alloca-opt
xsize
vasprintf @@ -1457,6 +1570,13 @@ variables. vasprintf.m4
gl_FUNC_VASPRINTF
vasnprintf
xvasprintf + #include "xvasprintf.h" + xvasprintf.c
xasprintf.c +
--- + vasprintf +

Signal handling <signal.h>

@@ -1481,6 +1601,13 @@ variables. + +
fatal-signal.m4
signalblocking.m4
sig_atomic_t.m4
gl_FATAL_SIGNAL
xalloc
stdbool
raise + --- + raise.c + AC_REPLACE_FUNCS(raise) + --- +

Command-line arguments

@@ -1540,14 +1667,14 @@ variables. -
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
@@ -1606,7 +1733,7 @@ variables. 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 @@ -1631,6 +1758,13 @@ variables. xalloc
unlocked-io + readtokens0 + #include "readtokens0.h" + readtokens0.c + --- + obstack + + strverscmp #include "strverscmp.h" strverscmp.c @@ -1687,6 +1821,54 @@ variables. --- +

Integer types and values <stdint.h>

+ + + + + + + +
modules/ + lib/ + lib/ + m4/ +   +
Module + Header + Implementation + Autoconf macro + Depends on +
stdint + #include <stdint.h> + stdint_.h + stdint.m4
inttypes.m4
gl_STDINT_H +
--- +
+

Input/output <stdio.h>

+ + + + + + + +
modules/ + lib/ + lib/ + m4/ +   +
Module + Header + Implementation + Autoconf macro + Depends on +
snprintf + #include "snprintf.h" + snprintf.c + snprintf.m4
gl_FUNC_SNPRINTF +
vasnprintf
minmax +

Numeric conversion functions <stdlib.h>

@@ -1811,7 +1993,7 @@ variables. @@ -1848,7 +2030,7 @@ variables. @@ -1867,6 +2049,13 @@ variables. + + + + @@ -1974,7 +2170,7 @@ variables. @@ -2011,12 +2207,19 @@ variables. + + + + + + @@ -2152,7 +2369,7 @@ variables. @@ -2166,14 +2383,14 @@ variables. @@ -2196,7 +2413,7 @@ variables. + + + +
inttostr #include "inttostr.h" imaxtostr.c
inttostr.c
offtostr.c
umaxtostr.c -
intmax_t.m4
inttostr.m4
uintmax_t.m4
gl_INTTOSTR +
intmax_t.m4
inttostr.m4
longlong.m4
uintmax_t.m4
gl_INTTOSTR
---
chown #include <unistd.h> - chown.c + chown.c
fchown-stub.c
chown.m4
gl_FUNC_CHOWN
---
---
getcwd + --- + getcwd.c + getcwd-path-max.m4
GL_FUNC_GETCWD_PATH_MAX +
pathmax
same +
getgroups #include <unistd.h> getgroups.c @@ -1881,6 +2070,13 @@ variables. ---
getsubopt + #include "getsubopt.h" + getsubopt.c + getsubopt.m4
gl_FUNC_GETSUBOPT +
strchrnul +
gettimeofday #include <sys/time.h> gettimeofday.c @@ -1925,7 +2121,7 @@ variables.
stat #include <sys/stat.h> - stat.c + stat.c
stat-macros.h
stat.m4
gl_FUNC_STAT
xalloc
rmdir #include <unistd.h> - rmdir.c + rmdir.c
stat-macros.h
rmdir.m4
gl_FUNC_RMDIR
---
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 @@ -2103,11 +2306,18 @@ variables.
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 @@ -2115,6 +2325,13 @@ variables. 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 @@ -2131,7 +2348,7 @@ variables.
euidaccess #include "euidaccess.h" - euidaccess.c + euidaccess.c
stat-macros.h
euidaccess.m4
gl_FUNC_EUIDACCESS
group-member
filemode #include "filemode.h" - filemode.c + filemode.c
stat-macros.h
filemode.m4
gl_FILEMODE
---
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
#include "path-concat.h" path-concat.c dos.m4
path-concat.m4
gl_PATH_CONCAT -
strdup
xalloc
dirname +
xalloc
dirname
pathname @@ -2234,6 +2451,20 @@ variables. 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 @@ -2339,17 +2570,17 @@ variables.
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

@@ -2394,7 +2625,7 @@ variables. #include "userspec.h" userspec.c userspec.m4
gl_USERSPEC - alloca
posixver
xalloc
xstrtol
strdup
gettext + posixver
xalloc
xstrtol
strdup
gettext

Date and time

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

Networking functions

@@ -2456,7 +2694,7 @@ variables. - -
#include "xgethostname.h" xgethostname.c --- - gethostname
xalloc
error
exit +
gethostname
xalloc
canon-host @@ -2554,7 +2792,7 @@ variables.
yesno - --- + #include "yesno.h" yesno.c yesno.m4
gl_YESNO
unlocked-io
rpmatch @@ -2668,8 +2906,8 @@ variables.
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 @@ -2707,13 +2945,6 @@ variables. ---
fatal - #include "fatal.h" - fatal.c - fatal.m4
gl_FATAL -
error
unlocked-io
exit -
getdomainname #include "getdomainname.h" getdomainname.c @@ -2767,7 +2998,7 @@ variables. #include "progname.h" progname.c --- - stdbool + ---
quotearg @@ -2825,6 +3056,7 @@ variables. m4/rmdir-errno.m4 m4/search-libs.m4 m4/st_dm_mode.m4 +m4/uintptr_t.m4 m4/unlink-busy.m4 m4/uptime.m4 @@ -2840,6 +3072,6 @@ variables.
  • A testsuite
    - Generated from MODULES.html.sh on 23 June 2004. + Generated from MODULES.html.sh on 1 October 2004.