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

Gnulib Module List

@@ -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

@@ -374,6 +389,10 @@ memory allocation. + + @@ -406,6 +425,10 @@ memory allocation. + + @@ -651,10 +674,6 @@ utility).

Networking functions

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.
- - @@ -767,6 +786,14 @@ usually the host name including FQDN. + + + + @@ -945,7 +972,7 @@ variables.
gethostname - gethostname() function: Return machine's hostname. -
xgethostname Return machine's hostname, without size limitations.
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.
#include <time.h> mktime.c mktime.m4
gl_FUNC_MKTIME -
--- + time_r
These modules are not listed among dependencies below, for simplicity. @@ -1002,7 +1029,7 @@ variables. #include <time.h> strftime.c mbstate_t.m4
tm_gmtoff.m4
strftime.m4
jm_FUNC_GNU_STRFTIME - tzset + time_r
tzset

Extra functions based on ANSI C 89

@@ -1027,7 +1054,7 @@ variables. #include "xalloc.h" xmalloc.c
xstrdup.c xalloc.m4
gl_XALLOC - malloc
realloc
error
gettext
exitfail + malloc
realloc
error
gettext
exitfail
exit alloca @@ -1278,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>

@@ -1303,6 +1337,13 @@ variables. + +
extensions
fwriteerror + #include "fwriteerror.h" + fwriteerror.c + --- + --- +
vasnprintf #include "vasnprintf.h" printf-args.h
printf-args.c
printf-parse.h
printf-parse.c
vasnprintf.c
asnprintf.c @@ -1317,6 +1358,30 @@ variables.
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

@@ -1338,7 +1403,7 @@ variables. + + + + @@ -2266,18 +2345,11 @@ variables. - - + + + + + +
#include "argmatch.h" argmatch.c --- - gettext
error
quotearg
quote
unlocked-io +
gettext
error
quotearg
quote
unlocked-io
exit
version-etc @@ -1442,7 +1507,7 @@ variables. #include "obstack.h" obstack.c obstack.m4
gl_OBSTACK -
gettext + gettext
exit
hash-pjw @@ -1702,6 +1767,13 @@ variables. xalloc
gethostname + --- + gethostname.c + gethostname.m4
gl_FUNC_GETHOSTNAME +
--- +
gettimeofday #include <sys/time.h> gettimeofday.c @@ -1758,6 +1830,13 @@ variables. stat
xalloc
time_r + #include "time_r.h" + time_r.c + time_r.m4
gl_TIME_R +
extensions
restrict +
timespec #include "timespec.h" --- @@ -1979,8 +2058,8 @@ variables.
lchown - --- - lchown.h
lchown.c +
#include "lchown.h" + lchown.c lchown.m4
jm_FUNC_LCHOWN
chown
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 @@ -2469,7 +2541,7 @@ variables. #include "exitfail.h" exitfail.c exitfail.m4
gl_EXITFAIL -
--- + exit
c-stack @@ -2497,7 +2569,21 @@ variables. #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 @@ -2594,6 +2680,13 @@ variables. Depends on
free + #include <stdlib.h> + free.c + free.m4
gl_FUNC_FREE +
--- +
tzset #include <time.h> --- @@ -2603,7 +2696,6 @@ variables.

Lone files - please create new modules containing them

-lib/getversion.c
 lib/progreloc.c
 m4/check-decl.m4
 m4/d-type.m4
@@ -2636,6 +2728,6 @@ variables.
       
  • A testsuite
    - Generated from MODULES.html.sh on 21 August 2003. + Generated from MODULES.html.sh on 7 October 2003.