verify: new macro 'assume'
[gnulib.git] / MODULES.html.sh
1 #!/bin/sh
2 #
3 # Copyright (C) 2002-2013 Free Software Foundation, Inc.
4 #
5 # This program is free software: you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 3 of the License, or
8 # (at your option) any later version.
9 #
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 # GNU General Public License for more details.
14 #
15 # You should have received a copy of the GNU General Public License
16 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
17 #
18
19 # Usage: MODULES.html.sh [--git-urls] > MODULES.html
20
21 # Extend the PATH so that gnulib-tool is found.
22 PATH=`dirname "$0"`:$PATH; export PATH
23
24 POSIX2001_URL='http://www.opengroup.org/susv3'
25 POSIX2008_URL='http://www.opengroup.org/onlinepubs/9699919799'
26
27 repo_url_prefix=
28 repo_url_suffix=
29 if test $# != 0; then
30   case "$1" in
31     --git-urls)
32       # Generate URLs to the official gnulib git repository.
33       repo_url_prefix='http://git.sv.gnu.org/gitweb/?p=gnulib.git;a=blob_plain;f='
34       repo_url_suffix=''
35       ;;
36   esac
37 fi
38 # For sed replacements: Escape the '&'.
39 repo_url_suffix_repl=`echo "$repo_url_suffix" | sed -e 's,[&],\\\&,'`
40
41 sed_lt='s,<,\&lt;,g'
42 sed_gt='s,>,\&gt;,g'
43 sed_escape_dot='s,\.,\\.,g'
44 sed_escape_slash='s,/,\\/,g'
45 trnl='\012'
46 sed_alt1='s,$,\\|,'
47 sed_alt2='s,^\\|,\\(,'
48 sed_alt3='s,\\|\\|$,\\),'
49 posix_headers=`echo '
50 aio
51 arpa/inet
52 assert
53 complex
54 cpio
55 ctype
56 dirent
57 dlfcn
58 errno
59 fcntl
60 fenv
61 float
62 fmtmsg
63 fnmatch
64 ftw
65 glob
66 grp
67 iconv
68 inttypes
69 iso646
70 langinfo
71 libgen
72 limits
73 locale
74 math
75 monetary
76 mqueue
77 ndbm
78 net/if
79 netdb
80 netinet/in
81 netinet/tcp
82 nl_types
83 poll
84 pthread
85 pwd
86 regex
87 sched
88 search
89 semaphore
90 setjmp
91 signal
92 spawn
93 stdarg
94 stdbool
95 stddef
96 stdint
97 stdio
98 stdlib
99 string
100 strings
101 stropts
102 sys/ipc
103 sys/mman
104 sys/msg
105 sys/resource
106 sys/select
107 sys/sem
108 sys/shm
109 sys/socket
110 sys/stat
111 sys/statvfs
112 sys/time
113 sys/times
114 sys/types
115 sys/uio
116 sys/un
117 sys/utsname
118 sys/wait
119 syslog
120 tar
121 termios
122 tgmath
123 time
124 trace
125 ulimit
126 unistd
127 utime
128 utmpx
129 wchar
130 wctype
131 wordexp
132 ' | sed -e "$sed_alt1" | tr -d "$trnl" | sed -e "$sed_alt2" -e "$sed_alt3"`
133 posix2001_headers=`echo '
134 sys/timeb
135 ucontext
136 ' | sed -e "$sed_alt1" | tr -d "$trnl" | sed -e "$sed_alt2" -e "$sed_alt3"`
137 posix_functions=`echo '
138 FD_CLR
139 FD_ISSET
140 FD_SET
141 FD_ZERO
142 _Exit
143 _exit
144 _longjmp
145 _setjmp
146 _tolower
147 _toupper
148 a64l
149 abort
150 abs
151 accept
152 access
153 acos
154 acosf
155 acosh
156 acoshf
157 acoshl
158 acosl
159 aio_cancel
160 aio_error
161 aio_fsync
162 aio_read
163 aio_return
164 aio_suspend
165 aio_write
166 alarm
167 alphasort
168 asctime
169 asctime_r
170 asin
171 asinf
172 asinh
173 asinhf
174 asinhl
175 asinl
176 assert
177 atan
178 atan2
179 atan2f
180 atan2l
181 atanf
182 atanh
183 atanhf
184 atanhl
185 atanl
186 atexit
187 atof
188 atoi
189 atol
190 atoll
191 basename
192 bind
193 bsearch
194 btowc
195 cabs
196 cabsf
197 cabsl
198 cacos
199 cacosf
200 cacosh
201 cacoshf
202 cacoshl
203 cacosl
204 calloc
205 carg
206 cargf
207 cargl
208 casin
209 casinf
210 casinh
211 casinhf
212 casinhl
213 casinl
214 catan
215 catanf
216 catanh
217 catanhf
218 catanhl
219 catanl
220 catclose
221 catgets
222 catopen
223 cbrt
224 cbrtf
225 cbrtl
226 ccos
227 ccosf
228 ccosh
229 ccoshf
230 ccoshl
231 ccosl
232 ceil
233 ceilf
234 ceill
235 cexp
236 cexpf
237 cexpl
238 cfgetispeed
239 cfgetospeed
240 cfsetispeed
241 cfsetospeed
242 chdir
243 chmod
244 chown
245 cimag
246 cimagf
247 cimagl
248 clearerr
249 clock
250 clock_getcpuclockid
251 clock_getres
252 clock_gettime
253 clock_nanosleep
254 clock_settime
255 clog
256 clogf
257 clogl
258 close
259 closedir
260 closelog
261 confstr
262 conj
263 conjf
264 conjl
265 connect
266 copysign
267 copysignf
268 copysignl
269 cos
270 cosf
271 cosh
272 coshf
273 coshl
274 cosl
275 cpow
276 cpowf
277 cpowl
278 cproj
279 cprojf
280 cprojl
281 creal
282 crealf
283 creall
284 creat
285 crypt
286 csin
287 csinf
288 csinh
289 csinhf
290 csinhl
291 csinl
292 csqrt
293 csqrtf
294 csqrtl
295 ctan
296 ctanf
297 ctanh
298 ctanhf
299 ctanhl
300 ctanl
301 ctermid
302 ctime
303 ctime_r
304 daylight
305 dbm_clearerr
306 dbm_close
307 dbm_delete
308 dbm_error
309 dbm_fetch
310 dbm_firstkey
311 dbm_nextkey
312 dbm_open
313 dbm_store
314 difftime
315 dirfd
316 dirname
317 div
318 dlclose
319 dlerror
320 dlopen
321 dlsym
322 dprintf
323 drand48
324 dup
325 dup2
326 duplocale
327 encrypt
328 endgrent
329 endhostent
330 endnetent
331 endprotoent
332 endpwent
333 endservent
334 endutxent
335 environ
336 erand48
337 erf
338 erfc
339 erfcf
340 erfcl
341 erff
342 erfl
343 errno
344 execl
345 execle
346 execlp
347 execv
348 execve
349 execvp
350 exit
351 exp
352 exp2
353 exp2f
354 exp2l
355 expf
356 expl
357 expm1
358 expm1f
359 expm1l
360 fabs
361 fabsf
362 fabsl
363 faccessat
364 fattach
365 fchdir
366 fchmod
367 fchmodat
368 fchown
369 fchownat
370 fclose
371 fcntl
372 fdatasync
373 fdetach
374 fdim
375 fdimf
376 fdiml
377 fdopen
378 fdopendir
379 feclearexcept
380 fegetenv
381 fegetexceptflag
382 fegetround
383 feholdexcept
384 feof
385 feraiseexcept
386 ferror
387 fesetenv
388 fesetexceptflag
389 fesetround
390 fetestexcept
391 feupdateenv
392 fexecve
393 fflush
394 ffs
395 fgetc
396 fgetpos
397 fgets
398 fgetwc
399 fgetws
400 fileno
401 flock
402 flockfile
403 floor
404 floorf
405 floorl
406 fma
407 fmaf
408 fmal
409 fmax
410 fmaxf
411 fmaxl
412 fmemopen
413 fmin
414 fminf
415 fminl
416 fmod
417 fmodf
418 fmodl
419 fmtmsg
420 fnmatch
421 fopen
422 fork
423 fpathconf
424 fpclassify
425 fprintf
426 fputc
427 fputs
428 fputwc
429 fputws
430 fread
431 free
432 freeaddrinfo
433 freelocale
434 freopen
435 frexp
436 frexpf
437 frexpl
438 fscanf
439 fseek
440 fseeko
441 fsetpos
442 fstat
443 fstatat
444 fstatvfs
445 fsync
446 ftell
447 ftello
448 ftok
449 ftruncate
450 ftrylockfile
451 ftw
452 funlockfile
453 futimens
454 fwide
455 fwprintf
456 fwrite
457 fwscanf
458 gai_strerror
459 getaddrinfo
460 getc
461 getc_unlocked
462 getchar
463 getchar_unlocked
464 getcwd
465 getdate
466 getdate_err
467 getdelim
468 getegid
469 getenv
470 geteuid
471 getgid
472 getgrent
473 getgrgid
474 getgrgid_r
475 getgrnam
476 getgrnam_r
477 getgroups
478 gethostent
479 gethostid
480 gethostname
481 getitimer
482 getline
483 getlogin
484 getlogin_r
485 getmsg
486 getnameinfo
487 getnetbyaddr
488 getnetbyname
489 getnetent
490 getopt
491 getpeername
492 getpgid
493 getpgrp
494 getpid
495 getpmsg
496 getppid
497 getpriority
498 getprotobyname
499 getprotobynumber
500 getprotoent
501 getpwent
502 getpwnam
503 getpwnam_r
504 getpwuid
505 getpwuid_r
506 getrlimit
507 getrusage
508 gets
509 getservbyname
510 getservbyport
511 getservent
512 getsid
513 getsockname
514 getsockopt
515 getsubopt
516 gettimeofday
517 getuid
518 getutxent
519 getutxid
520 getutxline
521 getwc
522 getwchar
523 glob
524 globfree
525 gmtime
526 gmtime_r
527 grantpt
528 hcreate
529 hdestroy
530 hsearch
531 htonl
532 htons
533 hypot
534 hypotf
535 hypotl
536 iconv
537 iconv_close
538 iconv_open
539 if_freenameindex
540 if_indextoname
541 if_nameindex
542 if_nametoindex
543 ilogb
544 ilogbf
545 ilogbl
546 imaxabs
547 imaxdiv
548 inet_addr
549 inet_ntoa
550 inet_ntop
551 inet_pton
552 initstate
553 insque
554 ioctl
555 isalnum
556 isalnum_l
557 isalpha
558 isalpha_l
559 isascii
560 isastream
561 isatty
562 isblank
563 isblank_l
564 iscntrl
565 iscntrl_l
566 isdigit
567 isdigit_l
568 isfinite
569 isgraph
570 isgraph_l
571 isgreater
572 isgreaterequal
573 isinf
574 isless
575 islessequal
576 islessgreater
577 islower
578 islower_l
579 isnan
580 isnormal
581 isprint
582 isprint_l
583 ispunct
584 ispunct_l
585 isspace
586 isspace_l
587 isunordered
588 isupper
589 isupper_l
590 iswalnum
591 iswalnum_l
592 iswalpha
593 iswalpha_l
594 iswblank
595 iswblank_l
596 iswcntrl
597 iswcntrl_l
598 iswctype
599 iswctype_l
600 iswdigit
601 iswdigit_l
602 iswgraph
603 iswgraph_l
604 iswlower
605 iswlower_l
606 iswprint
607 iswprint_l
608 iswpunct
609 iswpunct_l
610 iswspace
611 iswspace_l
612 iswupper
613 iswupper_l
614 iswxdigit
615 iswxdigit_l
616 isxdigit
617 isxdigit_l
618 j0
619 j1
620 jn
621 jrand48
622 kill
623 killpg
624 l64a
625 labs
626 lchown
627 lcong48
628 ldexp
629 ldexpf
630 ldexpl
631 ldiv
632 lfind
633 lgamma
634 lgammaf
635 lgammal
636 link
637 linkat
638 lio_listio
639 listen
640 llabs
641 lldiv
642 llrint
643 llrintf
644 llrintl
645 llround
646 llroundf
647 llroundl
648 localeconv
649 localtime
650 localtime_r
651 lockf
652 log
653 log10
654 log10f
655 log10l
656 log1p
657 log1pf
658 log1pl
659 log2
660 log2f
661 log2l
662 logb
663 logbf
664 logbl
665 logf
666 logl
667 longjmp
668 lrand48
669 lrint
670 lrintf
671 lrintl
672 lround
673 lroundf
674 lroundl
675 lsearch
676 lseek
677 lstat
678 malloc
679 mblen
680 mbrlen
681 mbrtowc
682 mbsinit
683 mbsnrtowcs
684 mbsrtowcs
685 mbstowcs
686 mbtowc
687 memccpy
688 memchr
689 memcmp
690 memcpy
691 memmove
692 memset
693 mkdir
694 mkdirat
695 mkdtemp
696 mkfifo
697 mkfifoat
698 mknod
699 mknodat
700 mkstemp
701 mktime
702 mlock
703 mlockall
704 mmap
705 modf
706 modff
707 modfl
708 mprotect
709 mq_close
710 mq_getattr
711 mq_notify
712 mq_open
713 mq_receive
714 mq_send
715 mq_setattr
716 mq_timedreceive
717 mq_timedsend
718 mq_unlink
719 mrand48
720 msgctl
721 msgget
722 msgrcv
723 msgsnd
724 msync
725 munlock
726 munlockall
727 munmap
728 nan
729 nanf
730 nanl
731 nanosleep
732 nearbyint
733 nearbyintf
734 nearbyintl
735 newlocale
736 nextafter
737 nextafterf
738 nextafterl
739 nexttoward
740 nexttowardf
741 nexttowardl
742 nftw
743 nice
744 nl_langinfo
745 nl_langinfo_l
746 nrand48
747 ntohl
748 ntohs
749 open
750 open_memstream
751 open_wmemstream
752 openat
753 opendir
754 openlog
755 optarg
756 opterr
757 optind
758 optopt
759 pathconf
760 pause
761 pclose
762 perror
763 pipe
764 poll
765 popen
766 posix_fadvise
767 posix_fallocate
768 posix_madvise
769 posix_mem_offset
770 posix_memalign
771 posix_openpt
772 posix_spawn
773 posix_spawn_file_actions_addclose
774 posix_spawn_file_actions_adddup2
775 posix_spawn_file_actions_addopen
776 posix_spawn_file_actions_destroy
777 posix_spawn_file_actions_init
778 posix_spawnattr_destroy
779 posix_spawnattr_getflags
780 posix_spawnattr_getpgroup
781 posix_spawnattr_getschedparam
782 posix_spawnattr_getschedpolicy
783 posix_spawnattr_getsigdefault
784 posix_spawnattr_getsigmask
785 posix_spawnattr_init
786 posix_spawnattr_setflags
787 posix_spawnattr_setpgroup
788 posix_spawnattr_setschedparam
789 posix_spawnattr_setschedpolicy
790 posix_spawnattr_setsigdefault
791 posix_spawnattr_setsigmask
792 posix_spawnp
793 posix_trace_attr_destroy
794 posix_trace_attr_getclockres
795 posix_trace_attr_getcreatetime
796 posix_trace_attr_getgenversion
797 posix_trace_attr_getinherited
798 posix_trace_attr_getlogfullpolicy
799 posix_trace_attr_getlogsize
800 posix_trace_attr_getmaxdatasize
801 posix_trace_attr_getmaxsystemeventsize
802 posix_trace_attr_getmaxusereventsize
803 posix_trace_attr_getname
804 posix_trace_attr_getstreamfullpolicy
805 posix_trace_attr_getstreamsize
806 posix_trace_attr_init
807 posix_trace_attr_setinherited
808 posix_trace_attr_setlogfullpolicy
809 posix_trace_attr_setlogsize
810 posix_trace_attr_setmaxdatasize
811 posix_trace_attr_setname
812 posix_trace_attr_setstreamfullpolicy
813 posix_trace_attr_setstreamsize
814 posix_trace_clear
815 posix_trace_close
816 posix_trace_create
817 posix_trace_create_withlog
818 posix_trace_event
819 posix_trace_eventid_equal
820 posix_trace_eventid_get_name
821 posix_trace_eventid_open
822 posix_trace_eventset_add
823 posix_trace_eventset_del
824 posix_trace_eventset_empty
825 posix_trace_eventset_fill
826 posix_trace_eventset_ismember
827 posix_trace_eventtypelist_getnext_id
828 posix_trace_eventtypelist_rewind
829 posix_trace_flush
830 posix_trace_get_attr
831 posix_trace_get_filter
832 posix_trace_get_status
833 posix_trace_getnext_event
834 posix_trace_open
835 posix_trace_rewind
836 posix_trace_set_filter
837 posix_trace_shutdown
838 posix_trace_start
839 posix_trace_stop
840 posix_trace_timedgetnext_event
841 posix_trace_trid_eventid_open
842 posix_trace_trygetnext_event
843 posix_typed_mem_get_info
844 posix_typed_mem_open
845 pow
846 powf
847 powl
848 pread
849 printf
850 pselect
851 psiginfo
852 psignal
853 pthread_atfork
854 pthread_attr_destroy
855 pthread_attr_getdetachstate
856 pthread_attr_getguardsize
857 pthread_attr_getinheritsched
858 pthread_attr_getschedparam
859 pthread_attr_getschedpolicy
860 pthread_attr_getscope
861 pthread_attr_getstack
862 pthread_attr_getstacksize
863 pthread_attr_init
864 pthread_attr_setdetachstate
865 pthread_attr_setguardsize
866 pthread_attr_setinheritsched
867 pthread_attr_setschedparam
868 pthread_attr_setschedpolicy
869 pthread_attr_setscope
870 pthread_attr_setstack
871 pthread_attr_setstacksize
872 pthread_barrier_destroy
873 pthread_barrier_init
874 pthread_barrier_wait
875 pthread_barrierattr_destroy
876 pthread_barrierattr_getpshared
877 pthread_barrierattr_init
878 pthread_barrierattr_setpshared
879 pthread_cancel
880 pthread_cleanup_pop
881 pthread_cleanup_push
882 pthread_cond_broadcast
883 pthread_cond_destroy
884 pthread_cond_init
885 pthread_cond_signal
886 pthread_cond_timedwait
887 pthread_cond_wait
888 pthread_condattr_destroy
889 pthread_condattr_getclock
890 pthread_condattr_getpshared
891 pthread_condattr_init
892 pthread_condattr_setclock
893 pthread_condattr_setpshared
894 pthread_create
895 pthread_detach
896 pthread_equal
897 pthread_exit
898 pthread_getconcurrency
899 pthread_getcpuclockid
900 pthread_getschedparam
901 pthread_getspecific
902 pthread_join
903 pthread_key_create
904 pthread_key_delete
905 pthread_kill
906 pthread_mutex_consistent
907 pthread_mutex_destroy
908 pthread_mutex_getprioceiling
909 pthread_mutex_init
910 pthread_mutex_lock
911 pthread_mutex_setprioceiling
912 pthread_mutex_timedlock
913 pthread_mutex_trylock
914 pthread_mutex_unlock
915 pthread_mutexattr_destroy
916 pthread_mutexattr_getprioceiling
917 pthread_mutexattr_getprotocol
918 pthread_mutexattr_getpshared
919 pthread_mutexattr_getrobust
920 pthread_mutexattr_gettype
921 pthread_mutexattr_init
922 pthread_mutexattr_setprioceiling
923 pthread_mutexattr_setprotocol
924 pthread_mutexattr_setpshared
925 pthread_mutexattr_setrobust
926 pthread_mutexattr_settype
927 pthread_once
928 pthread_rwlock_destroy
929 pthread_rwlock_init
930 pthread_rwlock_rdlock
931 pthread_rwlock_timedrdlock
932 pthread_rwlock_timedwrlock
933 pthread_rwlock_tryrdlock
934 pthread_rwlock_trywrlock
935 pthread_rwlock_unlock
936 pthread_rwlock_wrlock
937 pthread_rwlockattr_destroy
938 pthread_rwlockattr_getpshared
939 pthread_rwlockattr_init
940 pthread_rwlockattr_setpshared
941 pthread_self
942 pthread_setcancelstate
943 pthread_setcanceltype
944 pthread_setconcurrency
945 pthread_setschedparam
946 pthread_setschedprio
947 pthread_setspecific
948 pthread_sigmask
949 pthread_spin_destroy
950 pthread_spin_init
951 pthread_spin_lock
952 pthread_spin_trylock
953 pthread_spin_unlock
954 pthread_testcancel
955 ptsname
956 putc
957 putc_unlocked
958 putchar
959 putchar_unlocked
960 putenv
961 putmsg
962 putpmsg
963 puts
964 pututxline
965 putwc
966 putwchar
967 pwrite
968 qsort
969 raise
970 rand
971 rand_r
972 random
973 read
974 readdir
975 readdir_r
976 readlink
977 readlinkat
978 readv
979 realloc
980 realpath
981 recv
982 recvfrom
983 recvmsg
984 regcomp
985 regerror
986 regexec
987 regfree
988 remainder
989 remainderf
990 remainderl
991 remove
992 remque
993 remquo
994 remquof
995 remquol
996 rename
997 renameat
998 rewind
999 rewinddir
1000 rint
1001 rintf
1002 rintl
1003 rmdir
1004 round
1005 roundf
1006 roundl
1007 scalbln
1008 scalblnf
1009 scalblnl
1010 scalbn
1011 scalbnf
1012 scalbnl
1013 scandir
1014 scanf
1015 sched_get_priority_max
1016 sched_get_priority_min
1017 sched_getparam
1018 sched_getscheduler
1019 sched_rr_get_interval
1020 sched_setparam
1021 sched_setscheduler
1022 sched_yield
1023 seed48
1024 seekdir
1025 select
1026 sem_close
1027 sem_destroy
1028 sem_getvalue
1029 sem_init
1030 sem_open
1031 sem_post
1032 sem_timedwait
1033 sem_trywait
1034 sem_unlink
1035 sem_wait
1036 semctl
1037 semget
1038 semop
1039 send
1040 sendmsg
1041 sendto
1042 setbuf
1043 setegid
1044 setenv
1045 seteuid
1046 setgid
1047 setgrent
1048 sethostent
1049 setitimer
1050 setjmp
1051 setkey
1052 setlocale
1053 setlogmask
1054 setnetent
1055 setpgid
1056 setpgrp
1057 setpriority
1058 setprotoent
1059 setpwent
1060 setregid
1061 setreuid
1062 setrlimit
1063 setservent
1064 setsid
1065 setsockopt
1066 setstate
1067 setuid
1068 setutxent
1069 setvbuf
1070 shm_open
1071 shm_unlink
1072 shmat
1073 shmctl
1074 shmdt
1075 shmget
1076 shutdown
1077 sigaction
1078 sigaddset
1079 sigaltstack
1080 sigdelset
1081 sigemptyset
1082 sigfillset
1083 sighold
1084 sigignore
1085 siginterrupt
1086 sigismember
1087 siglongjmp
1088 signal
1089 signbit
1090 signgam
1091 sigpause
1092 sigpending
1093 sigprocmask
1094 sigqueue
1095 sigrelse
1096 sigset
1097 sigsetjmp
1098 sigsuspend
1099 sigtimedwait
1100 sigwait
1101 sigwaitinfo
1102 sin
1103 sinf
1104 sinh
1105 sinhf
1106 sinhl
1107 sinl
1108 sleep
1109 snprintf
1110 sockatmark
1111 socket
1112 socketpair
1113 sprintf
1114 sqrt
1115 sqrtf
1116 sqrtl
1117 srand
1118 srand48
1119 srandom
1120 sscanf
1121 stat
1122 statvfs
1123 stderr
1124 stdin
1125 stdout
1126 stpcpy
1127 stpncpy
1128 strcasecmp
1129 strcasecmp_l
1130 strcat
1131 strchr
1132 strcmp
1133 strcoll
1134 strcoll_l
1135 strcpy
1136 strcspn
1137 strdup
1138 strerror
1139 strerror_l
1140 strerror_r
1141 strfmon
1142 strfmon_l
1143 strftime
1144 strftime_l
1145 strlen
1146 strncasecmp
1147 strncasecmp_l
1148 strncat
1149 strncmp
1150 strncpy
1151 strndup
1152 strnlen
1153 strpbrk
1154 strptime
1155 strrchr
1156 strsignal
1157 strspn
1158 strstr
1159 strtod
1160 strtof
1161 strtoimax
1162 strtok
1163 strtok_r
1164 strtol
1165 strtold
1166 strtoll
1167 strtoul
1168 strtoull
1169 strtoumax
1170 strxfrm
1171 strxfrm_l
1172 swab
1173 swprintf
1174 swscanf
1175 symlink
1176 symlinkat
1177 sync
1178 sysconf
1179 syslog
1180 system
1181 tan
1182 tanf
1183 tanh
1184 tanhf
1185 tanhl
1186 tanl
1187 tcdrain
1188 tcflow
1189 tcflush
1190 tcgetattr
1191 tcgetpgrp
1192 tcgetsid
1193 tcsendbreak
1194 tcsetattr
1195 tcsetpgrp
1196 tdelete
1197 telldir
1198 tempnam
1199 tfind
1200 tgamma
1201 tgammaf
1202 tgammal
1203 time
1204 timer_create
1205 timer_delete
1206 timer_getoverrun
1207 timer_gettime
1208 timer_settime
1209 times
1210 timezone
1211 tmpfile
1212 tmpnam
1213 toascii
1214 tolower
1215 tolower_l
1216 toupper
1217 toupper_l
1218 towctrans
1219 towctrans_l
1220 towlower
1221 towlower_l
1222 towupper
1223 towupper_l
1224 trunc
1225 truncate
1226 truncf
1227 truncl
1228 tsearch
1229 ttyname
1230 ttyname_r
1231 twalk
1232 tzname
1233 tzset
1234 ulimit
1235 umask
1236 uname
1237 ungetc
1238 ungetwc
1239 unlink
1240 unlinkat
1241 unlockpt
1242 unsetenv
1243 uselocale
1244 utime
1245 utimensat
1246 utimes
1247 va_arg
1248 va_copy
1249 va_end
1250 va_start
1251 vdprintf
1252 vfprintf
1253 vfscanf
1254 vfwprintf
1255 vfwscanf
1256 vprintf
1257 vscanf
1258 vsnprintf
1259 vsprintf
1260 vsscanf
1261 vswprintf
1262 vswscanf
1263 vwprintf
1264 vwscanf
1265 wait
1266 waitid
1267 waitpid
1268 wcpcpy
1269 wcpncpy
1270 wcrtomb
1271 wcscasecmp
1272 wcscasecmp_l
1273 wcscat
1274 wcschr
1275 wcscmp
1276 wcscoll
1277 wcscoll_l
1278 wcscpy
1279 wcscspn
1280 wcsdup
1281 wcsftime
1282 wcslen
1283 wcsncasecmp
1284 wcsncasecmp_l
1285 wcsncat
1286 wcsncmp
1287 wcsncpy
1288 wcsnlen
1289 wcsnrtombs
1290 wcspbrk
1291 wcsrchr
1292 wcsrtombs
1293 wcsspn
1294 wcsstr
1295 wcstod
1296 wcstof
1297 wcstoimax
1298 wcstok
1299 wcstol
1300 wcstold
1301 wcstoll
1302 wcstombs
1303 wcstoul
1304 wcstoull
1305 wcstoumax
1306 wcswidth
1307 wcsxfrm
1308 wcsxfrm_l
1309 wctob
1310 wctomb
1311 wctrans
1312 wctrans_l
1313 wctype
1314 wctype_l
1315 wcwidth
1316 wmemchr
1317 wmemcmp
1318 wmemcpy
1319 wmemmove
1320 wmemset
1321 wordexp
1322 wordfree
1323 wprintf
1324 write
1325 writev
1326 wscanf
1327 y0
1328 y1
1329 yn
1330 ' | sed -e "$sed_alt1" | tr -d "$trnl" | sed -e "$sed_alt2" -e "$sed_alt3"`
1331 posix2001_functions=`echo '
1332 bcmp
1333 bcopy
1334 bsd_signal
1335 bzero
1336 ecvt
1337 fcvt
1338 ftime
1339 gcvt
1340 getcontext
1341 gethostbyaddr
1342 gethostbyname
1343 getwd
1344 h_errno
1345 index
1346 makecontext
1347 mktemp
1348 pread
1349 pthread_attr_getstackaddr
1350 pthread_attr_setstackaddr
1351 rindex
1352 scalb
1353 setcontext
1354 swapcontext
1355 ualarm
1356 usleep
1357 vfork
1358 wcswcs
1359 ' | sed -e "$sed_alt1" | tr -d "$trnl" | sed -e "$sed_alt2" -e "$sed_alt3"`
1360
1361 indent=""
1362 seen_modules=
1363 seen_files=
1364
1365 # func_exit STATUS
1366 # exit with status
1367 func_exit ()
1368 {
1369   (exit $1); exit $1
1370 }
1371
1372 # func_tmpdir
1373 # creates a temporary directory.
1374 # Sets variable
1375 # - tmp             pathname of freshly created temporary directory
1376 func_tmpdir ()
1377 {
1378   # Use the environment variable TMPDIR, falling back to /tmp. This allows
1379   # users to specify a different temporary directory, for example, if their
1380   # /tmp is filled up or too small.
1381   : ${TMPDIR=/tmp}
1382   {
1383     # Use the mktemp program if available. If not available, hide the error
1384     # message.
1385     tmp=`(umask 077 && mktemp -d "$TMPDIR/MDXXXXXX") 2>/dev/null` &&
1386     test -n "$tmp" && test -d "$tmp"
1387   } ||
1388   {
1389     # Use a simple mkdir command. It is guaranteed to fail if the directory
1390     # already exists.  $RANDOM is bash specific and expands to empty in shells
1391     # other than bash, ksh and zsh.  Its use does not increase security;
1392     # rather, it minimizes the probability of failure in a very cluttered /tmp
1393     # directory.
1394     tmp=$TMPDIR/MD$$-$RANDOM
1395     (umask 077 && mkdir "$tmp")
1396   } ||
1397   {
1398     echo "$0: cannot create a temporary directory in $TMPDIR" >&2
1399     func_exit 1
1400   }
1401 }
1402
1403 # func_append var value
1404 # appends the given value to the shell variable var.
1405 if ( foo=bar; foo+=baz && test "$foo" = barbaz ) >/dev/null 2>&1; then
1406   # Use bash's += operator. It reduces complexity of appending repeatedly to
1407   # a single variable from O(n^2) to O(n).
1408   func_append ()
1409   {
1410     eval "$1+=\"\$2\""
1411   }
1412 else
1413   func_append ()
1414   {
1415     eval "$1=\"\$$1\$2\""
1416   }
1417 fi
1418
1419 # func_echo line
1420 # outputs line with indentation.
1421 func_echo ()
1422 {
1423   echo "${indent}$*"
1424 }
1425
1426 # func_indent
1427 # increases the indentation.
1428 func_indent ()
1429 {
1430   indent="$indent  "
1431 }
1432
1433 # func_unindent
1434 # decreases the indentation.
1435 func_unindent ()
1436 {
1437   indent=`echo "$indent" | sed -e 's/  $//'`
1438 }
1439
1440 # func_begin tag [attribute...]
1441 # opens a HTML tag.
1442 func_begin ()
1443 {
1444   func_echo "<$*>"
1445   func_indent
1446 }
1447
1448 # func_end tag
1449 # closes a HTML tag.
1450 func_end ()
1451 {
1452   func_unindent
1453   func_echo "</$1>"
1454 }
1455
1456 # func_wrap tag [attribute...]
1457 # encloses $element in a HTML tag, without line breaks.
1458 func_wrap ()
1459 {
1460   element="<$*>${element}</$1>"
1461 }
1462
1463 # func_section_wrap sectiontag
1464 # encloses $element in a HTML tag referring to the given tag.
1465 func_section_wrap ()
1466 {
1467   if test -n "$in_toc"; then
1468     func_wrap A "HREF=\"#$1\""
1469   else
1470     func_wrap A "NAME=\"$1\""
1471   fi
1472 }
1473
1474 # func_begin_table
1475 func_begin_table ()
1476 {
1477   func_begin TABLE
1478   if test -z "$in_toc"; then
1479     func_begin TR
1480     func_echo "<TH ALIGN=LEFT>modules/"
1481     func_echo "<TH ALIGN=LEFT>lib/"
1482     func_echo "<TH ALIGN=LEFT>lib/"
1483     func_echo "<TH ALIGN=LEFT>m4/"
1484     func_echo "<TH ALIGN=LEFT>&nbsp;"
1485     func_end TR
1486     func_begin TR
1487     func_echo "<TH ALIGN=LEFT>Module"
1488     func_echo "<TH ALIGN=LEFT>Header"
1489     func_echo "<TH ALIGN=LEFT>Implementation"
1490     func_echo "<TH ALIGN=LEFT>Autoconf macro"
1491     func_echo "<TH ALIGN=LEFT>Depends on"
1492     func_end TR
1493   fi
1494 }
1495
1496 # func_module module
1497 func_module ()
1498 {
1499     sed_remove_trailing_empty_line='${
1500 /^$/d
1501 }'
1502
1503   if test -n "$in_toc"; then
1504
1505     func_begin TR "WIDTH=\"100%\""
1506
1507     element='<A HREF="#module='$1'">'$1'</A>'
1508     func_echo "<TD ALIGN=LEFT VALIGN=TOP WIDTH=\"20%\">$element"
1509
1510     # Rendering the description:
1511     # - Change the symbol() syntax as suitable for documentation, removing the
1512     #   parentheses (as per GNU standards, section "GNU Manuals").
1513     # - Flag the remaining symbol() constructs as errors.
1514     # - Change 'xxx' to <CODE>xxx</CODE>.
1515     sed_extract_element='
1516       '$sed_lt'
1517       '$sed_gt'
1518       '$sed_remove_trailing_empty_line'
1519       s,^, ,
1520       s,$, ,
1521       s,\([^a-zA-Z_]\)'$posix_functions'() \(function\|macro\),\1<A HREF="'$POSIX2008_URL'/functions/\2.html">\2</A> \3,g
1522       s,\([^a-zA-Z_]\)'$posix_functions' \(function\|macro\),\1<A HREF="'$POSIX2008_URL'/functions/\2.html">\2</A> \3,g
1523       s,\([^a-zA-Z_]\)'$posix_functions'(),\1<A HREF="'$POSIX2008_URL'/functions/\2.html">\2</A> <SPAN STYLE="color:#FF0000;">what?? If you mean a function\, please say so.</SPAN>,g
1524       s,\([^a-zA-Z_]\)'$posix2001_functions'() \(function\|macro\),\1<A HREF="'$POSIX2001_URL'xsh/\2.html">\2</A> \3,g
1525       s,\([^a-zA-Z_]\)'$posix2001_functions' \(function\|macro\),\1<A HREF="'$POSIX2001_URL'xsh/\2.html">\2</A> \3,g
1526       s,\([^a-zA-Z_]\)'$posix2001_functions'(),\1<A HREF="'$POSIX2001_URL'xsh/\2.html">\2</A> <SPAN STYLE="color:#FF0000;">what?? If you mean a function\, please say so.</SPAN>,g
1527       s,\([^a-zA-Z_]\)\([a-zA-Z_][a-zA-Z0-9_]*\)() \(function\|macro\),\1\2 \3,g
1528       s,\([^a-zA-Z_]\)\([a-zA-Z_][a-zA-Z0-9_]*\)(),\1\2 <SPAN STYLE="color:#FF0000;">what?? If you mean a function\, please say so.</SPAN>,g
1529       s, '"'"'\([a-zA-Z0-9_ -]*\)'"'"'\([^a-zA-Z0-9_]\), <CODE>\1</CODE>\2,g
1530       s,^ ,,
1531       s, $,,
1532     '
1533     element=`gnulib-tool --extract-description $1 \
1534              | LC_ALL=C sed -e "$sed_extract_element"`
1535     func_echo "<TD ALIGN=LEFT VALIGN=TOP WIDTH=\"80%\">$element"
1536
1537     func_end TR
1538
1539   else
1540
1541     func_begin TR
1542
1543     element='<A NAME="module='$1'"></A><A HREF="'$repo_url_prefix'modules/'$1$repo_url_suffix'">'$1'</A>'
1544     func_echo "<TD ALIGN=LEFT VALIGN=TOP>$element"
1545
1546     includes=`gnulib-tool --extract-include-directive $1`
1547     files=`gnulib-tool --extract-filelist $1 \
1548            | grep -v '^m4/gnulib-common\.m4$'`
1549     sed_extract_element='
1550       '$sed_lt'
1551       '$sed_gt'
1552       '$sed_remove_trailing_empty_line'
1553       s,^#include "\(.*\)"$,#include "<A HREF="'$repo_url_prefix'lib/\1'$repo_url_suffix_repl'">\1</A>",
1554       s,^#include &lt;'$posix_headers'\.h&gt;$,#include \&lt;<A HREF="'$POSIX2008_URL'/basedefs/\1.h.html">\1.h</A>\&gt;,
1555       s,<A HREF="'$POSIX2008_URL'/basedefs/\([a-zA-Z0-9_]*\)/\([a-zA-Z0-9_]*\)\.h\.html">,<A HREF="'$POSIX2008_URL'/basedefs/\1_\2.h.html">,
1556       s,^#include &lt;'$posix2001_headers'\.h&gt;$,#include \&lt;<A HREF="'$POSIX2001_URL'xbd/\1.h.html">\1.h</A>\&gt;,
1557       s/$/<BR>/
1558     '
1559     element=`echo "$includes" \
1560              | LC_ALL=C sed -e "$sed_extract_element" | tr -d "$trnl" \
1561              | sed -e 's/<BR>$//'`
1562     test -n "$element" || element='---'
1563     func_echo "<TD ALIGN=LEFT VALIGN=TOP>$element"
1564
1565     sed_choose_unconditional_nonstandard_include='s,^#include "\(.*\)"$,\1,p'
1566     includefile=`echo "$includes" \
1567                  | sed -n -e "$sed_choose_unconditional_nonstandard_include" \
1568                  | sed -e "$sed_escape_dot" | tr -d "$trnl"`
1569     sed_choose_lib_files='s,^lib/\(.*\)$,\1,p'
1570     sed_extract_include='
1571       \|^'"$includefile"'$|d
1572       s,^\(.*\)$,<A HREF="'$repo_url_prefix'lib/\1'$repo_url_suffix_repl'">\1</A>,
1573       s/$/<BR>/
1574     '
1575     element=`echo "$files" \
1576              | sed -e '/^$/d' \
1577              | sed -n -e "$sed_choose_lib_files" \
1578              | sed -e "$sed_extract_include" \
1579              | tr -d "$trnl" | sed -e 's/<BR>$//'`
1580     test -n "$element" || element='---'
1581     func_echo "<TD ALIGN=LEFT VALIGN=TOP>$element"
1582
1583     sed_choose_m4_files='s,^m4/\(.*\)$,\1,p'
1584     sed_extract_repo_url='
1585       /^onceonly/d
1586       s,^\(.*\)$,<A HREF="'$repo_url_prefix'm4/\1'$repo_url_suffix_repl'">\1</A>,
1587     '
1588     element=`(echo "$files" \
1589               | sed -e "$sed_remove_trailing_empty_line" \
1590               | sed -n -e "$sed_choose_m4_files" \
1591               | sed -e "$sed_extract_repo_url"; \
1592               gnulib-tool --extract-autoconf-snippet $1 \
1593               | sed -e "$sed_remove_trailing_empty_line") \
1594               | sed -e 's/$/<BR>/' | tr -d "$trnl" | sed -e 's/<BR>$//'`
1595     test -n "$element" || element='---'
1596     func_echo "<TD ALIGN=LEFT VALIGN=TOP>$element"
1597
1598     element=`gnulib-tool --extract-dependencies $1 \
1599              | sed -e "$sed_remove_trailing_empty_line" \
1600                    -e 's/$/<BR>/' | tr -d "$trnl" | sed -e 's/<BR>$//'`
1601     test -n "$element" || element='---'
1602     func_echo "<TD ALIGN=LEFT VALIGN=TOP>$element"
1603
1604     func_end TR
1605
1606     func_append seen_modules " $1"
1607     func_append seen_files " $files"
1608   fi
1609 }
1610
1611 # func_end_table
1612 func_end_table ()
1613 {
1614   func_end TABLE
1615 }
1616
1617 # func_all_modules
1618 func_all_modules ()
1619 {
1620   element="Support for obsolete systems lacking ANSI C 89"
1621   func_section_wrap ansic_sup_obsolete
1622   func_wrap H2
1623   func_echo "$element"
1624
1625   func_begin_table
1626   func_module stdlib
1627   func_module strtol
1628   func_module strtoul
1629   func_module memcmp
1630   func_module memcpy
1631   func_module memmove
1632   func_module memset
1633   func_module strcspn
1634   func_module strpbrk
1635   func_end_table
1636
1637   func_echo 'These modules are not listed among dependencies below, for simplicity.'
1638   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.'
1639
1640   element="Support for systems lacking ANSI C 89"
1641   func_section_wrap ansic_sup
1642   func_wrap H2
1643   func_echo "$element"
1644
1645   func_begin_table
1646   func_module atexit
1647   func_module strtod
1648   func_module strerror
1649   func_module strerror-override
1650   func_module mktime
1651   func_end_table
1652
1653   element="Enhancements for ANSI C 89 functions"
1654   func_section_wrap ansic_enh
1655   func_wrap H2
1656   func_echo "$element"
1657
1658   element="Diagnostics <assert.h>"
1659   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
1660   func_section_wrap ansic_enh_assert_diagnostics
1661   func_wrap H3
1662   func_echo "$element"
1663
1664   func_begin_table
1665   func_module assert
1666   func_module verify
1667   func_end_table
1668
1669   element="Mathematics <math.h>"
1670   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
1671   func_section_wrap ansic_enh_math
1672   func_wrap H3
1673   func_echo "$element"
1674
1675   func_begin_table
1676   func_module fpieee
1677   func_end_table
1678
1679   element="Input/output <stdio.h>"
1680   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
1681   func_section_wrap ansic_enh_stdio
1682   func_wrap H3
1683   func_echo "$element"
1684
1685   func_begin_table
1686   func_module fflush
1687   func_module fseterr
1688   func_module tmpfile
1689   func_end_table
1690
1691   element="Memory management functions <stdlib.h>"
1692   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
1693   func_section_wrap ansic_enh_stdlib_memory
1694   func_wrap H3
1695   func_echo "$element"
1696
1697   func_begin_table
1698   func_module calloc-gnu
1699   func_module eealloc
1700   func_module free
1701   func_module malloc-gnu
1702   func_module realloc-gnu
1703   func_module pagealign_alloc
1704   func_end_table
1705
1706   element="Sorting functions <stdlib.h>"
1707   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
1708   func_section_wrap ansic_enh_stdlib_sorting
1709   func_wrap H3
1710   func_echo "$element"
1711
1712   func_begin_table
1713   func_module array-mergesort
1714   func_module mpsort
1715   func_end_table
1716
1717   element="Date and time <time.h>"
1718   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
1719   func_section_wrap ansic_enh_time_datetime
1720   func_wrap H3
1721   func_echo "$element"
1722
1723   func_begin_table
1724   func_module fprintftime
1725   func_module strftime
1726   func_end_table
1727
1728   element="Extra functions based on ANSI C 89"
1729   func_section_wrap ansic_ext
1730   func_wrap H2
1731   func_echo "$element"
1732
1733   element="Memory management functions <stdlib.h>"
1734   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
1735   func_section_wrap ansic_ext_stdlib_memory
1736   func_wrap H3
1737   func_echo "$element"
1738
1739   func_begin_table
1740   func_module xsize
1741   func_module xalloc
1742   func_module xalloc-die
1743   func_module alloca
1744   func_module alloca-opt
1745   func_module malloca
1746   func_module xmalloca
1747   func_module xmemdup0
1748   func_module safe-alloc
1749   func_end_table
1750
1751   element="Integer arithmetic functions <stdlib.h>"
1752   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
1753   func_section_wrap ansic_ext_stdlib_arith
1754   func_wrap H3
1755   func_echo "$element"
1756
1757   func_begin_table
1758   func_module count-leading-zeros
1759   func_module count-one-bits
1760   func_module ffs
1761   func_module ffsl
1762   func_module ffsll
1763   func_module gcd
1764   func_module minmax
1765   func_end_table
1766
1767   element="Environment variables <stdlib.h>"
1768   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
1769   func_section_wrap ansic_ext_stdlib_env
1770   func_wrap H3
1771   func_echo "$element"
1772
1773   func_begin_table
1774   func_module putenv
1775   func_module secure_getenv
1776   func_module setenv
1777   func_module unsetenv
1778   func_module xsetenv
1779   func_end_table
1780
1781   element="Character handling <ctype.h>"
1782   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
1783   func_section_wrap ansic_ext_ctype
1784   func_wrap H3
1785   func_echo "$element"
1786
1787   func_begin_table
1788   func_module c-ctype
1789   func_end_table
1790
1791   element="String handling <string.h>"
1792   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
1793   func_section_wrap ansic_ext_string
1794   func_wrap H3
1795   func_echo "$element"
1796
1797   func_begin_table
1798   func_module bcopy
1799   func_module memchr
1800   func_module memchr2
1801   func_module memcmp2
1802   func_module memmem
1803   func_module memmem-simple
1804   func_module mempcpy
1805   func_module memrchr
1806   func_module amemxfrm
1807   func_module rawmemchr
1808   func_module stpcpy
1809   func_module stpncpy
1810   func_module c-strcase
1811   func_module strcase
1812   func_module c-strcaseeq
1813   func_module c-strcasestr
1814   func_module strcasestr
1815   func_module strcasestr-simple
1816   func_module strchrnul
1817   func_module streq
1818   func_module strerror_r-posix
1819   func_module strnlen
1820   func_module strnlen1
1821   func_module strndup
1822   func_module strsep
1823   func_module strstr
1824   func_module strstr-simple
1825   func_module c-strstr
1826   func_module astrxfrm
1827   func_module trim
1828   func_module fstrcmp
1829   func_module xstrndup
1830   func_end_table
1831
1832   element="Mathematics <math.h>"
1833   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
1834   func_section_wrap ansic_ext_math
1835   func_wrap H3
1836   func_echo "$element"
1837
1838   func_begin_table
1839   func_module printf-frexp
1840   func_end_table
1841
1842   element="Numeric conversion functions <stdlib.h>"
1843   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
1844   func_section_wrap ansic_ext_stdlib_conv
1845   func_wrap H3
1846   func_echo "$element"
1847
1848   func_begin_table
1849   func_module c-strtod
1850   func_module c-strtold
1851   func_module xstrtod
1852   func_module xstrtol
1853   func_module xstrtoll
1854   func_module xstrtold
1855   func_end_table
1856
1857   element="Date and time <time.h>"
1858   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
1859   func_section_wrap ansic_ext_time_datetime
1860   func_wrap H3
1861   func_echo "$element"
1862
1863   func_begin_table
1864   func_module mktime-internal
1865   func_module parse-datetime
1866   func_module timegm
1867   func_module tzset
1868   func_end_table
1869
1870   element="Input/Output <stdio.h>"
1871   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
1872   func_section_wrap ansic_ext_stdio
1873   func_wrap H3
1874   func_echo "$element"
1875
1876   func_begin_table
1877   func_module unlocked-io
1878   func_module fwriteerror
1879   func_module vasnprintf
1880   func_module vasprintf
1881   func_module xprintf
1882   func_module xvasprintf
1883   func_end_table
1884
1885   element="Signal handling <signal.h>"
1886   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
1887   func_section_wrap ansic_ext_signal
1888   func_wrap H3
1889   func_echo "$element"
1890
1891   func_begin_table
1892   func_module fatal-signal
1893   func_module raise
1894   func_module strsignal
1895   func_end_table
1896
1897   element="Command-line arguments"
1898   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
1899   func_section_wrap ansic_ext_argv
1900   func_wrap H3
1901   func_echo "$element"
1902
1903   func_begin_table
1904   func_module argmatch
1905   func_module argv-iter
1906   func_module version-etc
1907   func_module version-etc-fsf
1908   func_module long-options
1909   func_end_table
1910
1911   element="Container data structures"
1912   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
1913   func_section_wrap ansic_ext_container
1914   func_wrap H3
1915   func_echo "$element"
1916
1917   func_begin_table
1918   func_module list
1919   func_module xlist
1920   func_module array-list
1921   func_module carray-list
1922   func_module linked-list
1923   func_module avltree-list
1924   func_module rbtree-list
1925   func_module linkedhash-list
1926   func_module avltreehash-list
1927   func_module rbtreehash-list
1928   func_module sublist
1929   func_module xsublist
1930   func_module oset
1931   func_module xoset
1932   func_module array-oset
1933   func_module avltree-oset
1934   func_module rbtree-oset
1935   func_end_table
1936
1937   element="Cryptographic computations (low-level)"
1938   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
1939   func_section_wrap ansic_ext_crypto
1940   func_wrap H3
1941   func_echo "$element"
1942
1943   func_begin_table
1944   func_module crypto/arcfour
1945   func_module crypto/arctwo
1946   func_module crypto/des
1947   func_module crypto/hmac-md5
1948   func_module crypto/hmac-sha1
1949   func_module crypto/md2
1950   func_module crypto/md4
1951   func_module crypto/md5
1952   func_module crypto/rijndael
1953   func_module crypto/sha1
1954   func_module crypto/sha256
1955   func_module crypto/sha512
1956   func_end_table
1957
1958   element="Cryptographic computations (high-level)"
1959   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
1960   func_section_wrap ansic_ext_crypto2
1961   func_wrap H3
1962   func_echo "$element"
1963
1964   func_begin_table
1965   func_module crypto/gc
1966   func_module crypto/gc-arcfour
1967   func_module crypto/gc-arctwo
1968   func_module crypto/gc-camellia
1969   func_module crypto/gc-des
1970   func_module crypto/gc-hmac-md5
1971   func_module crypto/gc-hmac-sha1
1972   func_module crypto/gc-md2
1973   func_module crypto/gc-md4
1974   func_module crypto/gc-md5
1975   func_module crypto/gc-pbkdf2-sha1
1976   func_module crypto/gc-random
1977   func_module crypto/gc-rijndael
1978   func_module crypto/gc-sha1
1979   func_end_table
1980
1981   element="Compiler warning management"
1982   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
1983   func_section_wrap ansic_ext_compwarn
1984   func_wrap H3
1985   func_echo "$element"
1986
1987   func_begin_table
1988   func_module ignore-value
1989   func_end_table
1990
1991   element="Misc"
1992   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
1993   func_section_wrap ansic_ext_misc
1994   func_wrap H3
1995   func_echo "$element"
1996
1997   func_begin_table
1998   func_module base32
1999   func_module base64
2000   func_module check-version
2001   func_module crc
2002   func_module diacrit
2003   func_module diffseq
2004   func_module execinfo
2005   func_module getline
2006   func_module getdelim
2007   func_module getnline
2008   func_module getndelim2
2009   func_module linebuffer
2010   func_module memxor
2011   func_module obstack
2012   func_module obstack-printf
2013   func_module obstack-printf-posix
2014   func_module hash-pjw
2015   func_module hash-pjw-bare
2016   func_module hash
2017   func_module readline
2018   func_module readtokens
2019   func_module readtokens0
2020   func_module strverscmp
2021   func_module filevercmp
2022   func_end_table
2023
2024   element="Support for systems lacking ISO C 99"
2025   func_section_wrap isoc_sup
2026   func_wrap H2
2027   func_echo "$element"
2028
2029   element="Core language properties"
2030   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
2031   func_section_wrap isoc_core_properties
2032   func_wrap H3
2033   func_echo "$element"
2034
2035   func_begin_table
2036   func_module alignof
2037   func_module flexmember
2038   func_module fpucw
2039   func_module func
2040   func_module inline
2041   func_module longlong
2042   func_module snippet/unused-parameter
2043   func_module va-args
2044   func_module vararrays
2045   func_end_table
2046
2047   element="Sizes of integer types <limits.h>"
2048   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
2049   func_section_wrap isoc_sup_limits
2050   func_wrap H3
2051   func_echo "$element"
2052
2053   func_begin_table
2054   func_module size_max
2055   func_end_table
2056
2057   element="Variable arguments <stdarg.h>"
2058   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
2059   func_section_wrap isoc_sup_stdarg
2060   func_wrap H3
2061   func_echo "$element"
2062
2063   func_begin_table
2064   func_module stdarg
2065   func_end_table
2066
2067   element="Boolean type and values <stdbool.h>"
2068   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
2069   func_section_wrap isoc_sup_stdbool
2070   func_wrap H3
2071   func_echo "$element"
2072
2073   func_begin_table
2074   func_module stdbool
2075   func_end_table
2076
2077   element="Basic types <stddef.h>"
2078   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
2079   func_section_wrap isoc_sup_stddef
2080   func_wrap H3
2081   func_echo "$element"
2082
2083   func_begin_table
2084   func_module stddef
2085   func_end_table
2086
2087   element="Integer types and values <stdint.h>"
2088   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
2089   func_section_wrap isoc_sup_stdint
2090   func_wrap H3
2091   func_echo "$element"
2092
2093   func_begin_table
2094   func_module stdint
2095   func_end_table
2096
2097   element="Input/output <stdio.h>"
2098   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
2099   func_section_wrap isoc_sup_stdio
2100   func_wrap H3
2101   func_echo "$element"
2102
2103   func_begin_table
2104   func_module stdio
2105   func_module snprintf
2106   func_module vsnprintf
2107   func_end_table
2108
2109   element="Process control, Numeric conversion functions <stdlib.h>"
2110   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
2111   func_section_wrap isoc_sup_stdlib_procconv
2112   func_wrap H3
2113   func_echo "$element"
2114
2115   func_begin_table
2116   func_module _Exit
2117   func_module atoll
2118   func_module strtoll
2119   func_module strtoull
2120   func_end_table
2121
2122   element="Unibyte characters <ctype.h>"
2123   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
2124   func_section_wrap isoc_sup_ctype
2125   func_wrap H3
2126   func_echo "$element"
2127
2128   func_begin_table
2129   func_module ctype
2130   func_end_table
2131
2132   element="Functions for greatest-width integer types <inttypes.h>"
2133   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
2134   func_section_wrap isoc_sup_inttypes
2135   func_wrap H3
2136   func_echo "$element"
2137
2138   func_begin_table
2139   func_module imaxabs
2140   func_module imaxdiv
2141   func_module inttypes
2142   func_module strtoimax
2143   func_module strtoumax
2144   func_end_table
2145
2146   element="String handling <string.h>"
2147   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
2148   func_section_wrap isoc_sup_string
2149   func_wrap H3
2150   func_echo "$element"
2151
2152   func_begin_table
2153   func_module strncat
2154   func_end_table
2155
2156   element="Extended multibyte and wide character utilities <wchar.h>"
2157   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
2158   func_section_wrap isoc_sup_wchar
2159   func_wrap H3
2160   func_echo "$element"
2161
2162   func_begin_table
2163   func_module wchar
2164   func_module btowc
2165   func_module wctob
2166   func_module mbsinit
2167   func_module mbrlen
2168   func_module mbrtowc
2169   func_module mbsrtowcs
2170   func_module wcrtomb
2171   func_module wcsrtombs
2172   func_end_table
2173
2174   element="Wide character classification and mapping utilities <wctype.h>"
2175   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
2176   func_section_wrap isoc_sup_wctype
2177   func_wrap H3
2178   func_echo "$element"
2179
2180   func_begin_table
2181   func_module wctype
2182   func_end_table
2183
2184   element="Characteristics of floating types <float.h>"
2185   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
2186   func_section_wrap isoc_sup_float
2187   func_wrap H3
2188   func_echo "$element"
2189
2190   func_begin_table
2191   func_module float
2192   func_end_table
2193
2194   element="Mathematics <math.h>"
2195   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
2196   func_section_wrap isoc_sup_math
2197   func_wrap H3
2198   func_echo "$element"
2199
2200   func_begin_table
2201   func_module acos
2202   func_module acosl
2203   func_module asin
2204   func_module asinl
2205   func_module atan
2206   func_module atan2
2207   func_module atanl
2208   func_module cbrt
2209   func_module ceil
2210   func_module ceilf
2211   func_module ceill
2212   func_module copysign
2213   func_module cos
2214   func_module cosh
2215   func_module cosl
2216   func_module erf
2217   func_module erfc
2218   func_module exp
2219   func_module expl
2220   func_module fabs
2221   func_module floor
2222   func_module floorf
2223   func_module floorl
2224   func_module fmod
2225   func_module frexp
2226   func_module frexp-nolibm
2227   func_module frexpl
2228   func_module frexpl-nolibm
2229   func_module hypot
2230   func_module isfinite
2231   func_module isinf
2232   func_module isnan
2233   func_module isnanf
2234   func_module isnanf-nolibm
2235   func_module isnand
2236   func_module isnand-nolibm
2237   func_module isnanl
2238   func_module isnanl-nolibm
2239   func_module j0
2240   func_module j1
2241   func_module jn
2242   func_module ldexp
2243   func_module ldexpl
2244   func_module lgamma
2245   func_module log
2246   func_module log10
2247   func_module log1p
2248   func_module logb
2249   func_module logl
2250   func_module math
2251   func_module mathl
2252   func_module modf
2253   func_module nextafter
2254   func_module pow
2255   func_module remainder
2256   func_module rint
2257   func_module round
2258   func_module roundf
2259   func_module roundl
2260   func_module signbit
2261   func_module sin
2262   func_module sinh
2263   func_module sinl
2264   func_module sqrt
2265   func_module sqrtl
2266   func_module tan
2267   func_module tanh
2268   func_module tanl
2269   func_module trunc
2270   func_module truncf
2271   func_module truncl
2272   func_module y0
2273   func_module y1
2274   func_module yn
2275   func_end_table
2276
2277   element="Enhancements for ISO C 99 functions"
2278   func_section_wrap isoc_enh
2279   func_wrap H2
2280   func_echo "$element"
2281
2282   element="Input/output <stdio.h>"
2283   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
2284   func_section_wrap isoc_enh_stdio
2285   func_wrap H3
2286   func_echo "$element"
2287
2288   func_begin_table
2289   func_module printf-safe
2290   func_end_table
2291
2292   element="Extra functions based on ISO C 99"
2293   func_section_wrap isoc_ext
2294   func_wrap H2
2295   func_echo "$element"
2296
2297   element="Mathematics <math.h>"
2298   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
2299   func_section_wrap isoc_ext_math
2300   func_wrap H3
2301   func_echo "$element"
2302
2303   func_begin_table
2304   func_module printf-frexpl
2305   func_end_table
2306
2307   element="Numeric conversion functions <stdlib.h>"
2308   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
2309   func_section_wrap isoc_ext_stdlib_conv
2310   func_wrap H3
2311   func_echo "$element"
2312
2313   func_begin_table
2314   func_module dtoastr
2315   func_module ftoastr
2316   func_module intprops
2317   func_module inttostr
2318   func_module ldtoastr
2319   func_module xstrtoimax
2320   func_module xstrtoumax
2321   func_end_table
2322
2323   element="Extended multibyte and wide character utilities <wchar.h>"
2324   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
2325   func_section_wrap isoc_ext_wchar_mb
2326   func_wrap H3
2327   func_echo "$element"
2328
2329   func_begin_table
2330   func_module mbchar
2331   func_module mbiter
2332   func_module mbuiter
2333   func_module mbfile
2334   func_end_table
2335
2336   element="Support for systems lacking ISO C11"
2337   func_section_wrap c11_sup
2338   func_wrap H2
2339   func_echo "$element"
2340
2341   element="Core language properties"
2342   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
2343   func_section_wrap c11_core_properties
2344   func_wrap H3
2345   func_echo "$element"
2346
2347   func_begin_table
2348   func_module stdalign
2349   func_end_table
2350
2351   element="Support for obsolete systems lacking POSIX:2008"
2352   func_section_wrap posix_sup_obsolete
2353   func_wrap H2
2354   func_echo "$element"
2355
2356   func_begin_table
2357   func_module strdup
2358   func_end_table
2359
2360   func_echo 'These modules are not listed among dependencies below, for simplicity.'
2361   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.'
2362
2363   element="Support for systems lacking POSIX:2008"
2364   func_section_wrap posix_sup
2365   func_wrap H2
2366   func_echo "$element"
2367
2368   func_begin_table
2369   func_module accept
2370   func_module alphasort
2371   func_module arpa_inet
2372   func_module bind
2373   func_module calloc-posix
2374   func_module chown
2375   func_module close
2376   func_module connect
2377   func_module dirent
2378   func_module dprintf
2379   func_module dprintf-posix
2380   func_module dup2
2381   func_module duplocale
2382   func_module environ
2383   func_module errno
2384   func_module fchdir
2385   func_module fclose
2386   func_module fcntl-h
2387   func_module fcntl
2388   func_module fdatasync
2389   func_module flock
2390   func_module fopen
2391   func_module fprintf-posix
2392   func_module freopen
2393   func_module fseek
2394   func_module fseeko
2395   func_module fsync
2396   func_module ftell
2397   func_module ftello
2398   func_module ftruncate
2399   func_module futimens
2400   func_module getaddrinfo
2401   func_module getcwd
2402   func_module getcwd-lgpl
2403   func_module getgroups
2404   func_module gethostname
2405   func_module getlogin
2406   func_module getlogin_r
2407   func_module getopt-posix
2408   func_module getpeername
2409   func_module getsockname
2410   func_module getsockopt
2411   func_module getsubopt
2412   func_module gettimeofday
2413   func_module grantpt
2414   func_module hostent
2415   func_module iconv-h
2416   func_module iconv_open
2417   func_module inet_ntop
2418   func_module inet_pton
2419   func_module ioctl
2420   func_module isblank
2421   func_module langinfo
2422   func_module link
2423   func_module linkat
2424   func_module listen
2425   func_module locale
2426   func_module lseek
2427   func_module lstat
2428   func_module malloc-posix
2429   func_module mbsnrtowcs
2430   func_module mkdir
2431   func_module mkdtemp
2432   func_module mkfifo
2433   func_module mknod
2434   func_module mkstemp
2435   func_module net_if
2436   func_module netdb
2437   func_module netinet_in
2438   func_module nl_langinfo
2439   func_module open
2440   func_module perror
2441   func_module poll
2442   func_module popen
2443   func_module posix_openpt
2444   func_module posix_spawn
2445   func_module posix_spawnattr_destroy
2446   func_module posix_spawnattr_getflags
2447   func_module posix_spawnattr_getpgroup
2448   func_module posix_spawnattr_getschedparam
2449   func_module posix_spawnattr_getschedpolicy
2450   func_module posix_spawnattr_getsigdefault
2451   func_module posix_spawnattr_getsigmask
2452   func_module posix_spawnattr_init
2453   func_module posix_spawnattr_setflags
2454   func_module posix_spawnattr_setpgroup
2455   func_module posix_spawnattr_setschedparam
2456   func_module posix_spawnattr_setschedpolicy
2457   func_module posix_spawnattr_setsigdefault
2458   func_module posix_spawnattr_setsigmask
2459   func_module posix_spawn_file_actions_addclose
2460   func_module posix_spawn_file_actions_adddup2
2461   func_module posix_spawn_file_actions_addopen
2462   func_module posix_spawn_file_actions_destroy
2463   func_module posix_spawn_file_actions_init
2464   func_module posix_spawn-internal
2465   func_module posix_spawnp
2466   func_module pread
2467   func_module printf-posix
2468   func_module pselect
2469   func_module pthread
2470   func_module ptsname
2471   func_module pwrite
2472   func_module readlink
2473   func_module realloc-posix
2474   func_module recv
2475   func_module recvfrom
2476   func_module remove
2477   func_module scandir
2478   func_module sched
2479   func_module select
2480   func_module send
2481   func_module sendto
2482   func_module servent
2483   func_module setsockopt
2484   func_module shutdown
2485   func_module signal-h
2486   func_module sleep
2487   func_module snprintf-posix
2488   func_module socket
2489   func_module spawn
2490   func_module sprintf-posix
2491   func_module stat
2492   func_module strdup-posix
2493   func_module string
2494   func_module strings
2495   func_module tempname
2496   func_module time
2497   func_module time_r
2498   func_module times
2499   func_module timespec
2500   func_module nanosleep
2501   func_module pthread_sigmask
2502   func_module regex
2503   func_module rename
2504   func_module renameat
2505   func_module rmdir
2506   func_module search
2507   func_module sigaction
2508   func_module sigprocmask
2509   func_module socklen
2510   func_module ssize_t
2511   func_module strptime
2512   func_module strtok_r
2513   func_module sys_select
2514   func_module sys_socket
2515   func_module sys_stat
2516   func_module sys_time
2517   func_module sys_times
2518   func_module sys_uio
2519   func_module sys_utsname
2520   func_module sys_wait
2521   func_module tsearch
2522   func_module ttyname_r
2523   func_module uname
2524   func_module unistd
2525   func_module unlink
2526   func_module unlockpt
2527   func_module utimensat
2528   func_module vasnprintf-posix
2529   func_module vasprintf-posix
2530   func_module vdprintf
2531   func_module vdprintf-posix
2532   func_module vfprintf-posix
2533   func_module vprintf-posix
2534   func_module vsnprintf-posix
2535   func_module vsprintf-posix
2536   func_module wcsnrtombs
2537   func_module wcwidth
2538   func_module write
2539   func_end_table
2540
2541   element="Compatibility checks for POSIX:2008 functions"
2542   func_section_wrap posix_compat
2543   func_wrap H2
2544   func_echo "$element"
2545
2546   func_begin_table
2547   func_module clock-time
2548   func_module d-ino
2549   func_module d-type
2550   func_module link-follow
2551   func_module rename-dest-slash
2552   func_module rmdir-errno
2553   func_module timer-time
2554   func_module unlink-busy
2555   func_module winsz-ioctl
2556   func_module winsz-termios
2557   func_end_table
2558
2559   element="Enhancements for POSIX:2008 functions"
2560   func_section_wrap posix_enh
2561   func_wrap H2
2562   func_echo "$element"
2563
2564   func_begin_table
2565   func_module chdir-long
2566   func_module dirent-safer
2567   func_module dirname
2568   func_module dirname-lgpl
2569   func_module getopt-gnu
2570   func_module iconv_open-utf
2571   func_module unistd-safer
2572   func_module fnmatch
2573   func_module fnmatch-posix
2574   func_module fnmatch-gnu
2575   func_module glob
2576   func_module exclude
2577   func_end_table
2578
2579   element="Extra functions based on POSIX:2008"
2580   func_section_wrap posix_ext
2581   func_wrap H2
2582   func_echo "$element"
2583
2584   element="Input/output"
2585   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
2586   func_section_wrap posix_ext_stdio
2587   func_wrap H3
2588   func_echo "$element"
2589
2590   func_begin_table
2591   func_module xprintf-posix
2592   func_module xvasprintf-posix
2593   func_end_table
2594
2595   element="Numeric conversion functions"
2596   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
2597   func_section_wrap posix_ext_conv
2598   func_wrap H3
2599   func_echo "$element"
2600
2601   func_begin_table
2602   func_module human
2603   func_end_table
2604
2605   element="File system functions"
2606   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
2607   func_section_wrap posix_ext_filesys
2608   func_wrap H3
2609   func_echo "$element"
2610
2611   func_begin_table
2612   func_module acl
2613   func_module areadlink
2614   func_module areadlink-with-size
2615   func_module areadlinkat
2616   func_module areadlinkat-with-size
2617   func_module backupfile
2618   func_module canonicalize
2619   func_module canonicalize-lgpl
2620   func_module chdir-safer
2621   func_module clean-temp
2622   func_module concat-filename
2623   func_module copy-file
2624   func_module fsusage
2625   func_module dirfd
2626   func_module double-slash-root
2627   func_module euidaccess
2628   func_module faccessat
2629   func_module fdopendir
2630   func_module fdutimensat
2631   func_module file-type
2632   func_module fileblocks
2633   func_module filemode
2634   func_module filename
2635   func_module filenamecat
2636   func_module filenamecat-lgpl
2637   func_module fts
2638   func_module isdir
2639   func_module largefile
2640   func_module lchmod
2641   func_module lchown
2642   func_module mkancesdirs
2643   func_module mkfifoat
2644   func_module mkdir-p
2645   func_module mkostemp
2646   func_module mkostemps
2647   func_module mkstemps
2648   func_module modechange
2649   func_module mountlist
2650   func_module openat
2651   func_module openat-die
2652   func_module pathmax
2653   func_module read-file
2654   func_module readlinkat
2655   func_module same
2656   func_module save-cwd
2657   func_module savedir
2658   func_module savewd
2659   func_module stat-macros
2660   func_module stat-time
2661   func_module symlink
2662   func_module symlinkat
2663   func_module sys_file
2664   func_module sys_ioctl
2665   func_module tmpdir
2666   func_module unlinkdir
2667   func_module utimecmp
2668   func_module utimens
2669   func_module write-any-file
2670   func_module xconcat-filename
2671   func_module xgetcwd
2672   func_module xreadlink
2673   func_module xreadlinkat
2674   func_end_table
2675
2676   element="File system as inode set"
2677   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
2678   func_section_wrap posix_ext_inodeset
2679   func_wrap H3
2680   func_echo "$element"
2681
2682   func_begin_table
2683   func_module cycle-check
2684   func_module dev-ino
2685   func_module file-set
2686   func_module hash-triple
2687   func_module i-ring
2688   func_module same-inode
2689   func_end_table
2690
2691   element="File descriptor based Input/Output"
2692   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
2693   func_section_wrap posix_ext_filedesc
2694   func_wrap H3
2695   func_echo "$element"
2696
2697   func_begin_table
2698   func_module dup3
2699   func_module fd-safer-flag
2700   func_module getdtablesize
2701   func_module fcntl-safer
2702   func_module openat-safer
2703   func_module safe-read
2704   func_module safe-write
2705   func_module full-read
2706   func_module full-write
2707   func_module binary-io
2708   func_module isapipe
2709   func_module pipe-posix
2710   func_module pipe2
2711   func_module pipe2-safer
2712   func_end_table
2713
2714   element="File stream based Input/Output"
2715   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
2716   func_section_wrap posix_ext_filestream
2717   func_wrap H3
2718   func_echo "$element"
2719
2720   func_begin_table
2721   func_module close-stream
2722   func_module closein
2723   func_module closeout
2724   func_module fbufmode
2725   func_module fopen-safer
2726   func_module fpending
2727   func_module fpurge
2728   func_module freadable
2729   func_module freadahead
2730   func_module freading
2731   func_module freadptr
2732   func_module freadseek
2733   func_module freopen-safer
2734   func_module fwritable
2735   func_module fwriting
2736   func_module getpass
2737   func_module getpass-gnu
2738   func_module popen-safer
2739   func_module stdlib-safer
2740   func_module tmpfile-safer
2741   func_module xfreopen
2742   func_end_table
2743
2744   element="Users and groups"
2745   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
2746   func_section_wrap posix_ext_uidgid
2747   func_wrap H3
2748   func_echo "$element"
2749
2750   func_begin_table
2751   func_module getugroups
2752   func_module group-member
2753   func_module idcache
2754   func_module mgetgroups
2755   func_module userspec
2756   func_end_table
2757
2758   element="Security"
2759   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
2760   func_section_wrap posix_ext_security
2761   func_wrap H3
2762   func_echo "$element"
2763
2764   func_begin_table
2765   func_module idpriv-drop
2766   func_module idpriv-droptemp
2767   func_module priv-set
2768   func_end_table
2769
2770   element="Date and time"
2771   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
2772   func_section_wrap posix_ext_datetime
2773   func_wrap H3
2774   func_echo "$element"
2775
2776   func_begin_table
2777   func_module gethrxtime
2778   func_module gettime
2779   func_module posixtm
2780   func_module settime
2781   func_module usleep
2782   func_module xnanosleep
2783   func_end_table
2784
2785   element="Networking functions"
2786   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
2787   func_section_wrap posix_ext_net
2788   func_wrap H3
2789   func_echo "$element"
2790
2791   func_begin_table
2792   func_module accept4
2793   func_module xgethostname
2794   func_module canon-host
2795   func_module sockets
2796   func_end_table
2797
2798   element="Multithreading"
2799   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
2800   func_section_wrap posix_ext_thread
2801   func_wrap H3
2802   func_echo "$element"
2803
2804   func_begin_table
2805   func_module threadlib
2806   func_module lock
2807   func_module tls
2808   func_module thread
2809   func_module yield
2810   func_module cond
2811   func_module openmp
2812   func_end_table
2813
2814   element="Signal handling"
2815   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
2816   func_section_wrap posix_ext_signal
2817   func_wrap H3
2818   func_echo "$element"
2819
2820   func_begin_table
2821   func_module c-stack
2822   func_module libsigsegv
2823   func_module sig2str
2824   func_module sigpipe
2825   func_module sigpipe-die
2826   func_end_table
2827
2828   element="Internationalization functions"
2829   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
2830   func_section_wrap posix_ext_i18n
2831   func_wrap H3
2832   func_echo "$element"
2833
2834   func_begin_table
2835   func_module gettext
2836   func_module gettext-h
2837   func_module propername
2838   func_module iconv
2839   func_module striconv
2840   func_module xstriconv
2841   func_module striconveh
2842   func_module xstriconveh
2843   func_module striconveha
2844   func_module localcharset
2845   func_module hard-locale
2846   func_module localename
2847   func_module mbmemcasecmp
2848   func_module mbmemcasecoll
2849   func_module mbslen
2850   func_module mbsnlen
2851   func_module mbschr
2852   func_module mbsrchr
2853   func_module mbsstr
2854   func_module mbscasecmp
2855   func_module mbsncasecmp
2856   func_module mbspcasecmp
2857   func_module mbscasestr
2858   func_module mbscspn
2859   func_module mbspbrk
2860   func_module mbsspn
2861   func_module mbssep
2862   func_module mbstok_r
2863   func_module mbswidth
2864   func_module memcasecmp
2865   func_module memcoll
2866   func_module xmemcoll
2867   func_module unicodeio
2868   func_module rpmatch
2869   func_module yesno
2870   func_module bison-i18n
2871   func_end_table
2872
2873   element="Unicode string functions"
2874   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
2875   func_section_wrap posix_ext_unicode
2876   func_wrap H3
2877   func_echo "$element"
2878
2879   func_begin_table
2880   func_module libunistring
2881   func_module libunistring-optional
2882   func_module unitypes
2883   func_module ucs4-utf8
2884   func_module ucs4-utf16
2885   func_module utf8-ucs4-unsafe
2886   func_module utf16-ucs4-unsafe
2887   func_module utf8-ucs4
2888   func_module utf16-ucs4
2889   func_module unistr/base
2890   func_module unistr/u8-to-u16
2891   func_module unistr/u8-to-u32
2892   func_module unistr/u16-to-u8
2893   func_module unistr/u16-to-u32
2894   func_module unistr/u32-to-u8
2895   func_module unistr/u32-to-u16
2896   func_module unistr/u8-check
2897   func_module unistr/u16-check
2898   func_module unistr/u32-check
2899   func_module unistr/u8-chr
2900   func_module unistr/u16-chr
2901   func_module unistr/u32-chr
2902   func_module unistr/u8-cmp
2903   func_module unistr/u16-cmp
2904   func_module unistr/u32-cmp
2905   func_module unistr/u8-cmp2
2906   func_module unistr/u16-cmp2
2907   func_module unistr/u32-cmp2
2908   func_module unistr/u8-cpy
2909   func_module unistr/u16-cpy
2910   func_module unistr/u32-cpy
2911   func_module unistr/u8-cpy-alloc
2912   func_module unistr/u16-cpy-alloc
2913   func_module unistr/u32-cpy-alloc
2914   func_module unistr/u8-endswith
2915   func_module unistr/u16-endswith
2916   func_module unistr/u32-endswith
2917   func_module unistr/u8-mblen
2918   func_module unistr/u16-mblen
2919   func_module unistr/u32-mblen
2920   func_module unistr/u8-mbsnlen
2921   func_module unistr/u16-mbsnlen
2922   func_module unistr/u32-mbsnlen
2923   func_module unistr/u8-mbtouc-unsafe
2924   func_module unistr/u16-mbtouc-unsafe
2925   func_module unistr/u32-mbtouc-unsafe
2926   func_module unistr/u8-mbtouc
2927   func_module unistr/u16-mbtouc
2928   func_module unistr/u32-mbtouc
2929   func_module unistr/u8-mbtoucr
2930   func_module unistr/u16-mbtoucr
2931   func_module unistr/u32-mbtoucr
2932   func_module unistr/u8-move
2933   func_module unistr/u16-move
2934   func_module unistr/u32-move
2935   func_module unistr/u8-next
2936   func_module unistr/u16-next
2937   func_module unistr/u32-next
2938   func_module unistr/u8-prev
2939   func_module unistr/u16-prev
2940   func_module unistr/u32-prev
2941   func_module unistr/u8-set
2942   func_module unistr/u16-set
2943   func_module unistr/u32-set
2944   func_module unistr/u8-startswith
2945   func_module unistr/u16-startswith
2946   func_module unistr/u32-startswith
2947   func_module unistr/u8-stpcpy
2948   func_module unistr/u16-stpcpy
2949   func_module unistr/u32-stpcpy
2950   func_module unistr/u8-stpncpy
2951   func_module unistr/u16-stpncpy
2952   func_module unistr/u32-stpncpy
2953   func_module unistr/u8-strcat
2954   func_module unistr/u16-strcat
2955   func_module unistr/u32-strcat
2956   func_module unistr/u8-strchr
2957   func_module unistr/u16-strchr
2958   func_module unistr/u32-strchr
2959   func_module unistr/u8-strcmp
2960   func_module unistr/u16-strcmp
2961   func_module unistr/u32-strcmp
2962   func_module unistr/u8-strcoll
2963   func_module unistr/u16-strcoll
2964   func_module unistr/u32-strcoll
2965   func_module unistr/u8-strcpy
2966   func_module unistr/u16-strcpy
2967   func_module unistr/u32-strcpy
2968   func_module unistr/u8-strcspn
2969   func_module unistr/u16-strcspn
2970   func_module unistr/u32-strcspn
2971   func_module unistr/u8-strdup
2972   func_module unistr/u16-strdup
2973   func_module unistr/u32-strdup
2974   func_module unistr/u8-strlen
2975   func_module unistr/u16-strlen
2976   func_module unistr/u32-strlen
2977   func_module unistr/u8-strmblen
2978   func_module unistr/u16-strmblen
2979   func_module unistr/u32-strmblen
2980   func_module unistr/u8-strmbtouc
2981   func_module unistr/u16-strmbtouc
2982   func_module unistr/u32-strmbtouc
2983   func_module unistr/u8-strncat
2984   func_module unistr/u16-strncat
2985   func_module unistr/u32-strncat
2986   func_module unistr/u8-strncmp
2987   func_module unistr/u16-strncmp
2988   func_module unistr/u32-strncmp
2989   func_module unistr/u8-strncpy
2990   func_module unistr/u16-strncpy
2991   func_module unistr/u32-strncpy
2992   func_module unistr/u8-strnlen
2993   func_module unistr/u16-strnlen
2994   func_module unistr/u32-strnlen
2995   func_module unistr/u8-strpbrk
2996   func_module unistr/u16-strpbrk
2997   func_module unistr/u32-strpbrk
2998   func_module unistr/u8-strrchr
2999   func_module unistr/u16-strrchr
3000   func_module unistr/u32-strrchr
3001   func_module unistr/u8-strspn
3002   func_module unistr/u16-strspn
3003   func_module unistr/u32-strspn
3004   func_module unistr/u8-strstr
3005   func_module unistr/u16-strstr
3006   func_module unistr/u32-strstr
3007   func_module unistr/u8-strtok
3008   func_module unistr/u16-strtok
3009   func_module unistr/u32-strtok
3010   func_module unistr/u8-uctomb
3011   func_module unistr/u16-uctomb
3012   func_module unistr/u32-uctomb
3013   func_module uniconv/base
3014   func_module uniconv/u8-conv-from-enc
3015   func_module uniconv/u16-conv-from-enc
3016   func_module uniconv/u32-conv-from-enc
3017   func_module uniconv/u8-conv-to-enc
3018   func_module uniconv/u16-conv-to-enc
3019   func_module uniconv/u32-conv-to-enc
3020   func_module uniconv/u8-strconv-from-enc
3021   func_module uniconv/u16-strconv-from-enc
3022   func_module uniconv/u32-strconv-from-enc
3023   func_module uniconv/u8-strconv-to-enc
3024   func_module uniconv/u16-strconv-to-enc
3025   func_module uniconv/u32-strconv-to-enc
3026   func_module uniconv/u8-strconv-from-locale
3027   func_module uniconv/u16-strconv-from-locale
3028   func_module uniconv/u32-strconv-from-locale
3029   func_module uniconv/u8-strconv-to-locale
3030   func_module uniconv/u16-strconv-to-locale
3031   func_module uniconv/u32-strconv-to-locale
3032   func_module unistdio/base
3033   func_module unistdio/u-printf-args
3034   func_module unistdio/ulc-asnprintf
3035   func_module unistdio/ulc-asprintf
3036   func_module unistdio/ulc-fprintf
3037   func_module unistdio/ulc-printf-parse
3038   func_module unistdio/ulc-snprintf
3039   func_module unistdio/ulc-sprintf
3040   func_module unistdio/ulc-vasnprintf
3041   func_module unistdio/ulc-vasprintf
3042   func_module unistdio/ulc-vfprintf
3043   func_module unistdio/ulc-vsnprintf
3044   func_module unistdio/ulc-vsprintf
3045   func_module unistdio/u8-asnprintf
3046   func_module unistdio/u8-asprintf
3047   func_module unistdio/u8-printf-parse
3048   func_module unistdio/u8-snprintf
3049   func_module unistdio/u8-sprintf
3050   func_module unistdio/u8-vasnprintf
3051   func_module unistdio/u8-vasprintf
3052   func_module unistdio/u8-vsnprintf
3053   func_module unistdio/u8-vsprintf
3054   func_module unistdio/u8-u8-asnprintf
3055   func_module unistdio/u8-u8-asprintf
3056   func_module unistdio/u8-u8-snprintf
3057   func_module unistdio/u8-u8-sprintf
3058   func_module unistdio/u8-u8-vasnprintf
3059   func_module unistdio/u8-u8-vasprintf
3060   func_module unistdio/u8-u8-vsnprintf
3061   func_module unistdio/u8-u8-vsprintf
3062   func_module unistdio/u16-asnprintf
3063   func_module unistdio/u16-asprintf
3064   func_module unistdio/u16-printf-parse
3065   func_module unistdio/u16-snprintf
3066   func_module unistdio/u16-sprintf
3067   func_module unistdio/u16-vasnprintf
3068   func_module unistdio/u16-vasprintf
3069   func_module unistdio/u16-vsnprintf
3070   func_module unistdio/u16-vsprintf
3071   func_module unistdio/u16-u16-asnprintf
3072   func_module unistdio/u16-u16-asprintf
3073   func_module unistdio/u16-u16-snprintf
3074   func_module unistdio/u16-u16-sprintf
3075   func_module unistdio/u16-u16-vasnprintf
3076   func_module unistdio/u16-u16-vasprintf
3077   func_module unistdio/u16-u16-vsnprintf
3078   func_module unistdio/u16-u16-vsprintf
3079   func_module unistdio/u32-asnprintf
3080   func_module unistdio/u32-asprintf
3081   func_module unistdio/u32-printf-parse
3082   func_module unistdio/u32-snprintf
3083   func_module unistdio/u32-sprintf
3084   func_module unistdio/u32-vasnprintf
3085   func_module unistdio/u32-vasprintf
3086   func_module unistdio/u32-vsnprintf
3087   func_module unistdio/u32-vsprintf
3088   func_module unistdio/u32-u32-asnprintf
3089   func_module unistdio/u32-u32-asprintf
3090   func_module unistdio/u32-u32-snprintf
3091   func_module unistdio/u32-u32-sprintf
3092   func_module unistdio/u32-u32-vasnprintf
3093   func_module unistdio/u32-u32-vasprintf
3094   func_module unistdio/u32-u32-vsnprintf
3095   func_module unistdio/u32-u32-vsprintf
3096   func_module uniname/base
3097   func_module uniname/uniname
3098   func_module unictype/base
3099   func_module unictype/bidicategory-byname
3100   func_module unictype/bidicategory-name
3101   func_module unictype/bidicategory-of
3102   func_module unictype/bidicategory-test
3103   func_module unictype/bidicategory-all
3104   func_module unictype/block-list
3105   func_module unictype/block-of
3106   func_module unictype/block-test
3107   func_module unictype/block-all
3108   func_module unictype/category-C
3109   func_module unictype/category-Cc
3110   func_module unictype/category-Cf
3111   func_module unictype/category-Cn
3112   func_module unictype/category-Co
3113   func_module unictype/category-Cs
3114   func_module unictype/category-L
3115   func_module unictype/category-Ll
3116   func_module unictype/category-Lm
3117   func_module unictype/category-Lo
3118   func_module unictype/category-Lt
3119   func_module unictype/category-Lu
3120   func_module unictype/category-M
3121   func_module unictype/category-Mc
3122   func_module unictype/category-Me
3123   func_module unictype/category-Mn
3124   func_module unictype/category-N
3125   func_module unictype/category-Nd
3126   func_module unictype/category-Nl
3127   func_module unictype/category-No
3128   func_module unictype/category-P
3129   func_module unictype/category-Pc
3130   func_module unictype/category-Pd
3131   func_module unictype/category-Pe
3132   func_module unictype/category-Pf
3133   func_module unictype/category-Pi
3134   func_module unictype/category-Po
3135   func_module unictype/category-Ps
3136   func_module unictype/category-S
3137   func_module unictype/category-Sc
3138   func_module unictype/category-Sk
3139   func_module unictype/category-Sm
3140   func_module unictype/category-So
3141   func_module unictype/category-Z
3142   func_module unictype/category-Zl
3143   func_module unictype/category-Zp
3144   func_module unictype/category-Zs
3145   func_module unictype/category-and
3146   func_module unictype/category-and-not
3147   func_module unictype/category-byname
3148   func_module unictype/category-name
3149   func_module unictype/category-none
3150   func_module unictype/category-of
3151   func_module unictype/category-or
3152   func_module unictype/category-test
3153   func_module unictype/category-test-withtable
3154   func_module unictype/category-all
3155   func_module unictype/combining-class
3156   func_module unictype/ctype-alnum
3157   func_module unictype/ctype-alpha
3158   func_module unictype/ctype-blank
3159   func_module unictype/ctype-cntrl
3160   func_module unictype/ctype-digit
3161   func_module unictype/ctype-graph
3162   func_module unictype/ctype-lower
3163   func_module unictype/ctype-print
3164   func_module unictype/ctype-punct
3165   func_module unictype/ctype-space
3166   func_module unictype/ctype-upper
3167   func_module unictype/ctype-xdigit
3168   func_module unictype/decimal-digit
3169   func_module unictype/digit
3170   func_module unictype/mirror
3171   func_module unictype/numeric
3172   func_module unictype/property-alphabetic
3173   func_module unictype/property-ascii-hex-digit
3174   func_module unictype/property-bidi-arabic-digit
3175   func_module unictype/property-bidi-arabic-right-to-left
3176   func_module unictype/property-bidi-block-separator
3177   func_module unictype/property-bidi-boundary-neutral
3178   func_module unictype/property-bidi-common-separator
3179   func_module unictype/property-bidi-control
3180   func_module unictype/property-bidi-embedding-or-override
3181   func_module unictype/property-bidi-eur-num-separator
3182   func_module unictype/property-bidi-eur-num-terminator
3183   func_module unictype/property-bidi-european-digit
3184   func_module unictype/property-bidi-hebrew-right-to-left
3185   func_module unictype/property-bidi-left-to-right
3186   func_module unictype/property-bidi-non-spacing-mark
3187   func_module unictype/property-bidi-other-neutral
3188   func_module unictype/property-bidi-pdf
3189   func_module unictype/property-bidi-segment-separator
3190   func_module unictype/property-bidi-whitespace
3191   func_module unictype/property-byname
3192   func_module unictype/property-case-ignorable
3193   func_module unictype/property-cased
3194   func_module unictype/property-changes-when-casefolded
3195   func_module unictype/property-changes-when-casemapped
3196   func_module unictype/property-changes-when-lowercased
3197   func_module unictype/property-changes-when-titlecased
3198   func_module unictype/property-changes-when-uppercased
3199   func_module unictype/property-combining
3200   func_module unictype/property-composite
3201   func_module unictype/property-currency-symbol
3202   func_module unictype/property-dash
3203   func_module unictype/property-decimal-digit
3204   func_module unictype/property-default-ignorable-code-point
3205   func_module unictype/property-deprecated
3206   func_module unictype/property-diacritic
3207   func_module unictype/property-extender
3208   func_module unictype/property-format-control
3209   func_module unictype/property-grapheme-base
3210   func_module unictype/property-grapheme-extend
3211   func_module unictype/property-grapheme-link
3212   func_module unictype/property-hex-digit
3213   func_module unictype/property-hyphen
3214   func_module unictype/property-id-continue
3215   func_module unictype/property-id-start
3216   func_module unictype/property-ideographic
3217   func_module unictype/property-ids-binary-operator
3218   func_module unictype/property-ids-trinary-operator
3219   func_module unictype/property-ignorable-control
3220   func_module unictype/property-iso-control
3221   func_module unictype/property-join-control
3222   func_module unictype/property-left-of-pair
3223   func_module unictype/property-line-separator
3224   func_module unictype/property-logical-order-exception
3225   func_module unictype/property-lowercase
3226   func_module unictype/property-math
3227   func_module unictype/property-non-break
3228   func_module unictype/property-not-a-character
3229   func_module unictype/property-numeric
3230   func_module unictype/property-other-alphabetic
3231   func_module unictype/property-other-default-ignorable-code-point
3232   func_module unictype/property-other-grapheme-extend
3233   func_module unictype/property-other-id-continue
3234   func_module unictype/property-other-id-start
3235   func_module unictype/property-other-lowercase
3236   func_module unictype/property-other-math
3237   func_module unictype/property-other-uppercase
3238   func_module unictype/property-paired-punctuation
3239   func_module unictype/property-paragraph-separator
3240   func_module unictype/property-pattern-syntax
3241   func_module unictype/property-pattern-white-space
3242   func_module unictype/property-private-use
3243   func_module unictype/property-punctuation
3244   func_module unictype/property-quotation-mark
3245   func_module unictype/property-radical
3246   func_module unictype/property-sentence-terminal
3247   func_module unictype/property-soft-dotted
3248   func_module unictype/property-space
3249   func_module unictype/property-terminal-punctuation
3250   func_module unictype/property-test
3251   func_module unictype/property-titlecase
3252   func_module unictype/property-unassigned-code-value
3253   func_module unictype/property-unified-ideograph
3254   func_module unictype/property-uppercase
3255   func_module unictype/property-variation-selector
3256   func_module unictype/property-white-space
3257   func_module unictype/property-xid-continue
3258   func_module unictype/property-xid-start
3259   func_module unictype/property-zero-width
3260   func_module unictype/property-all
3261   func_module unictype/scripts
3262   func_module unictype/scripts-all
3263   func_module unictype/syntax-c-ident
3264   func_module unictype/syntax-c-whitespace
3265   func_module unictype/syntax-java-ident
3266   func_module unictype/syntax-java-whitespace
3267   func_module uniwidth/base
3268   func_module uniwidth/u8-strwidth
3269   func_module uniwidth/u8-width
3270   func_module uniwidth/u16-strwidth
3271   func_module uniwidth/u16-width
3272   func_module uniwidth/u32-strwidth
3273   func_module uniwidth/u32-width
3274   func_module uniwidth/width
3275   func_module uniwbrk/base
3276   func_module uniwbrk/ulc-wordbreaks
3277   func_module uniwbrk/u8-wordbreaks
3278   func_module uniwbrk/u16-wordbreaks
3279   func_module uniwbrk/u32-wordbreaks
3280   func_module uniwbrk/wordbreak-property
3281   func_module unilbrk/base
3282   func_module unilbrk/tables
3283   func_module unilbrk/ulc-common
3284   func_module unilbrk/u8-possible-linebreaks
3285   func_module unilbrk/u16-possible-linebreaks
3286   func_module unilbrk/u32-possible-linebreaks
3287   func_module unilbrk/ulc-possible-linebreaks
3288   func_module unilbrk/u8-width-linebreaks
3289   func_module unilbrk/u16-width-linebreaks
3290   func_module unilbrk/u32-width-linebreaks
3291   func_module unilbrk/ulc-width-linebreaks
3292   func_module uninorm/base
3293   func_module uninorm/canonical-decomposition
3294   func_module uninorm/composition
3295   func_module uninorm/decomposing-form
3296   func_module uninorm/decomposition
3297   func_module uninorm/filter
3298   func_module uninorm/nfc
3299   func_module uninorm/nfd
3300   func_module uninorm/nfkc
3301   func_module uninorm/nfkd
3302   func_module uninorm/u8-normalize
3303   func_module uninorm/u16-normalize
3304   func_module uninorm/u32-normalize
3305   func_module uninorm/u8-normcmp
3306   func_module uninorm/u16-normcmp
3307   func_module uninorm/u32-normcmp
3308   func_module uninorm/u8-normcoll
3309   func_module uninorm/u16-normcoll
3310   func_module uninorm/u32-normcoll
3311   func_module uninorm/u8-normxfrm
3312   func_module uninorm/u16-normxfrm
3313   func_module uninorm/u32-normxfrm
3314   func_module unicase/base
3315   func_module unicase/empty-prefix-context
3316   func_module unicase/empty-suffix-context
3317   func_module unicase/locale-language
3318   func_module unicase/tolower
3319   func_module unicase/totitle
3320   func_module unicase/toupper
3321   func_module unicase/ulc-casecmp
3322   func_module unicase/ulc-casecoll
3323   func_module unicase/ulc-casexfrm
3324   func_module unicase/u8-casecmp
3325   func_module unicase/u16-casecmp
3326   func_module unicase/u32-casecmp
3327   func_module unicase/u8-casecoll
3328   func_module unicase/u16-casecoll
3329   func_module unicase/u32-casecoll
3330   func_module unicase/u8-casefold
3331   func_module unicase/u16-casefold
3332   func_module unicase/u32-casefold
3333   func_module unicase/u8-casexfrm
3334   func_module unicase/u16-casexfrm
3335   func_module unicase/u32-casexfrm
3336   func_module unicase/u8-ct-casefold
3337   func_module unicase/u16-ct-casefold
3338   func_module unicase/u32-ct-casefold
3339   func_module unicase/u8-ct-tolower
3340   func_module unicase/u16-ct-tolower
3341   func_module unicase/u32-ct-tolower
3342   func_module unicase/u8-ct-totitle
3343   func_module unicase/u16-ct-totitle
3344   func_module unicase/u32-ct-totitle
3345   func_module unicase/u8-ct-toupper
3346   func_module unicase/u16-ct-toupper
3347   func_module unicase/u32-ct-toupper
3348   func_module unicase/u8-is-cased
3349   func_module unicase/u16-is-cased
3350   func_module unicase/u32-is-cased
3351   func_module unicase/u8-is-casefolded
3352   func_module unicase/u16-is-casefolded
3353   func_module unicase/u32-is-casefolded
3354   func_module unicase/u8-is-lowercase
3355   func_module unicase/u16-is-lowercase
3356   func_module unicase/u32-is-lowercase
3357   func_module unicase/u8-is-titlecase
3358   func_module unicase/u16-is-titlecase
3359   func_module unicase/u32-is-titlecase
3360   func_module unicase/u8-is-uppercase
3361   func_module unicase/u16-is-uppercase
3362   func_module unicase/u8-prefix-context
3363   func_module unicase/u16-prefix-context
3364   func_module unicase/u32-prefix-context
3365   func_module unicase/u8-suffix-context
3366   func_module unicase/u16-suffix-context
3367   func_module unicase/u32-suffix-context
3368   func_module unicase/u8-tolower
3369   func_module unicase/u16-tolower
3370   func_module unicase/u32-tolower
3371   func_module unicase/u8-totitle
3372   func_module unicase/u16-totitle
3373   func_module unicase/u32-totitle
3374   func_module unicase/u8-toupper
3375   func_module unicase/u16-toupper
3376   func_module unicase/u32-toupper
3377   func_end_table
3378
3379   element="Executing programs"
3380   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
3381   func_section_wrap posix_ext_exec
3382   func_wrap H3
3383   func_echo "$element"
3384
3385   func_begin_table
3386   func_module cloexec
3387   func_module findprog
3388   func_module findprog-lgpl
3389   func_module wait-process
3390   func_module execute
3391   func_module spawn-pipe
3392   func_module pipe-filter-gi
3393   func_module pipe-filter-ii
3394   func_module sh-quote
3395   func_end_table
3396
3397   element="Java"
3398   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
3399   func_section_wrap posix_ext_java
3400   func_wrap H3
3401   func_echo "$element"
3402
3403   func_begin_table
3404   func_module classpath
3405   func_module javacomp-script
3406   func_module javacomp
3407   func_module javaexec-script
3408   func_module javaexec
3409   func_module javaversion
3410   #func_module gcj
3411   func_end_table
3412
3413   element="C#"
3414   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
3415   func_section_wrap posix_ext_csharp
3416   func_wrap H3
3417   func_echo "$element"
3418
3419   func_begin_table
3420   func_module csharpcomp-script
3421   func_module csharpcomp
3422   func_module csharpexec-script
3423   func_module csharpexec
3424   func_end_table
3425
3426   element="Misc"
3427   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
3428   func_section_wrap posix_ext_misc
3429   func_wrap H3
3430   func_echo "$element"
3431
3432   func_begin_table
3433   func_module argp
3434   func_module argp-version-etc
3435   func_module argz
3436   func_module bitrotate
3437   func_module byteswap
3438   func_module exitfail
3439   func_module error
3440   func_module extensions
3441   func_module forkpty
3442   func_module getdomainname
3443   func_module xgetdomainname
3444   func_module getloadavg
3445   func_module getpagesize
3446   func_module getusershell
3447   func_module lib-symbol-visibility
3448   func_module login_tty
3449   func_module nproc
3450   func_module openpty
3451   func_module parse-duration
3452   func_module physmem
3453   func_module posixver
3454   func_module progname
3455   func_module ptsname_r
3456   func_module pty
3457   func_module quotearg
3458   func_module quote
3459   func_module readutmp
3460   func_module random_r
3461   func_module selinux-h
3462   func_module selinux-at
3463   func_module sysexits
3464   func_module u64
3465   func_module verror
3466   func_end_table
3467
3468   element="Support for building libraries and executables"
3469   func_section_wrap build_lib
3470   func_wrap H2
3471   func_echo "$element"
3472
3473   func_begin_table
3474   func_module absolute-header
3475   func_module snippet/arg-nonnull
3476   func_module config-h
3477   func_module configmake
3478   func_module dummy
3479   func_module gperf
3480   func_module havelib
3481   func_module include_next
3482   func_module ldd
3483   func_module lib-ignore
3484   func_module lib-msvc-compat
3485   func_module lib-symbol-versions
3486   func_module snippet/link-warning
3487   func_module manywarnings
3488   func_module no-c++
3489   func_module relocatable-lib
3490   func_module relocatable-lib-lgpl
3491   func_module relocatable-prog
3492   func_module relocatable-prog-wrapper
3493   func_module relocatable-script
3494   func_module snippet/warn-on-use
3495   func_module warnings
3496   func_end_table
3497
3498   element="Support for building documentation"
3499   func_section_wrap build_doc
3500   func_wrap H2
3501   func_echo "$element"
3502
3503   func_begin_table
3504   func_module agpl-3.0
3505   func_module fdl
3506   func_module fdl-1.3
3507   func_module gendocs
3508   func_module gpl-2.0
3509   func_module gpl-3.0
3510   func_module lgpl-2.1
3511   func_module lgpl-3.0
3512   func_module pmccabe2html
3513   func_module regexprops-generic
3514   func_end_table
3515
3516   element="Support for maintaining and releasing projects"
3517   func_section_wrap maintain
3518   func_wrap H2
3519   func_echo "$element"
3520
3521   func_begin_table
3522   func_module announce-gen
3523   func_module autobuild
3524   func_module do-release-commit-and-tag
3525   func_module git-version-gen
3526   func_module gitlog-to-changelog
3527   func_module gnu-web-doc-update
3528   func_module gnumakefile
3529   func_module gnupload
3530   func_module maintainer-makefile
3531   func_module mktempd
3532   func_module non-recursive-gnulib-prefix-hack
3533   func_module readme-release
3534   func_module test-framework-sh
3535   func_module update-copyright
3536   func_module useless-if-before-free
3537   func_module vc-list-files
3538   func_end_table
3539
3540   element="Misc"
3541   func_section_wrap misc
3542   func_wrap H2
3543   func_echo "$element"
3544
3545   func_begin_table
3546   func_module gnu-make
3547   func_module host-os
3548   func_module nocrash
3549   func_module perl
3550   func_module posix-shell
3551   func_module uptime
3552   func_end_table
3553 }
3554
3555
3556 func_tmpdir
3557 trap 'exit_status=$?
3558       if test "$signal" != 0; then
3559         echo "caught signal $signal" >&2
3560       fi
3561       rm -rf "$tmp"
3562       exit $exit_status' 0
3563 for signal in 1 2 3 13 15; do
3564   trap '{ signal='$signal'; func_exit 1; }' $signal
3565 done
3566 signal=0
3567
3568 echo '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">'
3569 func_begin HTML
3570
3571 func_begin HEAD
3572
3573 element="Gnulib Module List"
3574 func_wrap TITLE
3575 func_echo "$element"
3576
3577 modules=`gnulib-tool --list`
3578 modules=`for m in $modules; do printf "%s, " $m; done | sed -e 's/, $//'`
3579 func_echo '<META NAME="keywords" CONTENT="'"${modules}"'">'
3580
3581 func_end HEAD
3582
3583 func_begin BODY
3584
3585 element="Gnulib Module List"
3586 func_wrap H1
3587 func_echo "$element"
3588
3589 func_echo 'This is a list of the modules which make up gnulib, with dependencies.'
3590
3591 in_toc=yes
3592 func_all_modules
3593
3594 in_toc=
3595 func_all_modules
3596
3597
3598 gnulib-tool --list > "$tmp/all-modules"
3599 missed_modules=`for module in $seen_modules; do echo $module; done \
3600                   | LC_ALL=C sort -u \
3601                   | LC_ALL=C join -v 2 - "$tmp/all-modules"`
3602
3603 if test -n "$missed_modules"; then
3604
3605   element="Unclassified modules - please update MODULES.html.sh"
3606   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
3607   func_wrap H2
3608   func_echo "$element"
3609
3610   func_begin_table
3611   for module in $missed_modules; do
3612     func_module $module
3613   done
3614   func_end_table
3615
3616 fi
3617
3618 { find lib -type f -print; find m4 -type f -print; } | LC_ALL=C sort | sed -e '/\/\./d' -e /README/d -e /ChangeLog/d -e /Makefile/d -e /TODO/d -e '/tags$/d' -e '/TAGS$/d' -e '/~$/d' > "$tmp/all-files"
3619 missed_files=`for file in $seen_files; do echo $file; done \
3620                 | LC_ALL=C sort -u \
3621                 | LC_ALL=C join -v 2 - "$tmp/all-files"`
3622
3623 if test -n "$missed_files"; then
3624
3625   element="Lone files - please create new modules containing them"
3626   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
3627   func_wrap H2
3628   func_echo "$element"
3629
3630   func_echo '<PRE>'
3631   echo "$missed_files" | sed -e 's,^\(.*\)$,<A HREF="'"$repo_url_prefix"'\1'"$repo_url_suffix_repl"'">\1</A>,'
3632   echo '</PRE>'
3633
3634 fi
3635
3636 element="Future developments"
3637 element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
3638 func_wrap H2
3639 func_echo "$element"
3640
3641 func_echo 'Ideally a module could consist of:'
3642 func_begin UL
3643 func_echo '<LI>A header file: lib/<VAR>module</VAR>.h'
3644 func_echo '<LI>One or more implementation files: lib/<VAR>module</VAR>.c et al.'
3645 func_echo '<LI>One or more autoconf macro files: m4/<VAR>module</VAR>.m4 et al.'
3646 func_echo '<LI>A configure.ac fragment, Makefile.am fragment, dependency list: modules/<VAR>module</VAR>'
3647 func_echo '<LI>A testsuite: source files in tests/ and metainformation (a configure.ac fragment, Makefile.am fragment, dependency list) in modules/<VAR>module</VAR>-tests'
3648 func_echo '<LI>Some documentation'
3649 func_echo '<LI>A POT file and some PO files'
3650 func_end UL
3651
3652 func_echo '<HR>'
3653 func_echo 'Generated from <CODE>MODULES.html.sh</CODE> on '`LC_ALL=C date +"%e %B %Y"`.
3654
3655 func_end BODY
3656
3657 func_end HTML
3658
3659 rm -rf "$tmp"
3660 # Undo the effect of the previous 'trap' command.
3661 trap '' 0
3662 trap 'func_exit $?' 1 2 3 13 15
3663
3664 exit 0
3665
3666 # Local Variables:
3667 # indent-tabs-mode: nil
3668 # whitespace-check-buffer-indent: nil
3669 # End: