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)
commitb8c716101201c8f784c98b1fc574143a7b8d9955
treea801ae2b59e9251f17064fbcb9026f2904da42fd
parent798e9bc8b86c1032105682771539bae4ea1e9128
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.
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