Refine the tar CVS URL.
[pspp] / MODULES.html.sh
index 57ce10f51bb0a620dd758e3d9116bd12eccac490..923f61a32bf15945ecdb81e90373d63b75692ea1 100755 (executable)
@@ -1397,7 +1397,6 @@ func_all_modules ()
   func_echo "$element"
 
   func_begin_table
-  func_module c-bs-a
   func_module assert
   func_module dummy
   func_module exit
@@ -1552,6 +1551,7 @@ func_all_modules ()
   func_module c-strtold
   func_module xstrtod
   func_module xstrtol
+  func_module xstrtold
   func_end_table
 
   element="Date and time <time.h>"
@@ -1604,6 +1604,28 @@ func_all_modules ()
   func_module long-options
   func_end_table
 
+  element="Container data structures"
+  element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
+  func_section_wrap ansic_ext_container
+  func_wrap H3
+  func_echo "$element"
+
+  func_begin_table
+  func_module list
+  func_module array-list
+  func_module carray-list
+  func_module linked-list
+  func_module avltree-list
+  func_module rbtree-list
+  func_module linkedhash-list
+  func_module avltreehash-list
+  func_module rbtreehash-list
+  func_module oset
+  func_module array-oset
+  func_module avltree-oset
+  func_module rbtree-oset
+  func_end_table
+
   element="Cryptographic computations"
   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
   func_section_wrap ansic_ext_crypto
@@ -1644,16 +1666,6 @@ func_all_modules ()
   func_wrap H2
   func_echo "$element"
 
-  element="Keywords"
-  element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
-  func_section_wrap isoc_sup_keywords
-  func_wrap H3
-  func_echo "$element"
-
-  func_begin_table
-  func_module restrict
-  func_end_table
-
   element="Sizes of integer types <limits.h>"
   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
   func_section_wrap isoc_sup_limits
@@ -1794,6 +1806,7 @@ func_all_modules ()
   func_module getsubopt
   func_module gettimeofday
   func_module inet_ntop
+  func_module inet_pton
   func_module mkdir
   func_module mkstemp
   func_module mkdtemp
@@ -1808,8 +1821,10 @@ func_all_modules ()
   func_module rmdir
   func_module ssize_t
   func_module strtok_r
+  func_module sys_stat
   func_module unistd
   func_module utime
+  func_module wcwidth
   func_end_table
 
   element="Enhancements for POSIX:2001 functions"
@@ -1853,6 +1868,7 @@ func_all_modules ()
   func_module acl
   func_module backupfile
   func_module canonicalize
+  func_module clean-temp
   func_module copy-file
   func_module cycle-check
   func_module fsusage
@@ -1866,6 +1882,7 @@ func_all_modules ()
   func_module fts-lgpl
   func_module isdir
   func_module lchown
+  func_module mkancesdirs
   func_module mkdir-p
   func_module modechange
   func_module mountlist
@@ -1875,6 +1892,7 @@ func_all_modules ()
   func_module save-cwd
   func_module savedir
   func_module stat-time
+  func_module tmpdir
   func_module unlinkdir
   func_module utimecmp
   func_module utimens
@@ -1904,11 +1922,14 @@ func_all_modules ()
   func_echo "$element"
 
   func_begin_table
-  func_module fpending
+  func_module close-stream
   func_module closeout
-  func_module stdio-safer
+  func_module fopen-safer
+  func_module fpending
   func_module getpass
   func_module getpass-gnu
+  func_module stdlib-safer
+  func_module tmpfile-safer
   func_end_table
 
   element="Users and groups"
@@ -2011,6 +2032,7 @@ func_all_modules ()
   func_module classpath
   func_module javacomp
   func_module javaexec
+  func_module javaversion
   #func_module gcj
   func_end_table
 
@@ -2052,6 +2074,7 @@ func_all_modules ()
   func_module readutmp
   func_module sig2str
   func_module sysexits
+  func_module verror
   func_module visibility
   func_end_table
 
@@ -2064,6 +2087,16 @@ func_all_modules ()
   func_module ldd
   func_module lib-ignore
   func_end_table
+
+  element="Support for building documentation"
+  func_section_wrap build_doc
+  func_wrap H2
+  func_echo "$element"
+
+  func_begin_table
+  func_module fdl
+  func_module gendocs
+  func_end_table
 }