X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=MODULES.html;h=94c4be42547761d9d800c1f0dc8f1054ca6cc809;hb=84645eae86ddff86ca4760ca71b4852673dedd03;hp=f50d3ac705538b8f3d93d426d943f0cde5ce411a;hpb=e59a3e4e0b96a246f0e65f3eb8ca715ff3c01ae2;p=gnulib.git diff --git a/MODULES.html b/MODULES.html index f50d3ac70..94c4be425 100644 --- a/MODULES.html +++ b/MODULES.html @@ -2,7 +2,7 @@ Gnulib Module List - + @@ -137,8 +137,19 @@ setenv() function: set an environment variable. unsetenv() function: remove an environment variable. + + xsetenv + xsetenv() function: set an environment variable, with out-of-memory checking. +unsetenv() function: remove an environment variable. +

Character handling <ctype.h>

+ + + +
c-ctype + Character handling in C locale. +

String handling <string.h>

@@ -154,10 +165,18 @@ + + + + @@ -194,6 +213,14 @@ + + + +
stpcpy() function: copy a string, returning a pointer to its end.
stpncpy + stpncpy() function: copy a size-bounded string, returning a pointer to its end. +
strcase Case-insensitive string comparison functions.
strchrnul + strchrnul(): Find the first occurrence of C in S or the final NUL byte. +
strdup strdup() function: duplicate a string.
unlocked-io Enable faster, non-thread-safe stdio functions if available.
vasnprintf + vsprintf with automatic memory allocation and bounded output size. +
vasprintf + vsprintf with automatic memory allocation. +

Command-line arguments

@@ -287,6 +314,13 @@
strtoumax() function: convert string to 'uintmax_t'.
+

Mathematics <math.h>

+ + + +
mathl + C99 functions for transcendental functions with long double arguments. +

Enhancements for ISO C 99 functions

@@ -333,6 +367,14 @@ mkstemp() function: create a private temporary file. + mkdtemp + mkdtemp() function: create a private temporary directory. + + + poll + poll() function: wait for some event on a set of file descriptors. + + stat stat() function: return information about a file, following symbolic links. @@ -417,6 +459,10 @@ with K/M/G suffix. variables. + copy-file + Copying of files. + + fsusage Return filesystem space usage info. @@ -468,6 +514,11 @@ chmod utility). filename. + pathname + Construct a full pathname by concatenating a directory name, a relative +filename, and a suffix. + + pathmax Return maximum size of reasonable pathnames. (Unportable: Hurd has no limit.) @@ -511,6 +562,10 @@ directory. full-write An interface to write() that writes all it is asked to write. + + binary-io + Binary mode I/O. +

File stream based Input/Output

@@ -629,12 +684,42 @@ usually the host name including FQDN. + + + + + + + + + +
Read a response from the user, and its classification as matching "yes" or "no".
ucs4-utf8 + Conversion UCS-4 to UTF-8. +
ucs4-utf16 + Conversion UCS-4 to UTF-16. +
utf8-ucs4 + Conversion UTF-8 to UCS-4. +
utf16-ucs4 + Conversion UTF-16 to UCS-4. +
linebreak + Line breaking (works also for East-Asian languages). +

Executing programs

+ + + +
findprog + Locating a program in PATH. +

Java

Misc

+ + @@ -687,6 +772,10 @@ variables. + +
argp + Hierarchical processing of command line arguments. +
exitfail Set exit status for fatal signal.
sig2str Convert between signal names and signal numbers.
sysexits + Exit status codes for some BSD system programs. +

Support for systems lacking ANSI C 89

@@ -981,8 +1070,38 @@ variables. + +
setenv.m4
gt_FUNC_SETENV
alloca
xsetenv + #include "xsetenv.h" + xsetenv.c + --- + setenv
error
exit
gettext +

Character handling <ctype.h>

+ + + + + + + +
modules/ + lib/ + lib/ + m4/ +   +
Module + Header + Implementation + Autoconf macro + Depends on +
c-ctype + #include "c-ctype.h" + c-ctype.c + --- + stdbool +

String handling <string.h>

@@ -1021,6 +1140,13 @@ variables. + + + + + + + +
---
stpncpy + #include "stpncpy.h" + stpncpy.c + stpncpy.m4
gl_FUNC_STPNCPY +
--- +
strcase #include "strcase.h" strcasecmp.c
strncasecmp.c @@ -1028,6 +1154,13 @@ variables.
---
strchrnul + #include "strchrnul.h" + strchrnul.c + strchrnul.m4
gl_FUNC_STRCHRNUL +
--- +
strdup --- strdup.c @@ -1127,6 +1260,20 @@ variables. unlocked-io.m4
jm_FUNC_GLIBC_UNLOCKED_IO
---
vasnprintf + #include "vasnprintf.h" + printf-args.h
printf-args.c
printf-parse.h
printf-parse.c
vasnprintf.c
asnprintf.c +
signed.m4
longdouble.m4
wchar_t.m4
wint_t.m4
longlong.m4
intmax_t.m4
vasnprintf.m4
gl_FUNC_VASNPRINTF +
alloca +
vasprintf + #include "vasprintf.h" + vasprintf.c
asprintf.c +
vasprintf.m4
gl_FUNC_VASPRINTF +
vasnprintf +

Command-line arguments

@@ -1290,7 +1437,7 @@ variables. @@ -1357,6 +1504,30 @@ variables.
stdbool #include <stdbool.h> - stdbool.h.in + stdbool_.h stdbool.m4
AM_STDBOOL_H
---
strtoimax
strtoull
+

Mathematics <math.h>

+ + + + + + + +
modules/ + lib/ + lib/ + m4/ +   +
Module + Header + Implementation + Autoconf macro + Depends on +
mathl + #include "mathl.h" + acosl.c
asinl.c
atanl.c
ceill.c
cosl.c
expl.c
floorl.c
frexpl.c
ldexpl.c
logl.c
sincosl.c
sinl.c
sqrtl.c
tanl.c
trigl.c
trigl.h +
mathl.m4
gl_FUNC_LONG_DOUBLE_MATH +
--- +

Enhancements for ISO C 99 functions

@@ -1472,6 +1643,20 @@ variables. + + + + + + + + + +
---
mkdtemp + #include "mkdtemp.h" + mkdtemp.c + ulonglong.m4
stdint_h.m4
inttypes_h.m4
uintmax_t.m4
mkdtemp.m4
gt_FUNC_MKDTEMP +
--- +
poll + #include <poll.h> + poll.c
poll_.h +
poll.m4
gl_FUNC_POLL +
--- +
stat #include <sys/stat.h> stat.c @@ -1650,6 +1835,13 @@ variables. argmatch
dirname
copy-file + #include "copy-file.h" + copy-file.c + copy-file.m4
gl_COPY_FILE +
error
safe-read
full-write
binary-io
exit
gettext +
fsusage #include "fsusage.h" fsusage.c @@ -1734,6 +1926,13 @@ variables. strdup
xalloc
dirname
pathname + #include "pathname.h" + concatpath.c + --- + xalloc
stpcpy +
pathmax #include "pathmax.h" --- @@ -1820,6 +2019,13 @@ variables. --- safe-write
binary-io + #include "binary-io.h" + --- + --- + --- +

File stream based Input/Output

@@ -2007,7 +2213,7 @@ variables. @@ -2080,8 +2286,66 @@ variables. + + + + + + + + + +
gettext #include "gettext.h" --- - codeset.m4
gettext.m4
glibc21.m4
iconv.m4
intdiv0.m4
inttypes.m4
inttypes_h.m4
inttypes-pri.m4
isc-posix.m4
lcmessage.m4
lib-ld.m4
lib-link.m4
lib-prefix.m4
progtest.m4
stdint_h.m4
uintmax_t.m4
ulonglong.m4
AM_GNU_GETTEXT([external]) +
codeset.m4
gettext.m4
glibc21.m4
iconv.m4
intdiv0.m4
inttypes.m4
inttypes_h.m4
inttypes-pri.m4
isc-posix.m4
lcmessage.m4
lib-ld.m4
lib-link.m4
lib-prefix.m4
nls.m4
po.m4
progtest.m4
stdint_h.m4
uintmax_t.m4
ulonglong.m4
AM_GNU_GETTEXT([external])
---
yesno.m4
gl_YESNO
unlocked-io
rpmatch
ucs4-utf8 + --- + ucs4-utf8.h + ucs4-utf.m4
gl_UCS4_UTF +
--- +
ucs4-utf16 + --- + ucs4-utf16.h + ucs4-utf.m4
gl_UCS4_UTF +
--- +
utf8-ucs4 + --- + utf8-ucs4.h + utf-ucs4.m4
gl_UTF_UCS4 +
--- +
utf16-ucs4 + --- + utf16-ucs4.h + utf-ucs4.m4
gl_UTF_UCS4 +
--- +
linebreak + #include "linebreak.h" + linebreak.c
lbrkprop.h +
linebreak.m4
gl_LINEBREAK +
localcharset
c-ctype
iconv
utf8-ucs4
utf16-ucs4 +

Executing programs

+ + + + + + + +
modules/ + lib/ + lib/ + m4/ +   +
Module + Header + Implementation + Autoconf macro + Depends on +
findprog + #include "findprog.h" + findprog.c + findprog.m4
eaccess.m4
gl_FINDPROG +
stdbool
xalloc
pathname +

Java

Misc

@@ -2100,6 +2364,13 @@ variables. + + @@ -2190,6 +2461,13 @@ variables. + +
Depends on
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 +
exitfail #include "exitfail.h" exitfail.c @@ -2117,7 +2388,7 @@ variables. error #include "error.h" error.c - error.m4
gl_ERROR +
error.m4
strerror_r.m4
gl_ERROR
unlocked-io
gettext
sig2str.m4
gl_FUNC_SIG2STR
---
sysexits + #include <sysexits.h> + sysexit_.h + sysexits.m4
gl_SYSEXITS +
--- +

Lone files - please create new modules containing them

@@ -2211,7 +2489,6 @@ variables.
 m4/rmdir-errno.m4
 m4/search-libs.m4
 m4/st_dm_mode.m4
-m4/strerror_r.m4
 m4/unlink-busy.m4
 m4/uptime.m4
 
@@ -2227,5 +2504,5 @@ variables.
  • A testsuite
    - Generated from MODULES.html.sh on 24 January 2003. + Generated from MODULES.html.sh on 12 June 2003.