Update modules list.
authorBruno Haible <bruno@clisp.org>
Sun, 29 Aug 2010 08:18:12 +0000 (10:18 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 29 Aug 2010 08:18:12 +0000 (10:18 +0200)
ChangeLog
MODULES.html.sh

index 81863c8..a4be390 100644 (file)
--- 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'.
index 7fc6b79..464f383 100755 (executable)
@@ -1675,11 +1675,11 @@ func_all_modules ()
   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_all_modules ()
   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_all_modules ()
   func_module openat-die
   func_module pathmax
   func_module read-file
+  func_module readlinkat
   func_module same
   func_module save-cwd
   func_module savedir