Use bool where appropriate.
[pspp] / MODULES.html.sh
index 0a16d6e0f87f2150f6036c520a063a2cccc25436..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
@@ -1747,7 +1749,8 @@ func_all_modules ()
   func_begin_table
   func_module mbchar
   func_module mbiter
-  #func_module mbfile
+  func_module mbuiter
+  func_module mbfile
   func_end_table
 
   element="Support for systems lacking POSIX:2001"
@@ -1860,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
@@ -2095,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>'