From: Bruno Haible Date: Tue, 18 Feb 2003 17:12:37 +0000 (+0000) Subject: Add module mathl. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69a9b8f8d7acc8677b5657adb83a8ba448737e0c;p=pspp Add module mathl. --- diff --git a/ChangeLog b/ChangeLog index 95bec6f093..ab546e7e32 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-02-18 Bruno Haible + + * MODULES.html.sh (func_all_modules): Add mathl. + 2003-02-18 Paolo Bonzino * modules/mathl: New file. diff --git a/MODULES.html.sh b/MODULES.html.sh index 90cc3a2971..97206be793 100755 --- a/MODULES.html.sh +++ b/MODULES.html.sh @@ -1622,6 +1622,16 @@ func_all_modules () func_module strtoumax func_end_table + element="Mathematics " + 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