changeset 13604:dde5f87ae001

Update modules list.
author Bruno Haible <bruno@clisp.org>
date Sun, 29 Aug 2010 10:18:12 +0200
parents c4a882838ebb
children fc6aba4c5936
files ChangeLog MODULES.html.sh
diffstat 2 files changed, 13 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-08-29  Bruno Haible  <bruno@clisp.org>
+
+	Update modules list.
+	* MODULES.html.sh (Memory management functions <stdlib.h>): Add
+	malloc-gnu, calloc-gnu, realloc-gnu. Remove malloc, calloc, realloc.
+	(String handling <string.h>): Add astrxfrm.
+	(File system functions): Add readlinkat.
+
 2010-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
 	Tests for module 'realloc-gnu'.
--- a/MODULES.html.sh
+++ b/MODULES.html.sh
@@ -1675,11 +1675,11 @@
   func_echo "$element"
 
   func_begin_table
-  func_module calloc
+  func_module calloc-gnu
   func_module eealloc
   func_module free
-  func_module malloc
-  func_module realloc
+  func_module malloc-gnu
+  func_module realloc-gnu
   func_module pagealign_alloc
   func_end_table
 
@@ -1797,6 +1797,7 @@
   func_module strstr
   func_module strstr-simple
   func_module c-strstr
+  func_module astrxfrm
   func_module trim
   func_module fstrcmp
   func_module xstrndup
@@ -2593,6 +2594,7 @@
   func_module openat-die
   func_module pathmax
   func_module read-file
+  func_module readlinkat
   func_module same
   func_module save-cwd
   func_module savedir