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 dd3207dabd46304f208b1c87abe129c0e9a615b5..08c5abf628b891b308d878d1957f646dcfe7fa64 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 1989a84614046f599bb51c800ab8a155113ffbde..756a9e2bb26d428b363900ecd3abf511d3ff0c91 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 9a526b9c9b8dc6ddacc404cf7ae83b0d87e2d1d6..2d25e75fcc833b9ab28d09fdcd8a514f4e57df38 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 8886646b0a869ec69c7fdabf2f8b23e0caf7cc10..513b9588fc7a829bd514ccfd223510acca59d285 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