Update after allocsa -> malloca renaming.
authorBruno Haible <bruno@clisp.org>
Sat, 9 Jun 2007 11:27:29 +0000 (11:27 +0000)
committerBruno Haible <bruno@clisp.org>
Sat, 9 Jun 2007 11:27:29 +0000 (11:27 +0000)
ChangeLog
MODULES.html.sh
build-aux/install-reloc
lib/.cppi-disable

index dd3207d..08c5abf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -39,6 +39,8 @@
        * lib/striconveha.c: Update.
        * modules/relocatable-prog-wrapper (Files): Update.
        * lib/relocwrapper.c: Update.
+       * build-aux/install-reloc: Update.
+       * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
 
 2007-06-08  Bruno Haible  <bruno@clisp.org>
 
index 1989a84..756a9e2 100755 (executable)
@@ -1598,8 +1598,8 @@ func_all_modules ()
   func_module xalloc-die
   func_module alloca
   func_module alloca-opt
-  func_module allocsa
-  func_module xallocsa
+  func_module malloca
+  func_module xmalloca
   func_end_table
 
   element="Integer arithmetic functions <stdlib.h>"
index 9a526b9..2d25e75 100755 (executable)
@@ -135,7 +135,7 @@ func_verbose $compile_command \
              "$srcdir"/xreadlink.c \
              "$srcdir"/readlink.c \
              "$srcdir"/canonicalize-lgpl.c \
-             "$srcdir"/allocsa.c \
+             "$srcdir"/malloca.c \
              "$srcdir"/relocatable.c \
              "$srcdir"/setenv.c \
              "$srcdir"/strerror.c \
@@ -149,7 +149,7 @@ rm -f relocwrapper.o \
       progreloc.o \
       xreadlink.o \
       canonicalize-lgpl.o \
-      allocsa.o \
+      malloca.o \
       relocatable.o \
       setenv.o \
       strerror.o \
index 8886646..513b958 100644 (file)
@@ -1,5 +1,4 @@
 alloca_.h
-allocsa.h
 error.h
 exit.h
 fnmatch_.h
@@ -18,6 +17,7 @@ getpagesize.h
 getpass.c
 gettext.h
 localcharset.h
+malloca.h
 mbchar.h
 mbuiter.h
 md5.h