X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=MODULES.html;h=40e91f67af5f28c72f7e6f5fceca2b00343e8a8d;hb=69a9b8f8d7acc8677b5657adb83a8ba448737e0c;hp=046725a2f83bc694e436d864f30b4370da50a1fb;hpb=684a7cc3cbae134e05576eb5203b4d9f341c7356;p=gnulib.git diff --git a/MODULES.html b/MODULES.html index 046725a2f..40e91f67a 100644 --- a/MODULES.html +++ b/MODULES.html @@ -2,7 +2,7 @@ Gnulib Module List - + @@ -19,6 +19,10 @@ Allow the installer to disable assertions through "configure --disable-assert". + exit + exit() function: program termination. + + atexit atexit() function: register a function to be called at program termination. @@ -117,6 +121,10 @@ gcd Greatest common divisor. + + minmax + MIN, MAX macros. +

Environment variables <stdlib.h>

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

@@ -146,6 +165,10 @@ + + @@ -186,6 +209,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.
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

@@ -220,10 +251,6 @@ - - @@ -329,6 +356,10 @@ + + @@ -625,10 +656,6 @@ usually the host name including FQDN. - -
Decomposition of composed ISO-8859-1 characters.
getstr - -
getline Read a line from a stream.
mkstemp() function: create a private temporary file.
mkdtemp + mkdtemp() function: create a private temporary directory. +
stat stat() function: return information about a file, following symbolic links.
Read a response from the user, and its classification as matching "yes" or "no".
linebreak - -

Executing programs

Java

@@ -719,6 +746,13 @@ variables. --- + exit + #include "exit.h" + --- + --- + --- + + atexit #include <stdlib.h> atexit.c @@ -936,6 +970,13 @@ variables. --- --- + + minmax + #include "minmax.h" + --- + --- + --- +

Environment variables <stdlib.h>

@@ -967,8 +1008,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>

@@ -1007,6 +1078,13 @@ variables. + + + + + +
---
stpncpy + #include "stpncpy.h" + stpncpy.c + stpncpy.m4
gl_FUNC_STPNCPY +
--- +
strcase #include "strcase.h" strcasecmp.c
strncasecmp.c @@ -1113,6 +1191,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

@@ -1207,13 +1299,6 @@ variables. - - + + - -
---
getstr - --- - --- - --- - --- -
getline #include "getline.h" getline.c @@ -1465,6 +1550,13 @@ variables. ---
mkdtemp + #include "mkdtemp.h" + mkdtemp.c + ulonglong.m4
stdint_h.m4
inttypes_h.m4
uintmax_t.m4
mkdtemp.m4
gt_FUNC_MKDTEMP +
--- +
stat #include <sys/stat.h> stat.c @@ -1560,7 +1652,7 @@ variables.
fnmatch - --- + #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 @@ -2073,13 +2165,6 @@ variables. yesno.m4
gl_YESNO
unlocked-io
rpmatch
linebreak - --- - --- - --- - --- -

Executing programs

Java

@@ -2227,5 +2312,5 @@ variables.
  • A testsuite
    - Generated from MODULES.html.sh on 18 January 2003. + Generated from MODULES.html.sh on 18 February 2003.