* lib/regcomp.c (search_duplicated_node): Make first pointer arg
[pspp] / MODULES.html.sh
index 83a457b9d245519f030f849b7e00306a920b0772..5af33c87431936ca79a443a8253391178ff1c062 100755 (executable)
@@ -1517,9 +1517,11 @@ func_all_modules ()
   func_module stpcpy
   func_module stpncpy
   func_module strcase
+  func_module strcasestr
   func_module strchrnul
   func_module strdup
   func_module strnlen
+  func_module strnlen1
   func_module strndup
   func_module strsep
   #func_module fstrcmp
@@ -1608,7 +1610,7 @@ func_all_modules ()
 
   func_begin_table
   func_module base64
-  func_module check_version
+  func_module check-version
   func_module diacrit
   func_module getline
   func_module getdelim
@@ -1738,6 +1740,19 @@ func_all_modules ()
   func_module xstrtoumax
   func_end_table
 
+  element="Extended multibyte and wide character utilities <wchar.h>"
+  element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
+  func_section_wrap isoc_ext_wchar_mb
+  func_wrap H3
+  func_echo "$element"
+
+  func_begin_table
+  func_module mbchar
+  func_module mbiter
+  func_module mbuiter
+  func_module mbfile
+  func_end_table
+
   element="Support for systems lacking POSIX:2001"
   func_section_wrap posix_sup
   func_wrap H2
@@ -1767,6 +1782,7 @@ func_all_modules ()
   func_module regex
   func_module rename
   func_module rmdir
+  func_module ssize_t
   func_module strtok_r
   func_module utime
   func_end_table
@@ -1847,6 +1863,7 @@ func_all_modules ()
   func_echo "$element"
 
   func_begin_table
+  func_module fcntl-safer
   func_module safe-read
   func_module safe-write
   func_module full-read
@@ -1913,6 +1930,7 @@ func_all_modules ()
 
   func_begin_table
   func_module lock
+  func_module tls
   func_end_table
 
   element="Internationalization functions"
@@ -2081,9 +2099,9 @@ func_echo '<LI>A header file: lib/<VAR>module</VAR>.h'
 func_echo '<LI>One or more implementation files: lib/<VAR>module</VAR>.c et al.'
 func_echo '<LI>One or more autoconf macro files: m4/<VAR>module</VAR>.m4 et al.'
 func_echo '<LI>A configure.ac fragment, Makefile.am fragment, dependency list: modules/<VAR>module</VAR>'
+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'
 func_echo '<LI>Some documentation'
 func_echo '<LI>A POT file and some PO files'
-func_echo '<LI>A testsuite'
 func_end UL
 
 func_echo '<HR>'