changeset 4240:6918c3fd6d40

Add module mathl.
author Bruno Haible <bruno@clisp.org>
date Tue, 18 Feb 2003 17:12:37 +0000
parents b33b8603715c
children 65538d0c9302
files ChangeLog MODULES.html.sh
diffstat 2 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-02-18  Bruno Haible  <bruno@clisp.org>
+
+	* MODULES.html.sh (func_all_modules): Add mathl.
+
 2003-02-18  Paolo Bonzino  <bonzini@gnu.org>
 
 	* modules/mathl: New file.
--- a/MODULES.html.sh
+++ b/MODULES.html.sh
@@ -1622,6 +1622,16 @@
   func_module strtoumax
   func_end_table
 
+  element="Mathematics <math.h>"
+  element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
+  func_section_wrap isoc_sup_math
+  func_wrap H3
+  func_echo "$element"
+
+  func_begin_table
+  func_module mathl
+  func_end_table
+
   element="Enhancements for ISO C 99 functions"
   func_section_wrap isoc_enh
   func_wrap H2