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:
23
ChangeLog
23
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>
|
2013-09-19 Pádraig Brady <P@draigBrady.com>
|
||||||
|
|
||||||
userspec: support optional parameters to parse_user_spec()
|
userspec: support optional parameters to parse_user_spec()
|
||||||
@@ -40,7 +61,7 @@
|
|||||||
extern inline on Apple only if the particular compile-time
|
extern inline on Apple only if the particular compile-time
|
||||||
configuration is known to have the problem.
|
configuration is known to have the problem.
|
||||||
(_GL_EXTERN_INLINE_APPLE_BUG): New private macro, to implement this.
|
(_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.
|
other Gnulib modules.
|
||||||
|
|
||||||
extern-inline: document fixes for ctype and wctype macros
|
extern-inline: document fixes for ctype and wctype macros
|
||||||
|
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/isalnum.html}
|
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/isalnum.html}
|
||||||
|
|
||||||
Gnulib module: ---
|
Gnulib module: ctype
|
||||||
|
|
||||||
Portability problems fixed by Gnulib:
|
Portability problems fixed by Gnulib:
|
||||||
@itemize
|
@itemize
|
||||||
|
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/isalpha.html}
|
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/isalpha.html}
|
||||||
|
|
||||||
Gnulib module: ---
|
Gnulib module: ctype
|
||||||
|
|
||||||
Portability problems fixed by Gnulib:
|
Portability problems fixed by Gnulib:
|
||||||
@itemize
|
@itemize
|
||||||
|
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/isascii.html}
|
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/isascii.html}
|
||||||
|
|
||||||
Gnulib module: ---
|
Gnulib module: ctype
|
||||||
|
|
||||||
Portability problems fixed by Gnulib:
|
Portability problems fixed by Gnulib:
|
||||||
@itemize
|
@itemize
|
||||||
|
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/iscntrl.html}
|
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/iscntrl.html}
|
||||||
|
|
||||||
Gnulib module: ---
|
Gnulib module: ctype
|
||||||
|
|
||||||
Portability problems fixed by Gnulib:
|
Portability problems fixed by Gnulib:
|
||||||
@itemize
|
@itemize
|
||||||
|
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/isdigit.html}
|
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/isdigit.html}
|
||||||
|
|
||||||
Gnulib module: ---
|
Gnulib module: ctype
|
||||||
|
|
||||||
Portability problems fixed by Gnulib:
|
Portability problems fixed by Gnulib:
|
||||||
@itemize
|
@itemize
|
||||||
|
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/isgraph.html}
|
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/isgraph.html}
|
||||||
|
|
||||||
Gnulib module: ---
|
Gnulib module: ctype
|
||||||
|
|
||||||
Portability problems fixed by Gnulib:
|
Portability problems fixed by Gnulib:
|
||||||
@itemize
|
@itemize
|
||||||
|
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/islower.html}
|
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/islower.html}
|
||||||
|
|
||||||
Gnulib module: ---
|
Gnulib module: ctype
|
||||||
|
|
||||||
Portability problems fixed by Gnulib:
|
Portability problems fixed by Gnulib:
|
||||||
@itemize
|
@itemize
|
||||||
|
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/isprint.html}
|
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/isprint.html}
|
||||||
|
|
||||||
Gnulib module: ---
|
Gnulib module: ctype
|
||||||
|
|
||||||
Portability problems fixed by Gnulib:
|
Portability problems fixed by Gnulib:
|
||||||
@itemize
|
@itemize
|
||||||
|
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/ispunct.html}
|
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/ispunct.html}
|
||||||
|
|
||||||
Gnulib module: ---
|
Gnulib module: ctype
|
||||||
|
|
||||||
Portability problems fixed by Gnulib:
|
Portability problems fixed by Gnulib:
|
||||||
@itemize
|
@itemize
|
||||||
|
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/isspace.html}
|
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/isspace.html}
|
||||||
|
|
||||||
Gnulib module: ---
|
Gnulib module: ctype
|
||||||
|
|
||||||
Portability problems fixed by Gnulib:
|
Portability problems fixed by Gnulib:
|
||||||
@itemize
|
@itemize
|
||||||
|
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/isupper.html}
|
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/isupper.html}
|
||||||
|
|
||||||
Gnulib module: ---
|
Gnulib module: ctype
|
||||||
|
|
||||||
Portability problems fixed by Gnulib:
|
Portability problems fixed by Gnulib:
|
||||||
@itemize
|
@itemize
|
||||||
|
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/isxdigit.html}
|
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/isxdigit.html}
|
||||||
|
|
||||||
Gnulib module: ---
|
Gnulib module: ctype
|
||||||
|
|
||||||
Portability problems fixed by Gnulib:
|
Portability problems fixed by Gnulib:
|
||||||
@itemize
|
@itemize
|
||||||
|
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strcat.html}
|
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strcat.html}
|
||||||
|
|
||||||
Gnulib module: ---
|
Gnulib module: string
|
||||||
|
|
||||||
Portability problems fixed by Gnulib:
|
Portability problems fixed by Gnulib:
|
||||||
@itemize
|
@itemize
|
||||||
|
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strcpy.html}
|
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strcpy.html}
|
||||||
|
|
||||||
Gnulib module: ---
|
Gnulib module: string
|
||||||
|
|
||||||
Portability problems fixed by Gnulib:
|
Portability problems fixed by Gnulib:
|
||||||
@itemize
|
@itemize
|
||||||
|
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strncpy.html}
|
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strncpy.html}
|
||||||
|
|
||||||
Gnulib module: ---
|
Gnulib module: string
|
||||||
|
|
||||||
Portability problems fixed by Gnulib:
|
Portability problems fixed by Gnulib:
|
||||||
@itemize
|
@itemize
|
||||||
|
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/toascii.html}
|
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/toascii.html}
|
||||||
|
|
||||||
Gnulib module: ---
|
Gnulib module: ctype
|
||||||
|
|
||||||
Portability problems fixed by Gnulib:
|
Portability problems fixed by Gnulib:
|
||||||
@itemize
|
@itemize
|
||||||
|
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/tolower.html}
|
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/tolower.html}
|
||||||
|
|
||||||
Gnulib module: ---
|
Gnulib module: ctype
|
||||||
|
|
||||||
Portability problems fixed by Gnulib:
|
Portability problems fixed by Gnulib:
|
||||||
@itemize
|
@itemize
|
||||||
|
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/toupper.html}
|
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/toupper.html}
|
||||||
|
|
||||||
Gnulib module: ---
|
Gnulib module: ctype
|
||||||
|
|
||||||
Portability problems fixed by Gnulib:
|
Portability problems fixed by Gnulib:
|
||||||
@itemize
|
@itemize
|
||||||
|
@@ -6,6 +6,7 @@ lib/ctype.in.h
|
|||||||
m4/ctype.m4
|
m4/ctype.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
|
extern-inline
|
||||||
include_next
|
include_next
|
||||||
snippet/c++defs
|
snippet/c++defs
|
||||||
snippet/warn-on-use
|
snippet/warn-on-use
|
||||||
|
@@ -12,6 +12,7 @@ lib/memcpy.c
|
|||||||
m4/memcpy.m4
|
m4/memcpy.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
|
string
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_FUNC_MEMCPY
|
gl_FUNC_MEMCPY
|
||||||
@@ -30,4 +31,3 @@ GPL
|
|||||||
|
|
||||||
Maintainer:
|
Maintainer:
|
||||||
Jim Meyering
|
Jim Meyering
|
||||||
|
|
||||||
|
@@ -12,6 +12,7 @@ lib/memmove.c
|
|||||||
m4/memmove.m4
|
m4/memmove.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
|
string
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_FUNC_MEMMOVE
|
gl_FUNC_MEMMOVE
|
||||||
|
@@ -12,6 +12,7 @@ lib/memset.c
|
|||||||
m4/memset.m4
|
m4/memset.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
|
string
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_FUNC_MEMSET
|
gl_FUNC_MEMSET
|
||||||
|
@@ -7,6 +7,7 @@ m4/string_h.m4
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
extensions
|
extensions
|
||||||
|
extern-inline
|
||||||
include_next
|
include_next
|
||||||
snippet/arg-nonnull
|
snippet/arg-nonnull
|
||||||
snippet/c++defs
|
snippet/c++defs
|
||||||
|
Reference in New Issue
Block a user