From ef6f425ed1ffea6f0e52e340c683d44bd1f7a5f4 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 29 Aug 2010 10:18:12 +0200 Subject: [PATCH] Update modules list. --- ChangeLog | 8 ++++++++ MODULES.html.sh | 8 +++++--- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 81863c8c8..a4be390c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2010-08-29 Bruno Haible + + Update modules list. + * MODULES.html.sh (Memory management functions ): Add + malloc-gnu, calloc-gnu, realloc-gnu. Remove malloc, calloc, realloc. + (String handling ): Add astrxfrm. + (File system functions): Add readlinkat. + 2010-08-28 Ralf Wildenhues Tests for module 'realloc-gnu'. diff --git a/MODULES.html.sh b/MODULES.html.sh index 7fc6b79fa..464f38393 100755 --- a/MODULES.html.sh +++ b/MODULES.html.sh @@ -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 -- 2.11.0