summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2013-09-22 21:25:25 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2013-09-22 21:26:01 -0700
commitb8c716101201c8f784c98b1fc574143a7b8d9955 (patch)
treea801ae2b59e9251f17064fbcb9026f2904da42fd /modules
parent798e9bc8b86c1032105682771539bae4ea1e9128 (diff)
downloadgnulib-b8c716101201c8f784c98b1fc574143a7b8d9955.tar.gz
ctype, string: depend on extern-inline
This is needed to complete the recent OS X fixes. Also, fix related documentation as suggested by Eric Blake. * doc/posix-functions/isalnum.texi, doc/posix-functions/isalpha.texi: * doc/posix-functions/isascii.texi, doc/posix-functions/iscntrl.texi: * doc/posix-functions/isdigit.texi, doc/posix-functions/isgraph.texi: * doc/posix-functions/islower.texi, doc/posix-functions/isprint.texi: * doc/posix-functions/ispunct.texi, doc/posix-functions/isspace.texi: * doc/posix-functions/isupper.texi, doc/posix-functions/isxdigit.texi: * doc/posix-functions/toascii.texi, doc/posix-functions/tolower.texi: * doc/posix-functions/toupper.texi: List the 'ctype' gnulib module. * doc/posix-functions/strcat.texi, doc/posix-functions/strcpy.texi: * doc/posix-functions/strncpy.texi: List the 'string' gnulib module. * modules/memcpy, modules/memmove, modules/memset (Depends-on): Add string. * modules/ctype, modules/string (Depends-on): Add extern-inline.
Diffstat (limited to 'modules')
-rw-r--r--modules/ctype1
-rw-r--r--modules/memcpy2
-rw-r--r--modules/memmove1
-rw-r--r--modules/memset1
-rw-r--r--modules/string1
5 files changed, 5 insertions, 1 deletions
diff --git a/modules/ctype b/modules/ctype
index ec000dc801..90ed9cbcb9 100644
--- a/modules/ctype
+++ b/modules/ctype
@@ -6,6 +6,7 @@ lib/ctype.in.h
m4/ctype.m4
Depends-on:
+extern-inline
include_next
snippet/c++defs
snippet/warn-on-use
diff --git a/modules/memcpy b/modules/memcpy
index 92f528f897..33b5365601 100644
--- a/modules/memcpy
+++ b/modules/memcpy
@@ -12,6 +12,7 @@ lib/memcpy.c
m4/memcpy.m4
Depends-on:
+string
configure.ac:
gl_FUNC_MEMCPY
@@ -30,4 +31,3 @@ GPL
Maintainer:
Jim Meyering
-
diff --git a/modules/memmove b/modules/memmove
index a6fdff4861..b4ded41b4a 100644
--- a/modules/memmove
+++ b/modules/memmove
@@ -12,6 +12,7 @@ lib/memmove.c
m4/memmove.m4
Depends-on:
+string
configure.ac:
gl_FUNC_MEMMOVE
diff --git a/modules/memset b/modules/memset
index 9fb1a5d2ac..95941379f4 100644
--- a/modules/memset
+++ b/modules/memset
@@ -12,6 +12,7 @@ lib/memset.c
m4/memset.m4
Depends-on:
+string
configure.ac:
gl_FUNC_MEMSET
diff --git a/modules/string b/modules/string
index 2f5471b1f2..c7b942ac36 100644
--- a/modules/string
+++ b/modules/string
@@ -7,6 +7,7 @@ m4/string_h.m4
Depends-on:
extensions
+extern-inline
include_next
snippet/arg-nonnull
snippet/c++defs