X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=MODULES.html;h=300d9a478dfd8d5c99006f76a1909eab0e6fddc2;hb=3b76961293b50e26cca3044b4892af0f95602ffc;hp=e1c8a95544a31dae2ab73bbea70717f7ad4719d3;hpb=b01ad19e460a0924564d6e9d65bd5fd53f137817;p=gnulib.git diff --git a/MODULES.html b/MODULES.html index e1c8a9554..300d9a478 100644 --- a/MODULES.html +++ b/MODULES.html @@ -2,7 +2,7 @@ Gnulib Module List - +

Gnulib Module List

@@ -109,10 +109,6 @@ alloca Memory allocation on the stack. - - bumpalloc - Increase table allocation by one element. -

Integer arithmetic functions <stdlib.h>

@@ -191,6 +187,10 @@ + +
strndup strndup() function: duplicate a size-bounded string.
xstrndup + Duplicate a bounded initial segment of a string, with out-of-memory checking. +

Numeric conversion functions <stdlib.h>

@@ -209,6 +209,10 @@ + +
getdate Convert a date/time string to linear time.
timegm + Convert calendar time to simple time, inverse of mktime. +

Input/Output <stdio.h>

@@ -217,6 +221,10 @@ + + @@ -225,6 +233,13 @@
Enable faster, non-thread-safe stdio functions if available.
fwriteerror + Detect write error on a stream. +
vasnprintf vsprintf with automatic memory allocation and bounded output size.
vsprintf with automatic memory allocation.
+

Signal handling <signal.h>

+ + + +
fatal-signal + Emergency actions in case of a fatal signal. +

Command-line arguments

@@ -296,6 +311,13 @@ memory allocation.

Support for systems lacking ISO C 99

+

Keywords

+ + + +
restrict + The C99 'restrict' keyword. +

Boolean type and values <stdbool.h>

@@ -367,6 +389,10 @@ memory allocation. + + @@ -399,6 +425,10 @@ memory allocation. + + @@ -601,6 +631,10 @@ directory. + +
getgroups() function: return the supplementary group IDs of the current process.
gethostname + gethostname() function: Return machine's hostname. +
gettimeofday gettimeofday() function: return current time.
stat() function: return information about a file or symbolic link.
time_r + Reentrant time functions like localtime_r. +
timespec struct timespec.
getpass getpass() function: read a password from /dev/tty.
getpass-gnu + getpass() function: read a password of arbitrary length from /dev/tty. +

Users and groups

@@ -640,10 +674,6 @@ utility).

Networking functions

- - @@ -748,10 +778,22 @@ usually the host name including FQDN. + + + + + + @@ -773,6 +815,10 @@ usually the host name including FQDN. variables. + + @@ -926,7 +972,7 @@ variables.
gethostname - gethostname() function: Return machine's hostname. -
xgethostname Return machine's hostname, without size limitations.
error() and error_at_line() functions: Error reporting.
extensions + Enable extensions in standard headers +
fatal Error reporting for fatal errors.
getdomainname + getdomainname() function: Return machine's NIS domain name. +
xgetdomainname + Return machine's domainname, without size limitations. +
getloadavg Return the current system load averages.
progname + Program name management. +
quotearg Quote arguments for use in error messages.
#include <time.h> mktime.c mktime.m4
gl_FUNC_MKTIME -
--- + time_r
These modules are not listed among dependencies below, for simplicity. @@ -983,7 +1029,7 @@ variables. #include <time.h> strftime.c mbstate_t.m4
tm_gmtoff.m4
strftime.m4
jm_FUNC_GNU_STRFTIME - --- + time_r
tzset

Extra functions based on ANSI C 89

@@ -1008,7 +1054,7 @@ variables. #include "xalloc.h" xmalloc.c
xstrdup.c xalloc.m4
gl_XALLOC - malloc
realloc
error
gettext + malloc
realloc
error
gettext
exitfail
exit alloca @@ -1017,13 +1063,6 @@ variables. alloca.m4
gl_FUNC_ALLOCA xalloc - - bumpalloc - #include "bumpalloc.h" - --- - --- - xalloc -

Integer arithmetic functions <stdlib.h>

@@ -1199,11 +1238,18 @@ variables. + +
strndup - --- + #include "strndup.h" strndup.c strndup.m4
gl_FUNC_STRNDUP
strnlen
xstrndup + #include "xstrndup.h" + xstrndup.c + xstrndup.m4
gl_XSTRNDUP +
strndup
xalloc +

Numeric conversion functions <stdlib.h>

@@ -1259,6 +1305,13 @@ variables. + +
bison.m4
tm_gmtoff.m4
getdate.m4
gl_GETDATE
mktime
unlocked-io
timegm + #include "timegm.h" + timegm.c + timegm.m4
gl_FUNC_TIMEGM +
mktime
time_r +

Input/Output <stdio.h>

@@ -1281,6 +1334,13 @@ variables. + + @@ -1298,6 +1358,30 @@ variables.
#include "unlocked-io.h" --- unlocked-io.m4
jm_FUNC_GLIBC_UNLOCKED_IO +
extensions +
fwriteerror + #include "fwriteerror.h" + fwriteerror.c + --- ---
vasnprintf
+

Signal handling <signal.h>

+ + + + + + + +
modules/ + lib/ + lib/ + m4/ +   +
Module + Header + Implementation + Autoconf macro + Depends on +
fatal-signal + #include "fatal-signal.h" + fatal-signal.c + fatal-signal.m4
signalblocking.m4
gl_FATAL_SIGNAL +
xalloc
stdbool +

Command-line arguments

@@ -1319,7 +1403,7 @@ variables.
#include "argmatch.h" argmatch.c --- - gettext
error
quotearg
quote
unlocked-io +
gettext
error
quotearg
quote
unlocked-io
exit
version-etc @@ -1423,7 +1507,7 @@ variables. #include "obstack.h" obstack.c obstack.m4
gl_OBSTACK -
gettext + gettext
exit
hash-pjw @@ -1455,6 +1539,30 @@ variables.

Support for systems lacking ISO C 99

+

Keywords

+ + + + + + + +
modules/ + lib/ + lib/ + m4/ +   +
Module + Header + Implementation + Autoconf macro + Depends on +
restrict + --- + --- + restrict.m4
gl_C_RESTRICT +
--- +

Boolean type and values <stdbool.h>

@@ -1659,6 +1767,13 @@ variables. + + + +
xalloc
gethostname + --- + gethostname.c + gethostname.m4
gl_FUNC_GETHOSTNAME +
--- +
gettimeofday #include <sys/time.h> gettimeofday.c @@ -1715,11 +1830,18 @@ variables. stat
xalloc
time_r + #include "time_r.h" + time_r.c + time_r.m4
gl_TIME_R +
extensions
restrict +
timespec #include "timespec.h" --- st_mtim.m4
timespec.m4
gl_TIMESPEC -
--- + extensions
nanosleep @@ -1733,7 +1855,7 @@ variables. #include "regex.h" regex.c regex.m4
gl_REGEX -
alloca
unlocked-io
gettext +
alloca
unlocked-io
gettext
restrict
rename @@ -1753,7 +1875,7 @@ variables. utime #if HAVE_UTIME_H
# include <utime.h>
#else
# include <sys/utime.h>
#endif
utime.c - utimbuf.m4
utimes.m4
utime.m4
jm_FUNC_UTIME +
utimbuf.m4
utime.m4
utimes.m4
utimes-null.m4
jm_FUNC_UTIME
safe-read
full-write
@@ -1901,7 +2023,7 @@ variables. euidaccess - --- + #include "euidaccess.h" euidaccess.c euidaccess.m4
gl_FUNC_EUIDACCESS group-member @@ -1936,8 +2058,8 @@ variables. lchown - --- - lchown.h
lchown.c + #include "lchown.h" + lchown.c lchown.m4
jm_FUNC_LCHOWN chown @@ -2099,7 +2221,7 @@ variables. #include "closeout.h" closeout.c closeout.m4
gl_CLOSEOUT - unlocked-io
gettext
error
quotearg
fpending + unlocked-io
gettext
error
quotearg
fpending
exitfail stdio-safer @@ -2115,6 +2237,13 @@ variables. getpass.m4
gl_FUNC_GETPASS unlocked-io
getline + + getpass-gnu + --- + getpass.c + getpass.m4
gl_FUNC_GETPASS_GNU + unlocked-io
getline +

Users and groups

@@ -2158,7 +2287,7 @@ variables.
--- userspec.c userspec.m4
gl_USERSPEC -
alloca
xalloc
xstrtol
strdup
gettext +
alloca
posixver
xalloc
xstrtol
strdup
gettext

Date and time

@@ -2216,18 +2345,11 @@ variables. Depends on - gethostname - --- - gethostname.c - gethostname.m4
gl_FUNC_GETHOSTNAME - --- - - xgethostname - --- + #include "xgethostname.h" xgethostname.c --- - gethostname
xalloc
error + gethostname
xalloc
error
exit canon-host @@ -2307,7 +2429,7 @@ variables. #include "xmemcoll.h" xmemcoll.c --- - memcoll
gettext
error
quotearg + memcoll
gettext
error
quotearg
exitfail unicodeio @@ -2411,15 +2533,15 @@ 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
AC_FUNC_ARGP - alloca
getopt + argp.m4
gl_ARGP + alloca
getopt
strchrnul
sysexits
mempcpy
strndup exitfail #include "exitfail.h" exitfail.c exitfail.m4
gl_EXITFAIL - --- + exit c-stack @@ -2436,11 +2558,32 @@ variables. unlocked-io
gettext + extensions + --- + --- + extensions.m4
dnl gl_USE_SYSTEM_EXTENSIONS must be added quite early to configure.ac. + --- + + fatal #include "fatal.h" fatal.c fatal.m4
gl_FATAL - unlocked-io
error + error
unlocked-io
exit + + + getdomainname + #include "getdomainname.h" + getdomainname.c + getdomainname.m4
gl_FUNC_GETDOMAINNAME + --- + + + xgetdomainname + #include "xgetdomainname.h" + xgetdomainname.c + --- + getdomainname
xalloc getloadavg @@ -2478,6 +2621,13 @@ variables. --- + progname + #include "progname.h" + progname.c + --- + stdbool + + quotearg #include "quotearg.h" quotearg.c @@ -2513,13 +2663,43 @@ variables. --- +

Unclassified modules - please update MODULES.html.sh

+ + + + + + + + + +
modules/ + lib/ + lib/ + m4/ +   +
Module + Header + Implementation + Autoconf macro + Depends on +
free + #include <stdlib.h> + free.c + free.m4
gl_FUNC_FREE +
--- +
tzset + #include <time.h> + --- + tzset.m4
gl_FUNC_TZSET_CLOBBER +
gettimeofday +

Lone files - please create new modules containing them

-lib/getversion.c
+lib/progreloc.c
 m4/check-decl.m4
 m4/d-type.m4
 m4/glibc.m4
-m4/gnu-source.m4
 m4/host-os.m4
 m4/jm-macros.m4
 m4/jm-winsz1.m4
@@ -2548,6 +2728,6 @@ variables.
       
  • A testsuite
    - Generated from MODULES.html.sh on 19 July 2003. + Generated from MODULES.html.sh on 7 October 2003.