comparison MODULES.html.sh @ 5004:0d750c5a291b

(func_all_modules): Add cloexec, inttostr, free, tzset.
author Jim Meyering <jim@meyering.net>
date Mon, 12 Apr 2004 17:41:08 +0000
parents f3ef51adfb09
children c95736363690
comparison
equal deleted inserted replaced
5003:d3dbed4f82b1 5004:0d750c5a291b
1429 func_wrap H3 1429 func_wrap H3
1430 func_echo "$element" 1430 func_echo "$element"
1431 1431
1432 func_begin_table 1432 func_begin_table
1433 func_module eealloc 1433 func_module eealloc
1434 func_module free
1434 func_module malloc 1435 func_module malloc
1435 func_module realloc 1436 func_module realloc
1436 func_end_table 1437 func_end_table
1437 1438
1438 element="Date and time <time.h>" 1439 element="Date and time <time.h>"
1536 func_echo "$element" 1537 func_echo "$element"
1537 1538
1538 func_begin_table 1539 func_begin_table
1539 func_module getdate 1540 func_module getdate
1540 func_module timegm 1541 func_module timegm
1542 func_module tzset
1541 func_end_table 1543 func_end_table
1542 1544
1543 element="Input/Output <stdio.h>" 1545 element="Input/Output <stdio.h>"
1544 element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` 1546 element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
1545 func_section_wrap ansic_ext_stdio 1547 func_section_wrap ansic_ext_stdio
1680 func_section_wrap isoc_ext_stdlib_conv 1682 func_section_wrap isoc_ext_stdlib_conv
1681 func_wrap H3 1683 func_wrap H3
1682 func_echo "$element" 1684 func_echo "$element"
1683 1685
1684 func_begin_table 1686 func_begin_table
1687 func_module inttostr
1685 func_module xstrtoimax 1688 func_module xstrtoimax
1686 func_module xstrtoumax 1689 func_module xstrtoumax
1687 func_end_table 1690 func_end_table
1688 1691
1689 element="Support for systems lacking POSIX:2001" 1692 element="Support for systems lacking POSIX:2001"
1869 func_section_wrap posix_ext_exec 1872 func_section_wrap posix_ext_exec
1870 func_wrap H3 1873 func_wrap H3
1871 func_echo "$element" 1874 func_echo "$element"
1872 1875
1873 func_begin_table 1876 func_begin_table
1877 func_module cloexec
1874 func_module findprog 1878 func_module findprog
1875 func_module wait-process 1879 func_module wait-process
1876 func_module execute 1880 func_module execute
1877 func_module pipe 1881 func_module pipe
1878 #func_module sh-quote 1882 #func_module sh-quote