From 66d6ad3d23bb2a148b1496ed6d87fa594cb2bddc Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 9 Jun 2007 11:27:29 +0000 Subject: [PATCH] Update after allocsa -> malloca renaming. --- ChangeLog | 2 ++ MODULES.html.sh | 4 ++-- build-aux/install-reloc | 4 ++-- lib/.cppi-disable | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index dd3207dabd..08c5abf628 100644 --- 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 ): Update. 2007-06-08 Bruno Haible diff --git a/MODULES.html.sh b/MODULES.html.sh index 1989a84614..756a9e2bb2 100755 --- a/MODULES.html.sh +++ b/MODULES.html.sh @@ -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 " diff --git a/build-aux/install-reloc b/build-aux/install-reloc index 9a526b9c9b..2d25e75fcc 100755 --- a/build-aux/install-reloc +++ b/build-aux/install-reloc @@ -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 \ diff --git a/lib/.cppi-disable b/lib/.cppi-disable index 8886646b0a..513b9588fc 100644 --- a/lib/.cppi-disable +++ b/lib/.cppi-disable @@ -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 -- 2.30.2