X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=MODULES.html;h=d38e91cf2ce2dd3887438aee8861107c5238695d;hb=c42e0bd189c6ba67698c8146134fbeed89427a10;hp=3a158a77cf6b04c8969e8d4a3b941d2a5745aec4;hpb=4d4e391b706561722666ac671a5a8092f07ae998;p=gnulib.git diff --git a/MODULES.html b/MODULES.html index 3a158a77c..d38e91cf2 100644 --- a/MODULES.html +++ b/MODULES.html @@ -2,7 +2,7 @@ Gnulib Module List - +

Gnulib Module List

@@ -83,10 +83,18 @@

Memory management functions <stdlib.h>

+ + + + @@ -229,6 +237,10 @@ + +
calloc + calloc() function that is glibc compatible. +
eealloc Memory allocation with expensive empty allocations (glibc compatible).
free + Work around incompatibility on older systems where free (NULL) fails. +
malloc malloc() function that is glibc compatible.
timegm Convert calendar time to simple time, inverse of mktime.
tzset + tzset - initialize time conversion information +

Input/Output <stdio.h>

@@ -378,6 +390,10 @@ memory allocation.

Numeric conversion functions <stdlib.h>

+ + @@ -769,6 +785,10 @@ usually the host name including FQDN.

Executing programs

inttostr + Convert integers to printable strings. +
xstrtoimax Convert string to 'intmax_t', with error checking.
+ + @@ -776,6 +796,14 @@ usually the host name including FQDN. + + + +
cloexec + Set or clear the close-on-exec descriptor flag. +
findprog Locating a program in PATH.
wait-process Waiting for a subprocess to finish.
execute + Creation of autonomous subprocesses. +
pipe + Creation of subprocesses, communicating via pipes. +

Java

Misc

@@ -785,6 +813,10 @@ usually the host name including FQDN. Hierarchical processing of command line arguments. + argz + Argv style string arrays in a single null delimited char*. + + exitfail Set exit status for fatal signal. @@ -801,10 +833,6 @@ usually the host name including FQDN. Enable extensions in standard headers - fatal - Error reporting for fatal errors. - - getdomainname getdomainname() function: Return machine's NIS domain name. @@ -885,7 +913,7 @@ variables. assert #include <assert.h> --- - assert.m4
jm_ASSERT + assert.m4
gl_ASSERT --- @@ -934,7 +962,7 @@ variables. memcmp #include <string.h> memcmp.c - memcmp.m4
jm_FUNC_MEMCMP + memcmp.m4
gl_FUNC_MEMCMP --- @@ -1013,6 +1041,13 @@ variables. Depends on + calloc + #include <stdlib.h> + calloc.c + calloc.m4
AC_FUNC_CALLOC + --- + + eealloc #include <eealloc.h> eealloc.h @@ -1020,17 +1055,24 @@ variables. --- + free + #include <stdlib.h> + free.c + free.m4
gl_FUNC_FREE + --- + + malloc #include <stdlib.h> malloc.c - malloc.m4
jm_FUNC_MALLOC + AC_FUNC_MALLOC --- realloc #include <stdlib.h> realloc.c - realloc.m4
jm_FUNC_REALLOC + AC_FUNC_REALLOC --- @@ -1054,7 +1096,7 @@ variables. strftime #include <time.h> strftime.c - mbstate_t.m4
tm_gmtoff.m4
strftime.m4
jm_FUNC_GNU_STRFTIME + mbstate_t.m4
tm_gmtoff.m4
strftime.m4
gl_FUNC_GNU_STRFTIME time_r
tzset @@ -1087,7 +1129,7 @@ variables. #include "xalloc.h" xmalloc.c
xstrdup.c xalloc.m4
gl_XALLOC - malloc
realloc
error
gettext
exitfail
stdbool + error
gettext
exitfail alloca @@ -1162,7 +1204,7 @@ variables. putenv --- putenv.c - putenv.m4
jm_FUNC_PUTENV + putenv.m4
gl_FUNC_PUTENV --- @@ -1170,7 +1212,7 @@ variables. #include "setenv.h" setenv.c
unsetenv.c setenv.m4
gt_FUNC_SETENV - allocsa + allocsa
alloca xsetenv @@ -1271,7 +1313,7 @@ variables. strdup - --- + #include "strdup.h" strdup.c strdup.m4
gl_FUNC_STRDUP --- @@ -1326,7 +1368,7 @@ variables. #include "xstrtol.h" xstrtol.c
xstrtoul.c ulonglong.m4
longlong.m4
stdint_h.m4
inttypes_h.m4
uintmax_t.m4
intmax_t.m4
xstrtol.m4
gl_XSTRTOL - exitfail + exitfail
error

Date and time <time.h>

@@ -1350,7 +1392,7 @@ variables. #include "getdate.h" getdate.y bison.m4
tm_gmtoff.m4
getdate.m4
gl_GETDATE - mktime
unlocked-io + timespec
stdbool
gettime
mktime
alloca
unlocked-io timegm @@ -1359,6 +1401,13 @@ variables. timegm.m4
gl_FUNC_TIMEGM mktime
time_r + + tzset + #include <time.h> + --- + tzset.m4
gl_FUNC_TZSET_CLOBBER + gettimeofday +

Input/Output <stdio.h>

@@ -1380,7 +1429,7 @@ variables. @@ -1566,9 +1615,9 @@ variables. + +
unlocked-io #include "unlocked-io.h" --- - unlocked-io.m4
jm_FUNC_GLIBC_UNLOCKED_IO +
unlocked-io.m4
gl_FUNC_GLIBC_UNLOCKED_IO
extensions
hash #include "hash.h" - hash.c + hash.c
xalloc.h
hash.m4
gl_HASH -
malloc
realloc
stdbool +
stdbool
readtokens @@ -1755,17 +1804,24 @@ variables. Depends on
inttostr + #include "inttostr.h" + imaxtostr.c
inttostr.c
offtostr.c
umaxtostr.c +
intmax_t.m4
inttostr.m4
uintmax_t.m4
gl_INTTOSTR +
--- +
xstrtoimax #include "xstrtol.h" xstrtoimax.c - xstrtoimax.m4
jm_XSTRTOIMAX +
xstrtoimax.m4
gl_XSTRTOIMAX
xstrtol
strtoimax
xstrtoumax #include "xstrtol.h" xstrtoumax.c - xstrtoumax.m4
jm_XSTRTOUMAX +
xstrtoumax.m4
gl_XSTRTOUMAX
xstrtol
strtoumax
@@ -1788,8 +1844,8 @@ variables. chown #include <unistd.h> - chown.c - chown.m4
jm_FUNC_CHOWN + chown.c
fchown-stub.c + chown.m4
gl_FUNC_CHOWN --- @@ -1803,14 +1859,14 @@ variables. ftruncate #include <unistd.h> ftruncate.c - ftruncate.m4
jm_FUNC_FTRUNCATE + ftruncate.m4
gl_FUNC_FTRUNCATE --- getgroups #include <unistd.h> getgroups.c - getgroups.m4
jm_FUNC_GETGROUPS + getgroups.m4
gl_FUNC_GETGROUPS xalloc @@ -1831,14 +1887,14 @@ variables. mkdir #include <sys/stat.h> mkdir.c - mkdir-slash.m4
UTILS_FUNC_MKDIR_TRAILING_SLASH + mkdir-slash.m4
gl_FUNC_MKDIR_TRAILING_SLASH xalloc
dirname mkstemp #include <stdlib.h> mkstemp.c
tempname.c - ulonglong.m4
stdint_h.m4
inttypes_h.m4
uintmax_t.m4
mkstemp.m4
UTILS_FUNC_MKSTEMP + ulonglong.m4
stdint_h.m4
inttypes_h.m4
uintmax_t.m4
mkstemp.m4
gl_FUNC_MKSTEMP --- @@ -1866,14 +1922,14 @@ variables. stat #include <sys/stat.h> stat.c - stat.m4
jm_FUNC_STAT - --- + stat.m4
gl_FUNC_STAT + xalloc lstat #include <sys/stat.h> lstat.c - lstat.m4
jm_FUNC_LSTAT + lstat.m4
gl_FUNC_LSTAT stat
xalloc @@ -1894,7 +1950,7 @@ variables. nanosleep #include <time.h> nanosleep.c - nanosleep.m4
jm_FUNC_NANOSLEEP + nanosleep.m4
gl_FUNC_NANOSLEEP timespec @@ -1922,7 +1978,7 @@ variables. utime #if HAVE_UTIME_H
# include <utime.h>
#else
# include <sys/utime.h>
#endif utime.c - utimbuf.m4
utime.m4
utimes.m4
utimes-null.m4
jm_FUNC_UTIME + utimbuf.m4
utime.m4
utimes.m4
utimes-null.m4
gl_FUNC_UTIME safe-read
full-write @@ -1952,7 +2008,7 @@ variables. getopt #include "getopt.h" - getopt.c
getopt1.c + getopt.c
getopt1.c
getopt_int.h getopt.m4
gl_GETOPT gettext @@ -2065,7 +2121,7 @@ variables. dirfd #include "dirfd.h" dirfd.c - dirfd.m4
UTILS_FUNC_DIRFD + dirfd.m4
gl_FUNC_DIRFD --- @@ -2078,7 +2134,7 @@ variables. file-type #include "file-type.h" - file-type.c + file-type.c
stat-macros.h file-type.m4
gl_FILE_TYPE gettext @@ -2107,7 +2163,7 @@ variables. lchown #include "lchown.h" lchown.c - lchown.m4
jm_FUNC_LCHOWN + lchown.m4
gl_FUNC_LCHOWN chown @@ -2260,7 +2316,7 @@ variables. fpending #include "__fpending.h" __fpending.c - fpending.m4
jm_FUNC_FPENDING + fpending.m4
gl_FUNC_FPENDING --- @@ -2319,7 +2375,7 @@ variables. group-member #include "group-member.h" group-member.c - group-member.m4
jm_FUNC_GROUP_MEMBER + group-member.m4
gl_FUNC_GROUP_MEMBER xalloc
stdbool @@ -2552,6 +2608,13 @@ variables. Depends on + cloexec + #include "cloexec.h" + cloexec.c + cloexec.m4
gl_CLOEXEC + stdbool + + findprog #include "findprog.h" findprog.c @@ -2565,6 +2628,20 @@ variables. wait-process.m4
sig_atomic_t.m4
gl_WAIT_PROCESS fatal-signal
error
exit
xalloc
gettext
stdbool + + execute + #include "execute.h" + execute.c
w32spawn.h + execute.m4
gl_EXECUTE + error
exit
fatal-signal
wait-process
gettext
stdbool
strpbrk + + + pipe + #include "pipe.h" + pipe.c
w32spawn.h + pipe.m4
gl_PIPE + wait-process
error
exit
fatal-signal
gettext
stdbool
strpbrk +

Java

Misc

@@ -2591,6 +2668,13 @@ variables. alloca
getopt
strchrnul
sysexits
mempcpy
strndup
restrict
strcase + argz + #include <argz.h> + argz_.h
argz.c + argz.m4
gl_FUNC_ARGZ + --- + + exitfail #include "exitfail.h" exitfail.c @@ -2619,13 +2703,6 @@ variables. --- - fatal - #include "fatal.h" - fatal.c - fatal.m4
gl_FATAL - error
unlocked-io
exit - - getdomainname #include "getdomainname.h" getdomainname.c @@ -2644,7 +2721,7 @@ variables. --- getloadavg.c getloadavg.m4
gl_FUNC_GETLOADAVG - --- + cloexec
xalloc getpagesize @@ -2734,25 +2811,18 @@ variables. Depends on - free - #include <stdlib.h> - free.c - free.m4
gl_FUNC_FREE + dummy + --- + dummy.c --- - - - tzset - #include <time.h> --- - tzset.m4
gl_FUNC_TZSET_CLOBBER - gettimeofday

Lone files - please create new modules containing them

 lib/progreloc.c
-lib/userspec.h
 m4/check-decl.m4
+m4/c-strtod.m4
 m4/d-type.m4
 m4/glibc.m4
 m4/host-os.m4
@@ -2784,6 +2854,6 @@ variables.
       
  • A testsuite
    - Generated from MODULES.html.sh on 24 January 2004. + Generated from MODULES.html.sh on 3 August 2004.