changeset 4885:3ecffbe2fb59

.
author Karl Berry <karl@freefriends.org>
date Tue, 25 Nov 2003 08:42:14 +0000
parents 4d0ebc9d330c
children e4317f1f2e2c
files MODULES.html
diffstat 1 files changed, 13 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/MODULES.html
+++ b/MODULES.html
@@ -102,6 +102,10 @@
     <H3><A HREF="#ansic_ext_stdlib_memory">Memory management functions &lt;stdlib.h&gt;</A></H3>
     <TABLE>
       <TR WIDTH="100%">
+        <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=xsize">xsize</A>
+        <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Checked size_t computations.
+      </TR>
+      <TR WIDTH="100%">
         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=xalloc">xalloc</A>
         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Memory allocation with out-of-memory checking.
       </TR>
@@ -1053,6 +1057,13 @@
         <TH ALIGN=LEFT>Depends on
       </TR>
       <TR>
+        <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=xsize"></A><A HREF="modules/xsize">xsize</A>
+        <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/xsize.h">xsize.h</A>"
+        <TD ALIGN=LEFT VALIGN=TOP>---
+        <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/xsize.m4">xsize.m4</A><BR><A HREF="m4/size_max.m4">size_max.m4</A><BR>gl_XSIZE
+        <TD ALIGN=LEFT VALIGN=TOP>---
+      </TR>
+      <TR>
         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=xalloc"></A><A HREF="modules/xalloc">xalloc</A>
         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/xalloc.h">xalloc.h</A>"
         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/xmalloc.c">xmalloc.c</A><BR><A HREF="lib/xstrdup.c">xstrdup.c</A>
@@ -1064,7 +1075,7 @@
         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;alloca.h&gt;
         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/alloca_.h">alloca_.h</A><BR><A HREF="lib/alloca.c">alloca.c</A>
         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/alloca.m4">alloca.m4</A><BR>gl_FUNC_ALLOCA
-        <TD ALIGN=LEFT VALIGN=TOP>xalloc
+        <TD ALIGN=LEFT VALIGN=TOP>---
       </TR>
     </TABLE>
     <H3><A NAME="ansic_ext_stdlib_arith">Integer arithmetic functions &lt;stdlib.h&gt;</A></H3>
@@ -2703,13 +2714,6 @@
         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/tzset.m4">tzset.m4</A><BR>gl_FUNC_TZSET_CLOBBER
         <TD ALIGN=LEFT VALIGN=TOP>gettimeofday
       </TR>
-      <TR>
-        <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=xsize"></A><A HREF="modules/xsize">xsize</A>
-        <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/xsize.h">xsize.h</A>"
-        <TD ALIGN=LEFT VALIGN=TOP>---
-        <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/xsize.m4">xsize.m4</A><BR><A HREF="m4/size_max.m4">size_max.m4</A><BR>gl_XSIZE
-        <TD ALIGN=LEFT VALIGN=TOP>---
-      </TR>
     </TABLE>
     <H2>Lone files - please create new modules containing them</H2>
     <PRE>
@@ -2747,6 +2751,6 @@
       <LI>A testsuite
     </UL>
     <HR>
-    Generated from <CODE>MODULES.html.sh</CODE> on 18 November 2003.
+    Generated from <CODE>MODULES.html.sh</CODE> on 25 November 2003.
   </BODY>
 </HTML>