diff MODULES.html.sh @ 8046:d95ff1660f83

* MODULES.html.sh: New module mpsort. * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
author Paul Eggert <eggert@cs.ucla.edu>
date Mon, 29 Jan 2007 07:23:21 +0000
parents 05d5f4887811
children 005cc63d6763
line wrap: on
line diff
--- a/MODULES.html.sh	Mon Jan 29 00:37:14 2007 +0000
+++ b/MODULES.html.sh	Mon Jan 29 07:23:21 2007 +0000
@@ -1540,6 +1540,16 @@
   func_module pagealign_alloc
   func_end_table
 
+  element="Sorting functions <stdlib.h>"
+  element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
+  func_section_wrap ansic_enh_stdlib_sorting
+  func_wrap H3
+  func_echo "$element"
+
+  func_begin_table
+  func_module mpsort
+  func_end_table
+
   element="Date and time <time.h>"
   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
   func_section_wrap ansic_enh_time_datetime