X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=MODULES.html;h=38c1fd9545cf109ad14e89a110075b4453dc1e6e;hb=02d97fa1f7a73756747951b74de8655d9f11b509;hp=e1c8a95544a31dae2ab73bbea70717f7ad4719d3;hpb=b01ad19e460a0924564d6e9d65bd5fd53f137817;p=gnulib.git diff --git a/MODULES.html b/MODULES.html index e1c8a9554..38c1fd954 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>

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

Support for systems lacking ISO C 99

+

Keywords

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

Boolean type and values <stdbool.h>

@@ -399,6 +410,10 @@ memory allocation. + + @@ -601,6 +616,10 @@ directory. + +
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

@@ -748,6 +767,10 @@ usually the host name including FQDN. + + @@ -773,6 +796,10 @@ usually the host name including FQDN. variables. + + @@ -926,7 +953,7 @@ variables.
error() and error_at_line() functions: Error reporting.
extensions + Enable extensions in standard headers +
fatal Error reporting for fatal errors.
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 +1010,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 +1035,7 @@ variables. #include "xalloc.h" xmalloc.c
xstrdup.c xalloc.m4
gl_XALLOC - malloc
realloc
error
gettext + malloc
realloc
error
gettext
exitfail alloca @@ -1017,13 +1044,6 @@ variables. alloca.m4
gl_FUNC_ALLOCA xalloc - - bumpalloc - #include "bumpalloc.h" - --- - --- - xalloc -

Integer arithmetic functions <stdlib.h>

@@ -1199,11 +1219,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 +1286,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,7 +1315,7 @@ variables.
#include "unlocked-io.h" --- unlocked-io.m4
jm_FUNC_GLIBC_UNLOCKED_IO -
--- + extensions
vasnprintf @@ -1455,6 +1489,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>

@@ -1715,11 +1773,18 @@ variables. + +
stat
xalloc
time_r + #include <time_r.h> + time_r.c
time_r.h +
time_r.m4
gl_TIME_R +
extensions
restrict +
timespec #include "timespec.h" --- st_mtim.m4
timespec.m4
gl_TIMESPEC -
--- + extensions
nanosleep @@ -1733,7 +1798,7 @@ variables. #include "regex.h" regex.c regex.m4
gl_REGEX -
alloca
unlocked-io
gettext +
alloca
unlocked-io
gettext
restrict
rename @@ -1753,7 +1818,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 +1966,7 @@ variables. euidaccess - --- + #include "euidaccess.h" euidaccess.c euidaccess.m4
gl_FUNC_EUIDACCESS group-member @@ -2099,7 +2164,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 +2180,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 +2230,7 @@ variables.
--- userspec.c userspec.m4
gl_USERSPEC -
alloca
xalloc
xstrtol
strdup
gettext +
alloca
posixver
xalloc
xstrtol
strdup
gettext

Date and time

@@ -2307,7 +2379,7 @@ variables. #include "xmemcoll.h" xmemcoll.c --- - memcoll
gettext
error
quotearg + memcoll
gettext
error
quotearg
exitfail unicodeio @@ -2411,8 +2483,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
AC_FUNC_ARGP - alloca
getopt + argp.m4
gl_ARGP + alloca
getopt
strchrnul
sysexits
mempcpy
strndup exitfail @@ -2436,6 +2508,13 @@ 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 @@ -2478,6 +2557,13 @@ variables. --- + progname + #include "progname.h" + progname.c + --- + stdbool + + quotearg #include "quotearg.h" quotearg.c @@ -2513,13 +2599,37 @@ variables. --- +

Unclassified modules - please update MODULES.html.sh

+ + + + + + + +
modules/ + lib/ + lib/ + m4/ +   +
Module + Header + Implementation + Autoconf macro + Depends on +
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 +2658,6 @@ variables.
       
  • A testsuite
    - Generated from MODULES.html.sh on 19 July 2003. + Generated from MODULES.html.sh on 8 September 2003.