X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=MODULES.html;h=947554439ca0586e1502979f26620a57d9a69e51;hb=68f9ae59fe1fb45b55c29f43ce4d7d1a449d3e48;hp=383dbecbb1c8586f8a5946501daa4a0c5acaa235;hpb=a6fdc6c8f5468434fcda16f96912457b6404d476;p=gnulib.git diff --git a/MODULES.html b/MODULES.html index 383dbecbb..947554439 100644 --- a/MODULES.html +++ b/MODULES.html @@ -2,7 +2,7 @@ Gnulib Module List - +

Gnulib Module List

@@ -82,7 +82,7 @@ mktime() function: convert broken-down time to linear time. - These modules are not listed among dependencies below, for simplicity. + Most of these modules are not listed among dependencies below, for simplicity.

Enhancements for ANSI C 89 functions

Memory management functions <stdlib.h>

@@ -515,6 +515,10 @@ to a fixed length string + + @@ -523,6 +527,10 @@ to a fixed length string + + @@ -543,12 +551,8 @@ to a fixed length string - - - - @@ -614,6 +614,11 @@ to a fixed length string + + @@ -676,6 +681,18 @@ variables. file. + + + + + + @@ -684,8 +701,8 @@ file. - - - + + @@ -950,6 +966,17 @@ usually the host name including FQDN.
gethostname() function: Return machine's hostname.
getlogin_r + getlogin_r() function: Get user name to a buffer allocated by the caller. +
getsubopt getsubopt: Parse comma separate list into words.
gettimeofday() function: return current time.
inet_ntop + Convert internet address from internal to printable, presentable format. +
mkdir mkdir() function: create a directory.
readlink() function: read the value of a symbolic link.
stat - stat() function: return information about a file, following symbolic links. -
lstat - stat() function: return information about a file or symbolic link. + lstat() function: return information about a file or symbolic link.
time_r @@ -594,10 +598,6 @@ to a fixed length string 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.
fnmatch() function: wildcard matching, with GNU extensions.
glob + glob() function: Search for files and directories with paths matching a +pattern, with GNU extensions. +
exclude Manage list of filenames or wildcard patterns for --exclude option processing.
filenamecat + Concatenate two arbitrary file names. +
fts + Traverse a file hierarchy. +
fts-lgpl + Traverse a file hierarchy (LPGL'ed version). +
isdir Determine whether a directory exists.
lchown() function: change ownership of a file.
makepath - Ensure that a directory path exists. + mkdir-p + Ensure that a directory and its parents exist.
modechange @@ -697,11 +714,6 @@ chmod utility). Return list of mounted filesystems.
path-concat - Construct a full pathname by concatenating a directory name and a relative -filename. -
pathname Construct a full pathname by concatenating a directory name, a relative filename, and a suffix. @@ -724,6 +736,10 @@ directory. Return the entries of a directory (just the names) as an argz string.
unlinkdir + Determine (and maybe change) whether we can unlink directories. +
utimecmp compare file time stamps
Execute a Java program.
+

C#

+ + + + + +
csharpcomp + Compile a C# program. +
csharpexec + Execute a C# program. +

Misc

@@ -961,6 +988,10 @@ usually the host name including FQDN. + + @@ -1173,7 +1204,7 @@ variables.
Argv style string arrays in a single null delimited char*.
byteswap + Swap bytes of 16, 32 and 64 bit values. +
exitfail Set exit status for fatal signal.
time_r
- These modules are not listed among dependencies below, for simplicity. + Most of these modules are not listed among dependencies below, for simplicity.

Enhancements for ANSI C 89 functions

Memory management functions <stdlib.h>

@@ -1255,7 +1286,7 @@ variables.
#include "strftime.h" strftime.c mbstate_t.m4
tm_gmtoff.m4
strftime.m4
gl_FUNC_GNU_STRFTIME -
time_r
tzset +
time_r
stdbool

Extra functions based on ANSI C 89

@@ -1352,7 +1383,7 @@ variables. minmax #include "minmax.h" --- - --- + minmax.m4
gl_MINMAX --- @@ -1547,21 +1578,21 @@ variables. #include "c-strtod.h" c-strtod.c c-strtod.m4
gl_C_STRTOD - extensions + extensions
xalloc c-strtold #include "c-strtod.h" c-strtod.c
c-strtold.c c-strtod.m4
gl_C_STRTOLD - extensions + extensions
xalloc xstrtod #include "xstrtod.h" xstrtod.c xstrtod.m4
gl_XSTRTOD - --- + stdbool xstrtol @@ -1637,7 +1668,7 @@ variables. #include "fwriteerror.h" fwriteerror.c --- - --- + stdbool vasnprintf @@ -1656,7 +1687,7 @@ variables. xvasprintf #include "xvasprintf.h" - xvasprintf.c
xasprintf.c + xvasprintf.c
xasprintf.c
xalloc.h --- vasprintf @@ -1713,7 +1744,7 @@ variables. #include "argmatch.h" argmatch.c --- - gettext
error
quotearg
quote
exit
exitfail + gettext
error
quotearg
quote
exit
exitfail
stdbool version-etc @@ -1843,23 +1874,23 @@ variables. hash #include "hash.h" - hash.c
xalloc.h + hash.c hash.m4
gl_HASH - stdbool + stdbool
xalloc readtokens #include "readtokens.h" readtokens.c readtokens.m4
gl_READTOKENS - xalloc + xalloc
stdbool readtokens0 #include "readtokens0.h" readtokens0.c --- - obstack + obstack
stdbool strverscmp @@ -2188,7 +2219,7 @@ variables. #include "getcwd.h" getcwd.c d-ino.m4
getcwd-path-max.m4
getcwd.m4
gl_FUNC_GETCWD - mempcpy + mempcpy
extensions
stdbool getgroups @@ -2205,6 +2236,13 @@ variables. --- + getlogin_r + #include "getlogin_r.h" + getlogin_r.c + getlogin_r.m4
gl_GETLOGIN_R + --- + + getsubopt #include "getsubopt.h" getsubopt.c @@ -2219,6 +2257,13 @@ variables. --- + inet_ntop + #include "inet_ntop.h" + inet_ntop.c + inet_ntop.m4
sockpfaf.m4
gl_INET_NTOP + --- + + mkdir #include <sys/stat.h> mkdir.c @@ -2230,7 +2275,7 @@ variables. #include <stdlib.h> mkstemp.c
tempname.c ulonglong.m4
stdint_h.m4
inttypes_h.m4
uintmax_t.m4
mkstemp.m4
gl_FUNC_MKSTEMP - --- + stat-macros mkdtemp @@ -2254,18 +2299,11 @@ variables. --- - stat - #include <sys/stat.h> - stat.c - stat.m4
gl_FUNC_STAT - xalloc
stat-macros - - lstat - #include <sys/stat.h> + #include "lstat.h" lstat.c lstat.m4
gl_FUNC_LSTAT - stat
xalloc + xalloc
stat-macros time_r @@ -2286,7 +2324,7 @@ variables. #include <time.h> nanosleep.c nanosleep.m4
gl_FUNC_NANOSLEEP - timespec + timespec
stdbool regex @@ -2345,7 +2383,7 @@ variables. #include "dirname.h" dirname.c
basename.c
stripslash.c dos.m4
dirname.m4
gl_DIRNAME - xalloc + xalloc
stdbool getopt @@ -2355,16 +2393,9 @@ variables. 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 + dup-safer.c
fd-safer.c unistd-safer.m4
gl_UNISTD_SAFER --- @@ -2373,7 +2404,7 @@ variables. #include <fnmatch.h> fnmatch_.h
fnmatch.c
fnmatch_loop.c mbstate_t.m4
fnmatch.m4
# No macro. You should also use one of fnmatch-posix or fnmatch-gnu. - alloca + alloca
stdbool fnmatch-posix @@ -2390,6 +2421,13 @@ variables. fnmatch + glob + #include <glob.h> + glob_.h
glob.c + d-type.m4
glob.m4
gl_GLOB + alloca
extensions
fnmatch
getlogin_r
mempcpy
restrict
stat-macros
stdbool
strdup + + exclude #include "exclude.h" exclude.c @@ -2450,14 +2488,14 @@ variables. #include "backupfile.h" backupfile.c dos.m4
d-ino.m4
backupfile.m4
gl_BACKUPFILE - argmatch
dirname + argmatch
dirname
stdbool canonicalize #include "canonicalize.h" - canonicalize.c + canonicalize.c
pathmax.h canonicalize.m4
AC_FUNC_CANONICALIZE_FILE_NAME - cycle-check
path-concat
stat-macros
xalloc
xgetcwd
xreadlink + cycle-check
filenamecat
stat-macros
xalloc
xgetcwd
xreadlink copy-file @@ -2471,14 +2509,14 @@ variables. #include "cycle-check.h" cycle-check.c
dev-ino.h --- - --- + stdbool fsusage #include "fsusage.h" fsusage.c ulonglong.m4
stdint_h.m4
inttypes_h.m4
uintmax_t.m4
fsusage.m4
gl_FSUSAGE - full-read + full-read
stdbool dirfd @@ -2516,6 +2554,27 @@ variables. stat-macros + filenamecat + #include "filenamecat.h" + filenamecat.c + dos.m4
filenamecat.m4
gl_FILE_NAME_CONCAT + xalloc
dirname + + + fts + #include "fts_.h" + fts.c
fts-cycle.c + fts.m4
gl_FUNC_FTS + cycle-check
dirfd
hash
lstat
stdbool
unistd-safer + + + fts-lgpl + #include "fts_.h" + fts.c + fts.m4
gl_FUNC_FTS_LGPL + dirfd
stdbool + + isdir --- isdir.c @@ -2530,32 +2589,25 @@ variables. chown
stat-macros - makepath - #include "makepath.h" - makepath.c - afs.m4
makepath.m4
gl_MAKEPATH - alloca
chown
gettext
save-cwd
dirname
error
quote
stat-macros + mkdir-p + #include "mkdir-p.h" + mkdir-p.c + afs.m4
mkdir-p.m4
gl_MKDIR_PARENTS + alloca
chown
gettext
save-cwd
dirname
error
quote
stat-macros
stdbool modechange #include "modechange.h" modechange.c modechange.m4
gl_MODECHANGE - xstrtol + stat-macros
xalloc mountlist #include "mountlist.h" mountlist.c ls-mntd-fs.m4
fstypename.m4
mountlist.m4
gl_MOUNTLIST - xalloc - - - path-concat - #include "path-concat.h" - path-concat.c - dos.m4
path-concat.m4
gl_PATH_CONCAT - xalloc
dirname + stdbool
xalloc pathname @@ -2583,7 +2635,7 @@ variables. #include "save-cwd.h" save-cwd.c save-cwd.m4
gl_SAVE_CWD - chdir-long
xgetcwd + chdir-long
unistd-safer
xgetcwd
stdbool savedir @@ -2593,11 +2645,18 @@ variables. xalloc + unlinkdir + #include "unlinkdir.h" + unlinkdir.c + unlinkdir.m4
gl_UNLINKDIR + stdbool + + utimecmp #include "utimecmp.h" intprops.h
utimecmp.c utimecmp.m4
gl_UTIMECMP - hash
timespec
utimens
xalloc + hash
timespec
utimens
xalloc
stdbool utimens @@ -2611,7 +2670,7 @@ variables. #include "xgetcwd.h" xgetcwd.c xgetcwd.m4
gl_XGETCWD - getcwd
xalloc + getcwd
xalloc
stdbool xreadlink @@ -2701,7 +2760,7 @@ variables. #include "closeout.h" closeout.c closeout.m4
gl_CLOSEOUT - atexit
gettext
error
quotearg
fpending
exitfail + atexit
gettext
error
quotearg
fpending
exitfail
stdbool stdio-safer @@ -2765,9 +2824,9 @@ variables. userspec #include "userspec.h" - intprops.h
userspec.c + inttostr.h
intprops.h
userspec.c userspec.m4
gl_USERSPEC - posixver
xalloc
xstrtol
strdup
gettext + posixver
xalloc
xstrtol
strdup
gettext
stdbool

Date and time

@@ -2805,14 +2864,14 @@ variables. #include "posixtm.h" posixtm.c posixtm.m4
gl_POSIXTM - mktime + mktime
stdbool xnanosleep #include "xnanosleep.h" intprops.h
xnanosleep.c xnanosleep.m4
gl_XNANOSLEEP - timespec + timespec
stdbool

Networking functions

@@ -2895,7 +2954,7 @@ variables. #include "hard-locale.h" hard-locale.c hard-locale.m4
gl_HARD_LOCALE - strdup + stdbool
strdup mbswidth @@ -2944,7 +3003,7 @@ variables. #include "yesno.h" yesno.c yesno.m4
gl_YESNO - rpmatch + getline
rpmatch
stdbool ucs4-utf8 @@ -3079,6 +3138,37 @@ variables. stdbool
execute
classpath
xsetenv
sh-quote
pathname
xalloc
xallocsa
error
gettext +

C#

+ + + + + + + + + +
modules/ + lib/ + lib/ + m4/ +   +
Module + Header + Implementation + Autoconf macro + Depends on +
csharpcomp + #include "csharpcomp.h" + csharpcomp.c
csharpcomp.sh.in +
csharpcomp.m4
csharp.m4
gt_CSHARPCOMP +
stdbool
xallocsa
execute
pipe
wait-process
getline
sh-quote
safe-read
error
gettext +
csharpexec + #include "csharpexec.h" + csharpexec.c
csharpexec.sh.in
classpath.h
classpath.c +
csharpexec.m4
csharp.m4
gt_CSHARPEXEC +
stdbool
execute
xsetenv
sh-quote
xalloc
xallocsa
error
gettext +

Misc

@@ -3110,6 +3200,13 @@ variables. + + + + @@ -3264,21 +3368,19 @@ variables.
---
byteswap + #include <byteswap.h> + byteswap_.h + byteswap.m4
gl_BYTESWAP +
--- +
exitfail #include "exitfail.h" exitfail.c @@ -3156,7 +3253,7 @@ variables. --- getloadavg.c
intprops.h
AC_FUNC_GETLOADAVG - cloexec
xalloc
c-strtod +
cloexec
xalloc
c-strtod
stdbool
unistd-safer
getpagesize @@ -3170,7 +3267,7 @@ variables. --- getusershell.c getusershell.m4
gl_PREREQ_GETUSERSHELL -
xalloc + stdio-safer
xalloc
physmem @@ -3198,7 +3295,7 @@ variables. #include "quotearg.h" quotearg.c mbstate_t.m4
mbrtowc.m4
quotearg.m4
gl_QUOTEARG -
xalloc
gettext +
xalloc
gettext
stdbool
quote @@ -3212,7 +3309,7 @@ variables. #include "readutmp.h" readutmp.c readutmp.m4
gl_READUTMP -
xalloc + xalloc
stdbool
sig2str @@ -3250,12 +3347,19 @@ variables. #include "chdir-long.h" chdir-long.c chdir-long.m4
gl_FUNC_CHDIR_LONG -
openat
mempcpy
memrchr +
openat
mempcpy
memrchr
stdbool +
check-version + #include "check-version.h" + check-version.c + check-version.m4
gl_CHECK_VERSION +
strverscmp
gethrxtime #include "xtime.h" - gethrxtime.c + gethrxtime.c
gethrxtime.h
gethrxtime.m4
clock_time.m4
longlong.m4
gl_GETHRXTIME
extensions
#include "openat.h" openat.c openat.m4
gl_FUNC_OPENAT -
save-cwd
gettext
error
exitfail +
save-cwd
gettext
error
exitfail
extensions
stat-macros #include "stat-macros.h" --- stat-macros.m4
gl_STAT_MACROS -
stat-macros + ---

Lone files - please create new modules containing them

-lib/gethrxtime.h
 lib/progreloc.c
-m4/d-type.m4
 m4/host-os.m4
 m4/jm-winsz1.m4
 m4/jm-winsz2.m4
@@ -3305,6 +3407,6 @@ variables.
       
  • A testsuite
    - Generated from MODULES.html.sh on 22 March 2005. + Generated from MODULES.html.sh on 4 July 2005.