X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=MODULES.html;h=42c4170a6613333126dd5cb262ec0f5bf7c5149a;hb=719432cc36e142b881730d3eb27da3d87cfa490a;hp=c3a995fb0d025f5a4c1613caadc57bf8fb29aea2;hpb=8590cf19ee1e13f511b55c3fa9dfd8e6be5ada13;p=gnulib.git diff --git a/MODULES.html b/MODULES.html index c3a995fb0..42c4170a6 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 + + @@ -547,12 +551,8 @@ to a fixed length string - - + + @@ -676,6 +681,10 @@ variables. file. + + @@ -692,8 +701,8 @@ file. - - - + + @@ -962,6 +970,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.
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 @@ -614,6 +614,11 @@ to a fixed length string 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.
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 @@ -705,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. @@ -855,6 +859,10 @@ usually the host name including FQDN. Translate messages to user's native language.
gettext-h + Translate messages to user's native language if the gettext module is also used. +
iconv Character set conversion.
Execute a Java program.
+

C#

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

Misc

@@ -1189,7 +1208,7 @@ variables.
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>

@@ -1247,7 +1266,7 @@ variables.
#include "pagealign_alloc.h" pagealign_alloc.c mmap-anon.m4
pagealign_alloc.m4
gl_PAGEALIGN_ALLOC -
error
exit
getpagesize
gettext
xalloc +
error
exit
getpagesize
gettext-h
xalloc

Date and time <time.h>

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

Extra functions based on ANSI C 89

@@ -1310,7 +1329,7 @@ variables. #include "xalloc.h" xalloc-die.c --- - xalloc
error
gettext
exitfail + xalloc
error
gettext-h
exitfail alloca @@ -1368,7 +1387,7 @@ variables. minmax #include "minmax.h" --- - --- + minmax.m4
gl_MINMAX --- @@ -1407,7 +1426,7 @@ variables. #include "xsetenv.h" xsetenv.c --- - setenv
error
exit
gettext + setenv
error
exit
gettext-h

Character handling <ctype.h>

@@ -1729,14 +1748,14 @@ variables. #include "argmatch.h" argmatch.c --- - gettext
error
quotearg
quote
exit
exitfail
stdbool + gettext-h
error
quotearg
quote
exit
exitfail
stdbool version-etc #include "version-etc.h" version-etc.c --- - gettext + gettext-h version-etc-fsf @@ -1847,7 +1866,7 @@ variables. #include "obstack.h" obstack.c inttypes_h.m4
obstack.m4
stdint_h.m4
uintmax_t.m4
gl_OBSTACK - gettext
exit
exitfail + gettext-h
exit
exitfail hash-pjw @@ -2197,7 +2216,7 @@ variables. #include "getaddrinfo.h" getaddrinfo.c
gai_strerror.c getaddrinfo.m4
sockpfaf.m4
gl_GETADDRINFO - restrict
gettext
stdbool + restrict
gettext-h
stdbool getcwd @@ -2221,6 +2240,13 @@ variables. --- + getlogin_r + #include "getlogin_r.h" + getlogin_r.c + getlogin_r.m4
gl_GETLOGIN_R + --- + + getsubopt #include "getsubopt.h" getsubopt.c @@ -2277,18 +2303,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
stat-macros time_r @@ -2314,9 +2333,9 @@ variables. regex #include "regex.h" - regex.c - regex.m4
gl_REGEX - alloca
gettext
restrict + regex.c
regex_internal.c
regex_internal.h
regexec.c
regcomp.c + codeset.m4
regex.m4
gl_REGEX + alloca
extensions
gettext-h
restrict rename @@ -2375,7 +2394,7 @@ variables. #include <getopt.h> getopt_.h
getopt.c
getopt1.c
getopt_int.h getopt.m4
gl_GETOPT - gettext + gettext-h unistd-safer @@ -2406,6 +2425,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 @@ -2435,7 +2461,7 @@ variables. #include "human.h" human.c
intprops.h ulonglong.m4
stdint_h.m4
inttypes_h.m4
uintmax_t.m4
human.m4
gl_HUMAN - gettext
argmatch
error
xstrtol
stdbool + gettext-h
argmatch
error
xstrtol
stdbool

File system functions

@@ -2471,16 +2497,16 @@ variables. 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 #include "copy-file.h" copy-file.c copy-file.m4
gl_COPY_FILE - error
safe-read
full-write
binary-io
exit
gettext + error
safe-read
full-write
binary-io
exit
gettext-h cycle-check @@ -2515,7 +2541,7 @@ variables. #include "file-type.h" file-type.c file-type.m4
gl_FILE_TYPE - gettext
stat-macros + gettext-h
stat-macros fileblocks @@ -2532,18 +2558,25 @@ 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
hash
dirfd
unistd-safer
stdbool
gettext + cycle-check
dirfd
hash
lstat
stdbool
unistd-safer fts-lgpl #include "fts_.h" fts.c fts.m4
gl_FUNC_FTS_LGPL - dirfd
stdbool
gettext + dirfd
stdbool isdir @@ -2560,11 +2593,11 @@ 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
stdbool + mkdir-p + #include "mkdir-p.h" + mkdir-p.c + afs.m4
mkdir-p.m4
gl_MKDIR_PARENTS + alloca
chown
gettext-h
save-cwd
dirname
error
quote
stat-macros
stdbool modechange @@ -2581,13 +2614,6 @@ variables. stdbool
xalloc - path-concat - #include "path-concat.h" - path-concat.c - dos.m4
path-concat.m4
gl_PATH_CONCAT - xalloc
dirname - - pathname #include "pathname.h" concatpath.c @@ -2738,7 +2764,7 @@ variables. #include "closeout.h" closeout.c closeout.m4
gl_CLOSEOUT - atexit
gettext
error
quotearg
fpending
exitfail
stdbool + atexit
gettext-h
error
quotearg
fpending
exitfail
stdbool stdio-safer @@ -2804,7 +2830,7 @@ variables. #include "userspec.h" inttostr.h
intprops.h
userspec.c userspec.m4
gl_USERSPEC - posixver
xalloc
xstrtol
strdup
gettext
stdbool + posixver
xalloc
xstrtol
strdup
gettext-h
stdbool

Date and time

@@ -2904,6 +2930,13 @@ variables. #include "gettext.h" --- codeset.m4
gettext.m4
glibc2.m4
glibc21.m4
iconv.m4
intdiv0.m4
intmax.m4
inttypes.m4
inttypes_h.m4
inttypes-pri.m4
isc-posix.m4
lcmessage.m4
lib-ld.m4
lib-link.m4
lib-prefix.m4
longdouble.m4
longlong.m4
nls.m4
po.m4
printf-posix.m4
progtest.m4
signed.m4
size_max.m4
stdint_h.m4
uintmax_t.m4
ulonglong.m4
wchar_t.m4
wint_t.m4
xsize.m4
AM_GNU_GETTEXT([external]) + gettext-h + + + gettext-h + #include "gettext.h" + --- + --- --- @@ -2960,21 +2993,21 @@ variables. #include "xmemcoll.h" xmemcoll.c --- - memcoll
gettext
error
quotearg
exitfail + memcoll
gettext-h
error
quotearg
exitfail unicodeio #include "unicodeio.h" unicodeio.c unicodeio.m4
gl_UNICODEIO - iconv
gettext
localcharset
error + iconv
gettext-h
localcharset
error rpmatch --- rpmatch.c rpmatch.m4
gl_FUNC_RPMATCH - gettext
regex + gettext-h
regex yesno @@ -3054,21 +3087,21 @@ variables. #include "wait-process.h" wait-process.c wait-process.m4
sig_atomic_t.m4
gl_WAIT_PROCESS - fatal-signal
error
exit
xalloc
gettext
stdbool + fatal-signal
error
exit
xalloc
gettext-h
stdbool execute #include "execute.h" execute.c
w32spawn.h execute.m4
gl_EXECUTE - error
exit
fatal-signal
wait-process
gettext
stdbool
strpbrk + error
exit
fatal-signal
wait-process
gettext-h
stdbool
strpbrk pipe #include "pipe.h" pipe.c
w32spawn.h pipe.m4
gl_PIPE - wait-process
error
exit
fatal-signal
gettext
stdbool
strpbrk + wait-process
error
exit
fatal-signal
gettext-h
stdbool
strpbrk sh-quote @@ -3106,14 +3139,45 @@ variables. #include "javacomp.h" javacomp.c
javacomp.sh.in javacomp.m4
gt_JAVACOMP - stdbool
xallocsa
execute
pipe
wait-process
classpath
xsetenv
sh-quote
safe-read
xalloc
error
gettext + stdbool
xallocsa
execute
pipe
wait-process
classpath
xsetenv
sh-quote
safe-read
xalloc
error
gettext-h javaexec #include "javaexec.h" javaexec.c
javaexec.sh.in javaexec.m4
gt_JAVAEXEC - stdbool
execute
classpath
xsetenv
sh-quote
pathname
xalloc
xallocsa
error
gettext + stdbool
execute
classpath
xsetenv
sh-quote
pathname
xalloc
xallocsa
error
gettext-h + + +

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-h +
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-h

Misc

@@ -3137,7 +3201,7 @@ variables. #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
gl_ARGP - alloca
getopt
strchrnul
sysexits
mempcpy
strndup
restrict
strcase
extensions
vsnprintf + alloca
getopt
strchrnul
sysexits
mempcpy
strndup
restrict
strcase
extensions
unlocked-io
vsnprintf argz @@ -3165,7 +3229,7 @@ variables. #include "c-stack.h" c-stack.c c-stack.m4
gl_C_STACK - gettext
exitfail + gettext-h
exitfail error @@ -3242,7 +3306,7 @@ variables. #include "quotearg.h" quotearg.c mbstate_t.m4
mbrtowc.m4
quotearg.m4
gl_QUOTEARG - xalloc
gettext
stdbool + xalloc
gettext-h
stdbool quote @@ -3297,6 +3361,13 @@ variables. 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.h @@ -3308,7 +3379,7 @@ variables. #include "openat.h" openat.c openat.m4
gl_FUNC_OPENAT - save-cwd
gettext
error
exitfail
extensions + save-cwd
gettext-h
error
exitfail
extensions stat-macros @@ -3321,7 +3392,6 @@ variables.

Lone files - please create new modules containing them

 lib/progreloc.c
-m4/d-type.m4
 m4/host-os.m4
 m4/jm-winsz1.m4
 m4/jm-winsz2.m4
@@ -3348,6 +3418,6 @@ variables.
       
  • A testsuite
    - Generated from MODULES.html.sh on 20 May 2005. + Generated from MODULES.html.sh on 10 July 2005.