]> Savannah Git Hosting - gnulib.git/commitdiff
ctype, string: depend on extern-inline
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 23 Sep 2013 04:25:25 +0000 (21:25 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 23 Sep 2013 04:26:01 +0000 (21:26 -0700)
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.

24 files changed:
ChangeLog
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/strcat.texi
doc/posix-functions/strcpy.texi
doc/posix-functions/strncpy.texi
doc/posix-functions/toascii.texi
doc/posix-functions/tolower.texi
doc/posix-functions/toupper.texi
modules/ctype
modules/memcpy
modules/memmove
modules/memset
modules/string

index 3777fc7bedfbdd487112cc030ee1747c3cfd3d08..c56e64dc5466ba8b3e01b463c3330ac38ffa4272 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+2013-09-22  Paul Eggert  <eggert@cs.ucla.edu>
+
+       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.
+
 2013-09-19  Pádraig Brady  <P@draigBrady.com>
 
        userspec: support optional parameters to parse_user_spec()
@@ -40,7 +61,7 @@
        extern inline on Apple only if the particular compile-time
        configuration is known to have the problem.
        (_GL_EXTERN_INLINE_APPLE_BUG): New private macro, to implement this.
-       (_GL_EXTERN_LNLINE_IN_USE): New macro, intended for use by
+       (_GL_EXTERN_INLINE_IN_USE): New macro, intended for use by
        other Gnulib modules.
 
        extern-inline: document fixes for ctype and wctype macros
index e6b7714e212f87a34d2cd710e8c2479b2cdd18fc..9de14469cdb10e37925ef53857c80cb2ab5cad4b 100644 (file)
@@ -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
index e360d554ae770bc77ce196131465cb372de118a8..db06de7d08bcb5ad5f5b94eaab33b3133ed63d90 100644 (file)
@@ -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
index a6908dd96980f32e78ccbec151bd10815cee8b61..d8917576e19d7b8dc1bb7f6a9f3eaf85588e5b26 100644 (file)
@@ -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
index 129fb4cc2e575b86bd39056035d70888a5fe5c25..7e6813fa445b6087061394ee4e2f5811245e51df 100644 (file)
@@ -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
index cb01d4e506f5a098ba94fc68bb0b2561e4bf21da..4b27a83e53c1282c25848d0059afeedf3a679588 100644 (file)
@@ -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
index 22f155b0d17233ef3aed5da5c73731d86f07e301..52f219da6583f4c313dbbd156129174aa3d96b75 100644 (file)
@@ -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
index e302cecfa61be973b6b32c9eac26cc3bcfe6d719..2c57fa397dbd593c2fe5b3ab4a08c5d634191cbf 100644 (file)
@@ -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
index 82f717bf70d612ff6da92a56bb63eeff22840911..54227daf39bbc07f5366fe09658e16a0dffb3e63 100644 (file)
@@ -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
index 2b643192a5a861eefca53308a5337b0cded9ed06..0a85c9bac496255a71172f2f1ebd222b801f1c60 100644 (file)
@@ -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
index 351eb2fb672c5c10652108883e9147a941b0df79..f70fef0c49e49d342d5d4aefdacb162defdb97b0 100644 (file)
@@ -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
index 155ad1275e744d89adceea129ecd1716f2f93460..802d3f25aaeb77e5b216376f22561feb0ab78ba0 100644 (file)
@@ -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
index 1535e0086c6f9c693b267f1dac34b2db4a1320c9..7d759fc7214689c302ded258db4f8f1e5ec6dea1 100644 (file)
@@ -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
index c2cd3ea027f9aa45a37831bf75d6ed66ea3e1fee..222460bcce67183b9806d1abdd7688003e3c9750 100644 (file)
@@ -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
index ab83b48ed240550af975e55ca26dfbd0e7a195ff..32893620cd4a4fa8a6074d385aec9783ee0e67a2 100644 (file)
@@ -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
index 475b7c564433c600d950c7c88ad944dcd5330cf1..3cc6b45ffc745185462b68c9299179b5a6698a90 100644 (file)
@@ -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
index 29c10c16e67d95df5be190ee7ea7b05f86e9c05e..30358bda7cf805f6ba20a822b77c13da44bef392 100644 (file)
@@ -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
index c985f9659f3daba7a13cca4dcf21bb633444bb2b..719a2cc5d0101c3e74bd3827a584e061ef985194 100644 (file)
@@ -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
index 240e0cdd0b8c8334e1a45214cd8710e3b10e65bc..e73f690df44541dddbf3b9952d27d1f82d4371bb 100644 (file)
@@ -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
index ec000dc80148177f07a85a2e30efe21b0f088ab7..90ed9cbcb939ef032c3f7de8756cd5504f7688e1 100644 (file)
@@ -6,6 +6,7 @@ lib/ctype.in.h
 m4/ctype.m4
 
 Depends-on:
+extern-inline
 include_next
 snippet/c++defs
 snippet/warn-on-use
index 92f528f897fc0ea701f5032ac0b2a698f98ae960..33b53656010ef3491a11169cf462c84440729787 100644 (file)
@@ -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
-
index a6fdff4861b34199d8d72001b7786fe19c85ec5e..b4ded41b4aecf1a6b70d5c1d9502d5a27c20bf08 100644 (file)
@@ -12,6 +12,7 @@ lib/memmove.c
 m4/memmove.m4
 
 Depends-on:
+string
 
 configure.ac:
 gl_FUNC_MEMMOVE
index 9fb1a5d2acf674e1c8d877ad7ec8fc063644b5c1..95941379f4aff7e76ab7f376cfafa847655a6624 100644 (file)
@@ -12,6 +12,7 @@ lib/memset.c
 m4/memset.m4
 
 Depends-on:
+string
 
 configure.ac:
 gl_FUNC_MEMSET
index 2f5471b1f2de86e5d29e66f7bc346cd33c6b9155..c7b942ac363793b6a9eae2492e45db6fd677d474 100644 (file)
@@ -7,6 +7,7 @@ m4/string_h.m4
 
 Depends-on:
 extensions
+extern-inline
 include_next
 snippet/arg-nonnull
 snippet/c++defs