diff options
author | Bruno Haible <bruno@clisp.org> | 2007-06-09 11:11:14 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2007-06-09 11:11:14 +0000 |
commit | 90988ede07abd2e58283d5e06b1b69f74b6967d2 (patch) | |
tree | b4fe189a7179707b12ed3697811c36e0975e9a1c /modules | |
parent | 8b420b18471251565faf524a4e9dbbe27e298d78 (diff) | |
download | gnulib-90988ede07abd2e58283d5e06b1b69f74b6967d2.tar.gz |
Update after allocsa -> malloca renaming.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/c-strcasestr | 2 | ||||
-rw-r--r-- | modules/c-strstr | 2 | ||||
-rwxr-xr-x | modules/canonicalize-lgpl | 2 | ||||
-rw-r--r-- | modules/clean-temp | 2 | ||||
-rw-r--r-- | modules/csharpcomp | 2 | ||||
-rw-r--r-- | modules/csharpexec | 2 | ||||
-rw-r--r-- | modules/javacomp | 2 | ||||
-rw-r--r-- | modules/javaexec | 2 | ||||
-rw-r--r-- | modules/mbscasestr | 2 | ||||
-rw-r--r-- | modules/mbsstr | 2 | ||||
-rw-r--r-- | modules/relocatable-prog-wrapper | 6 | ||||
-rw-r--r-- | modules/setenv | 2 | ||||
-rw-r--r-- | modules/strcasestr | 2 | ||||
-rw-r--r-- | modules/striconveha | 2 |
14 files changed, 16 insertions, 16 deletions
diff --git a/modules/c-strcasestr b/modules/c-strcasestr index 87d02dd55f..2e51644418 100644 --- a/modules/c-strcasestr +++ b/modules/c-strcasestr @@ -8,7 +8,7 @@ lib/c-strcasestr.c Depends-on: c-ctype stdbool -allocsa +malloca strnlen configure.ac: diff --git a/modules/c-strstr b/modules/c-strstr index 2803aac95f..d2a9893244 100644 --- a/modules/c-strstr +++ b/modules/c-strstr @@ -7,7 +7,7 @@ lib/c-strstr.c Depends-on: stdbool -allocsa +malloca strnlen configure.ac: diff --git a/modules/canonicalize-lgpl b/modules/canonicalize-lgpl index ccacf98867..2514f43377 100755 --- a/modules/canonicalize-lgpl +++ b/modules/canonicalize-lgpl @@ -8,7 +8,7 @@ m4/canonicalize-lgpl.m4 Depends-on: alloca-opt -allocsa +malloca pathmax readlink diff --git a/modules/clean-temp b/modules/clean-temp index 5748c0145f..d884d92516 100644 --- a/modules/clean-temp +++ b/modules/clean-temp @@ -14,7 +14,7 @@ pathmax tmpdir mkdtemp xalloc -xallocsa +xmalloca linkedhash-list gettext-h diff --git a/modules/csharpcomp b/modules/csharpcomp index bb3f58ea9b..b2a6f46fb2 100644 --- a/modules/csharpcomp +++ b/modules/csharpcomp @@ -7,7 +7,7 @@ lib/csharpcomp.c Depends-on: stdbool -xallocsa +xmalloca execute pipe wait-process diff --git a/modules/csharpexec b/modules/csharpexec index f2e1721793..5a4bbcdabe 100644 --- a/modules/csharpexec +++ b/modules/csharpexec @@ -13,7 +13,7 @@ execute xsetenv sh-quote xalloc -xallocsa +xmalloca error gettext-h csharpexec-script diff --git a/modules/javacomp b/modules/javacomp index c613813a7f..a42589d5da 100644 --- a/modules/javacomp +++ b/modules/javacomp @@ -18,7 +18,7 @@ sh-quote binary-io safe-read xalloc -xallocsa +xmalloca getline filename fwriteerror diff --git a/modules/javaexec b/modules/javaexec index fc62993997..5160459b0b 100644 --- a/modules/javaexec +++ b/modules/javaexec @@ -13,7 +13,7 @@ xsetenv sh-quote filename xalloc -xallocsa +xmalloca error gettext-h javaexec-script diff --git a/modules/mbscasestr b/modules/mbscasestr index fe9b019f14..a7453525d1 100644 --- a/modules/mbscasestr +++ b/modules/mbscasestr @@ -11,7 +11,7 @@ mbuiter stdbool string mbslen -allocsa +malloca strnlen configure.ac: diff --git a/modules/mbsstr b/modules/mbsstr index 750f2042e4..2502e600e5 100644 --- a/modules/mbsstr +++ b/modules/mbsstr @@ -11,7 +11,7 @@ mbuiter stdbool string mbslen -allocsa +malloca strnlen configure.ac: diff --git a/modules/relocatable-prog-wrapper b/modules/relocatable-prog-wrapper index 704973fc09..10e39774ca 100644 --- a/modules/relocatable-prog-wrapper +++ b/modules/relocatable-prog-wrapper @@ -13,8 +13,8 @@ lib/xreadlink.c lib/readlink.c lib/canonicalize.h lib/canonicalize-lgpl.c -lib/allocsa.h -lib/allocsa.c +lib/malloca.h +lib/malloca.c lib/relocatable.h lib/relocatable.c lib/setenv.h @@ -22,7 +22,7 @@ lib/setenv.c lib/strerror.c lib/c-ctype.h lib/c-ctype.c -m4/allocsa.m4 +m4/malloca.m4 m4/canonicalize-lgpl.m4 m4/eealloc.m4 m4/longlong.m4 diff --git a/modules/setenv b/modules/setenv index 25ea84507c..9aaf72664f 100644 --- a/modules/setenv +++ b/modules/setenv @@ -9,7 +9,7 @@ lib/unsetenv.c m4/setenv.m4 Depends-on: -allocsa +malloca alloca-opt unistd diff --git a/modules/strcasestr b/modules/strcasestr index 35c1017e22..0fb4639c66 100644 --- a/modules/strcasestr +++ b/modules/strcasestr @@ -8,7 +8,7 @@ m4/strcasestr.m4 Depends-on: string stdbool -allocsa +malloca strnlen configure.ac: diff --git a/modules/striconveha b/modules/striconveha index 964bb9174f..4867b8c0c9 100644 --- a/modules/striconveha +++ b/modules/striconveha @@ -9,7 +9,7 @@ lib/striconveha.c Depends-on: stdbool striconveh -allocsa +malloca strdup c-strcase |