summaryrefslogtreecommitdiff
path: root/doc/posix-functions
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 /doc/posix-functions
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 'doc/posix-functions')
-rw-r--r--doc/posix-functions/isalnum.texi2
-rw-r--r--doc/posix-functions/isalpha.texi2
-rw-r--r--doc/posix-functions/isascii.texi2
-rw-r--r--doc/posix-functions/iscntrl.texi2
-rw-r--r--doc/posix-functions/isdigit.texi2
-rw-r--r--doc/posix-functions/isgraph.texi2
-rw-r--r--doc/posix-functions/islower.texi2
-rw-r--r--doc/posix-functions/isprint.texi2
-rw-r--r--doc/posix-functions/ispunct.texi2
-rw-r--r--doc/posix-functions/isspace.texi2
-rw-r--r--doc/posix-functions/isupper.texi2
-rw-r--r--doc/posix-functions/isxdigit.texi2
-rw-r--r--doc/posix-functions/strcat.texi2
-rw-r--r--doc/posix-functions/strcpy.texi2
-rw-r--r--doc/posix-functions/strncpy.texi2
-rw-r--r--doc/posix-functions/toascii.texi2
-rw-r--r--doc/posix-functions/tolower.texi2
-rw-r--r--doc/posix-functions/toupper.texi2
18 files changed, 18 insertions, 18 deletions
diff --git a/doc/posix-functions/isalnum.texi b/doc/posix-functions/isalnum.texi
index e6b7714e21..9de14469cd 100644
--- a/doc/posix-functions/isalnum.texi
+++ b/doc/posix-functions/isalnum.texi
@@ -4,7 +4,7 @@
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/isalnum.html}
-Gnulib module: ---
+Gnulib module: ctype
Portability problems fixed by Gnulib:
@itemize
diff --git a/doc/posix-functions/isalpha.texi b/doc/posix-functions/isalpha.texi
index e360d554ae..db06de7d08 100644
--- a/doc/posix-functions/isalpha.texi
+++ b/doc/posix-functions/isalpha.texi
@@ -4,7 +4,7 @@
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/isalpha.html}
-Gnulib module: ---
+Gnulib module: ctype
Portability problems fixed by Gnulib:
@itemize
diff --git a/doc/posix-functions/isascii.texi b/doc/posix-functions/isascii.texi
index a6908dd969..d8917576e1 100644
--- a/doc/posix-functions/isascii.texi
+++ b/doc/posix-functions/isascii.texi
@@ -4,7 +4,7 @@
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/isascii.html}
-Gnulib module: ---
+Gnulib module: ctype
Portability problems fixed by Gnulib:
@itemize
diff --git a/doc/posix-functions/iscntrl.texi b/doc/posix-functions/iscntrl.texi
index 129fb4cc2e..7e6813fa44 100644
--- a/doc/posix-functions/iscntrl.texi
+++ b/doc/posix-functions/iscntrl.texi
@@ -4,7 +4,7 @@
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/iscntrl.html}
-Gnulib module: ---
+Gnulib module: ctype
Portability problems fixed by Gnulib:
@itemize
diff --git a/doc/posix-functions/isdigit.texi b/doc/posix-functions/isdigit.texi
index cb01d4e506..4b27a83e53 100644
--- a/doc/posix-functions/isdigit.texi
+++ b/doc/posix-functions/isdigit.texi
@@ -4,7 +4,7 @@
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/isdigit.html}
-Gnulib module: ---
+Gnulib module: ctype
Portability problems fixed by Gnulib:
@itemize
diff --git a/doc/posix-functions/isgraph.texi b/doc/posix-functions/isgraph.texi
index 22f155b0d1..52f219da65 100644
--- a/doc/posix-functions/isgraph.texi
+++ b/doc/posix-functions/isgraph.texi
@@ -4,7 +4,7 @@
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/isgraph.html}
-Gnulib module: ---
+Gnulib module: ctype
Portability problems fixed by Gnulib:
@itemize
diff --git a/doc/posix-functions/islower.texi b/doc/posix-functions/islower.texi
index e302cecfa6..2c57fa397d 100644
--- a/doc/posix-functions/islower.texi
+++ b/doc/posix-functions/islower.texi
@@ -4,7 +4,7 @@
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/islower.html}
-Gnulib module: ---
+Gnulib module: ctype
Portability problems fixed by Gnulib:
@itemize
diff --git a/doc/posix-functions/isprint.texi b/doc/posix-functions/isprint.texi
index 82f717bf70..54227daf39 100644
--- a/doc/posix-functions/isprint.texi
+++ b/doc/posix-functions/isprint.texi
@@ -4,7 +4,7 @@
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/isprint.html}
-Gnulib module: ---
+Gnulib module: ctype
Portability problems fixed by Gnulib:
@itemize
diff --git a/doc/posix-functions/ispunct.texi b/doc/posix-functions/ispunct.texi
index 2b643192a5..0a85c9bac4 100644
--- a/doc/posix-functions/ispunct.texi
+++ b/doc/posix-functions/ispunct.texi
@@ -4,7 +4,7 @@
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/ispunct.html}
-Gnulib module: ---
+Gnulib module: ctype
Portability problems fixed by Gnulib:
@itemize
diff --git a/doc/posix-functions/isspace.texi b/doc/posix-functions/isspace.texi
index 351eb2fb67..f70fef0c49 100644
--- a/doc/posix-functions/isspace.texi
+++ b/doc/posix-functions/isspace.texi
@@ -4,7 +4,7 @@
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/isspace.html}
-Gnulib module: ---
+Gnulib module: ctype
Portability problems fixed by Gnulib:
@itemize
diff --git a/doc/posix-functions/isupper.texi b/doc/posix-functions/isupper.texi
index 155ad1275e..802d3f25aa 100644
--- a/doc/posix-functions/isupper.texi
+++ b/doc/posix-functions/isupper.texi
@@ -4,7 +4,7 @@
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/isupper.html}
-Gnulib module: ---
+Gnulib module: ctype
Portability problems fixed by Gnulib:
@itemize
diff --git a/doc/posix-functions/isxdigit.texi b/doc/posix-functions/isxdigit.texi
index 1535e0086c..7d759fc721 100644
--- a/doc/posix-functions/isxdigit.texi
+++ b/doc/posix-functions/isxdigit.texi
@@ -4,7 +4,7 @@
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/isxdigit.html}
-Gnulib module: ---
+Gnulib module: ctype
Portability problems fixed by Gnulib:
@itemize
diff --git a/doc/posix-functions/strcat.texi b/doc/posix-functions/strcat.texi
index c2cd3ea027..222460bcce 100644
--- a/doc/posix-functions/strcat.texi
+++ b/doc/posix-functions/strcat.texi
@@ -4,7 +4,7 @@
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strcat.html}
-Gnulib module: ---
+Gnulib module: string
Portability problems fixed by Gnulib:
@itemize
diff --git a/doc/posix-functions/strcpy.texi b/doc/posix-functions/strcpy.texi
index ab83b48ed2..32893620cd 100644
--- a/doc/posix-functions/strcpy.texi
+++ b/doc/posix-functions/strcpy.texi
@@ -4,7 +4,7 @@
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strcpy.html}
-Gnulib module: ---
+Gnulib module: string
Portability problems fixed by Gnulib:
@itemize
diff --git a/doc/posix-functions/strncpy.texi b/doc/posix-functions/strncpy.texi
index 475b7c5644..3cc6b45ffc 100644
--- a/doc/posix-functions/strncpy.texi
+++ b/doc/posix-functions/strncpy.texi
@@ -4,7 +4,7 @@
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strncpy.html}
-Gnulib module: ---
+Gnulib module: string
Portability problems fixed by Gnulib:
@itemize
diff --git a/doc/posix-functions/toascii.texi b/doc/posix-functions/toascii.texi
index 29c10c16e6..30358bda7c 100644
--- a/doc/posix-functions/toascii.texi
+++ b/doc/posix-functions/toascii.texi
@@ -4,7 +4,7 @@
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/toascii.html}
-Gnulib module: ---
+Gnulib module: ctype
Portability problems fixed by Gnulib:
@itemize
diff --git a/doc/posix-functions/tolower.texi b/doc/posix-functions/tolower.texi
index c985f9659f..719a2cc5d0 100644
--- a/doc/posix-functions/tolower.texi
+++ b/doc/posix-functions/tolower.texi
@@ -4,7 +4,7 @@
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/tolower.html}
-Gnulib module: ---
+Gnulib module: ctype
Portability problems fixed by Gnulib:
@itemize
diff --git a/doc/posix-functions/toupper.texi b/doc/posix-functions/toupper.texi
index 240e0cdd0b..e73f690df4 100644
--- a/doc/posix-functions/toupper.texi
+++ b/doc/posix-functions/toupper.texi
@@ -4,7 +4,7 @@
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/toupper.html}
-Gnulib module: ---
+Gnulib module: ctype
Portability problems fixed by Gnulib:
@itemize