summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-02-12 02:58:17 +0000
committerBruno Haible <bruno@clisp.org>2007-02-12 02:58:17 +0000
commit4bc8b69ccf12c40ba0eec577b18e24bdd3cbc945 (patch)
treeb81928f1bde086ce574b3df6f54fba043bb6545a /modules
parentb90fb71212755584d66a0db84bb69cf67b1052e3 (diff)
downloadgnulib-4bc8b69ccf12c40ba0eec577b18e24bdd3cbc945.tar.gz
Optimize memory allocation to use alloca when possible.
Diffstat (limited to 'modules')
-rw-r--r--modules/c-strcasestr1
-rw-r--r--modules/c-strstr1
-rw-r--r--modules/mbscasestr1
-rw-r--r--modules/mbsstr1
-rw-r--r--modules/strcasestr1
5 files changed, 5 insertions, 0 deletions
diff --git a/modules/c-strcasestr b/modules/c-strcasestr
index 93b8e89c1a..87d02dd55f 100644
--- a/modules/c-strcasestr
+++ b/modules/c-strcasestr
@@ -8,6 +8,7 @@ lib/c-strcasestr.c
Depends-on:
c-ctype
stdbool
+allocsa
strnlen
configure.ac:
diff --git a/modules/c-strstr b/modules/c-strstr
index 703d879a21..2803aac95f 100644
--- a/modules/c-strstr
+++ b/modules/c-strstr
@@ -7,6 +7,7 @@ lib/c-strstr.c
Depends-on:
stdbool
+allocsa
strnlen
configure.ac:
diff --git a/modules/mbscasestr b/modules/mbscasestr
index 5a6bda95bd..fe9b019f14 100644
--- a/modules/mbscasestr
+++ b/modules/mbscasestr
@@ -11,6 +11,7 @@ mbuiter
stdbool
string
mbslen
+allocsa
strnlen
configure.ac:
diff --git a/modules/mbsstr b/modules/mbsstr
index dcc7b161c5..750f2042e4 100644
--- a/modules/mbsstr
+++ b/modules/mbsstr
@@ -11,6 +11,7 @@ mbuiter
stdbool
string
mbslen
+allocsa
strnlen
configure.ac:
diff --git a/modules/strcasestr b/modules/strcasestr
index 9f95538209..35c1017e22 100644
--- a/modules/strcasestr
+++ b/modules/strcasestr
@@ -8,6 +8,7 @@ m4/strcasestr.m4
Depends-on:
string
stdbool
+allocsa
strnlen
configure.ac: