From 69a9b8f8d7acc8677b5657adb83a8ba448737e0c Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 18 Feb 2003 17:12:37 +0000 Subject: [PATCH] Add module mathl. --- ChangeLog | 4 ++++ MODULES.html.sh | 10 ++++++++++ 2 files changed, 14 insertions(+) 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 -- 2.30.2