1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00

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.
This commit is contained in:
Paul Eggert
2013-09-22 21:25:25 -07:00
parent 798e9bc8b8
commit b8c7161012
24 changed files with 45 additions and 20 deletions

View File

@@ -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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View File

@@ -12,6 +12,7 @@ lib/memmove.c
m4/memmove.m4
Depends-on:
string
configure.ac:
gl_FUNC_MEMMOVE

View File

@@ -12,6 +12,7 @@ lib/memset.c
m4/memset.m4
Depends-on:
string
configure.ac:
gl_FUNC_MEMSET

View File

@@ -7,6 +7,7 @@ m4/string_h.m4
Depends-on:
extensions
extern-inline
include_next
snippet/arg-nonnull
snippet/c++defs