X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=MODULES.html.sh;h=b0fbe392d72f5a2a292d59a9dfed813ba991b339;hb=6676cd901ebffe806000d9e7e459ccabe2e80195;hp=a081a7a8137160374391dfaf9274ffd1f74f4dc0;hpb=4997feb303f611a038e67072b07c6501f15b0845;p=gnulib.git diff --git a/MODULES.html.sh b/MODULES.html.sh index a081a7a81..b0fbe392d 100755 --- a/MODULES.html.sh +++ b/MODULES.html.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2002-2008 Free Software Foundation, Inc. +# Copyright (C) 2002-2010 Free Software Foundation, Inc. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -1345,6 +1345,7 @@ h_errno index makecontext mktemp +pread pthread_attr_getstackaddr pthread_attr_setstackaddr rindex @@ -1606,7 +1607,6 @@ func_all_modules () func_module exit func_module strtol func_module strtoul - func_module memchr func_module memcmp func_module memcpy func_module memmove @@ -1724,6 +1724,7 @@ func_all_modules () func_module malloca func_module xmalloca func_module xmemdup0 + func_module safe-alloc func_end_table element="Integer arithmetic functions " @@ -1769,6 +1770,7 @@ func_all_modules () func_begin_table func_module bcopy + func_module memchr func_module memchr2 func_module memmem func_module memmem-simple @@ -1790,6 +1792,7 @@ func_all_modules () func_module strndup func_module strsep func_module strstr + func_module strstr-simple func_module c-strstr func_module trim func_module fstrcmp @@ -1817,6 +1820,7 @@ func_all_modules () func_module c-strtold func_module xstrtod func_module xstrtol + func_module xstrtoll func_module xstrtold func_end_table @@ -1867,6 +1871,7 @@ func_all_modules () func_begin_table func_module argmatch + func_module argv-iter func_module version-etc func_module version-etc-fsf func_module long-options @@ -1996,6 +2001,7 @@ func_all_modules () func_module func func_module inline func_module longlong + func_module va-args func_module vararrays func_end_table @@ -2029,6 +2035,16 @@ func_all_modules () func_module stdbool func_end_table + element="Basic types " + element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` + func_section_wrap isoc_sup_stddef + func_wrap H3 + func_echo "$element" + + func_begin_table + func_module stddef + func_end_table + element="Integer types and values " element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` func_section_wrap isoc_sup_stdint @@ -2084,6 +2100,14 @@ func_all_modules () func_begin_table func_module wchar + func_module btowc + func_module wctob + func_module mbsinit + func_module mbrlen + func_module mbrtowc + func_module mbsrtowcs + func_module wcrtomb + func_module wcsrtombs func_end_table element="Wide character classification and mapping utilities " @@ -2212,20 +2236,25 @@ func_all_modules () func_echo 'These modules are not listed among dependencies below, for simplicity.' func_echo 'If your package requires portability to old, obsolete systems, you need to list these modules explicitly among the modules to import through gnulib-tool.' - element="Support for systems lacking POSIX:200" + element="Support for systems lacking POSIX:2008" func_section_wrap posix_sup func_wrap H2 func_echo "$element" func_begin_table + func_module accept func_module arpa_inet + func_module bind func_module calloc-posix func_module chown + func_module close + func_module connect func_module dup2 func_module environ func_module errno func_module fchdir - func_module fcntl + func_module fclose + func_module fcntl-h func_module flock func_module fopen func_module fprintf-posix @@ -2236,35 +2265,82 @@ func_all_modules () func_module ftell func_module ftello func_module ftruncate + func_module futimens func_module getaddrinfo func_module getcwd func_module getgroups func_module gethostname func_module getlogin_r + func_module getpeername + func_module getsockname + func_module getsockopt func_module getsubopt func_module gettimeofday + func_module hostent func_module iconv_open func_module inet_ntop func_module inet_pton + func_module link + func_module linkat + func_module listen func_module locale func_module lseek func_module lstat func_module malloc-posix + func_module mbsnrtowcs func_module mkdir func_module mkdtemp + func_module mkfifo + func_module mknod func_module mkstemp func_module netdb func_module netinet_in func_module open func_module perror func_module poll + func_module popen + func_module posix_spawn + func_module posix_spawnattr_destroy + func_module posix_spawnattr_getflags + func_module posix_spawnattr_getpgroup + func_module posix_spawnattr_getschedparam + func_module posix_spawnattr_getschedpolicy + func_module posix_spawnattr_getsigdefault + func_module posix_spawnattr_getsigmask + func_module posix_spawnattr_init + func_module posix_spawnattr_setflags + func_module posix_spawnattr_setpgroup + func_module posix_spawnattr_setschedparam + func_module posix_spawnattr_setschedpolicy + func_module posix_spawnattr_setsigdefault + func_module posix_spawnattr_setsigmask + func_module posix_spawn_file_actions_addclose + func_module posix_spawn_file_actions_adddup2 + func_module posix_spawn_file_actions_addopen + func_module posix_spawn_file_actions_destroy + func_module posix_spawn_file_actions_init + func_module posix_spawn-internal + func_module posix_spawnp func_module printf-posix + func_module pthread func_module readlink func_module realloc-posix + func_module recv + func_module recvfrom + func_module remove + func_module sched + func_module select + func_module send + func_module sendto + func_module setsockopt + func_module shutdown func_module signal func_module sleep func_module snprintf-posix + func_module socket + func_module spawn func_module sprintf-posix + func_module stat func_module strdup-posix func_module string func_module strings @@ -2276,6 +2352,7 @@ func_all_modules () func_module nanosleep func_module regex func_module rename + func_module renameat func_module rmdir func_module search func_module sigaction @@ -2289,16 +2366,20 @@ func_all_modules () func_module sys_stat func_module sys_time func_module sys_times + func_module sys_wait func_module tsearch func_module unistd - func_module utime + func_module unlink + func_module utimensat func_module vasnprintf-posix func_module vasprintf-posix func_module vfprintf-posix func_module vprintf-posix func_module vsnprintf-posix func_module vsprintf-posix + func_module wcsnrtombs func_module wcwidth + func_module write func_end_table element="Compatibility checks for POSIX:2008 functions" @@ -2325,7 +2406,9 @@ func_all_modules () func_begin_table func_module chdir-long + func_module dirent-safer func_module dirname + func_module dirname-lgpl func_module getopt func_module iconv_open-utf func_module unistd-safer @@ -2372,6 +2455,8 @@ func_all_modules () func_module acl func_module areadlink func_module areadlink-with-size + func_module areadlinkat + func_module areadlinkat-with-size func_module backupfile func_module canonicalize func_module canonicalize-lgpl @@ -2382,18 +2467,25 @@ func_all_modules () func_module dirfd func_module double-slash-root func_module euidaccess + func_module faccessat + func_module fdopendir + func_module fdutimensat func_module file-type func_module fileblocks func_module filemode func_module filename func_module filenamecat + func_module filenamecat-lgpl func_module fts - func_module fts-lgpl func_module isdir func_module lchmod func_module lchown func_module mkancesdirs + func_module mkfifoat func_module mkdir-p + func_module mkostemp + func_module mkostemps + func_module mkstemps func_module modechange func_module mountlist func_module openat @@ -2406,6 +2498,8 @@ func_all_modules () func_module savewd func_module stat-macros func_module stat-time + func_module symlink + func_module symlinkat func_module tmpdir func_module unlinkdir func_module utimecmp @@ -2413,6 +2507,7 @@ func_all_modules () func_module write-any-file func_module xgetcwd func_module xreadlink + func_module xreadlinkat func_end_table element="File system as inode set" @@ -2438,6 +2533,7 @@ func_all_modules () func_begin_table func_module fcntl-safer + func_module openat-safer func_module safe-read func_module safe-write func_module full-read @@ -2465,12 +2561,15 @@ func_all_modules () func_module freading func_module freadptr func_module freadseek + func_module freopen-safer func_module fwritable func_module fwriting func_module getpass func_module getpass-gnu + func_module popen-safer func_module stdlib-safer func_module tmpfile-safer + func_module xfreopen func_end_table element="Users and groups" @@ -2483,6 +2582,7 @@ func_all_modules () func_module getugroups func_module group-member func_module idcache + func_module mgetgroups func_module userspec func_end_table @@ -2495,8 +2595,9 @@ func_all_modules () func_begin_table func_module gethrxtime func_module gettime - func_module settime func_module posixtm + func_module settime + func_module usleep func_module xnanosleep func_end_table @@ -2590,6 +2691,7 @@ func_all_modules () func_echo "$element" func_begin_table + func_module libunistring func_module unitypes func_module ucs4-utf8 func_module ucs4-utf16 @@ -3041,21 +3143,28 @@ func_all_modules () func_module exitfail func_module error func_module extensions + func_module forkpty func_module getdomainname func_module xgetdomainname func_module getloadavg func_module getpagesize func_module getusershell + func_module lib-symbol-visibility + func_module nproc + func_module openpty func_module physmem func_module posixver func_module progname + func_module pty func_module quotearg func_module quote func_module readutmp func_module random_r + func_module selinux-h + func_module selinux-at func_module sysexits + func_module u64 func_module verror - func_module visibility func_end_table element="Support for building libraries and executables" @@ -3065,6 +3174,7 @@ func_all_modules () func_begin_table func_module absolute-header + func_module arg-nonnull func_module config-h func_module configmake func_module dummy @@ -3074,15 +3184,18 @@ func_all_modules () func_module include_next func_module ldd func_module lib-ignore + func_module lib-msvc-compat + func_module lib-symbol-versions func_module link-warning + func_module manywarnings func_module no-c++ func_module relocatable-lib func_module relocatable-lib-lgpl func_module relocatable-prog func_module relocatable-prog-wrapper func_module relocatable-script + func_module warn-on-use func_module warnings - func_module manywarnings func_end_table element="Support for building documentation" @@ -3110,12 +3223,15 @@ func_all_modules () func_begin_table func_module announce-gen func_module autobuild + func_module do-release-commit-and-tag func_module git-version-gen func_module gitlog-to-changelog + func_module gnu-web-doc-update func_module gnumakefile func_module gnupload func_module maintainer-makefile func_module mktempd + func_module update-copyright func_module useless-if-before-free func_module vc-list-files func_end_table