comparison doc/posix-functions/iswalpha.texi @ 37176:60323b849cb0

extern-inline: document fixes for ctype and wctype macros * doc/posix-functions/isalnum.texi, doc/posix-functions/isalpha.texi: * doc/posix-functions/isascii.texi, doc/posix-functions/isblank.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/iswalnum.texi, doc/posix-functions/iswalpha.texi: * doc/posix-functions/iswcntrl.texi, doc/posix-functions/iswctype.texi: * doc/posix-functions/iswdigit.texi, doc/posix-functions/iswgraph.texi: * doc/posix-functions/iswlower.texi, doc/posix-functions/iswprint.texi: * doc/posix-functions/iswpunct.texi, doc/posix-functions/iswspace.texi: * doc/posix-functions/iswupper.texi, doc/posix-functions/iswxdigit.texi: * doc/posix-functions/isxdigit.texi, doc/posix-functions/toascii.texi: * doc/posix-functions/memcpy.texi, doc/posix-functions/memmove.texi: * doc/posix-functions/memset.texi, doc/posix-functions/stpcpy.texi: * doc/posix-functions/stpncpy.texi, doc/posix-functions/strcat.texi: * doc/posix-functions/strcpy.texi, doc/posix-functions/strncat.texi: * doc/posix-functions/strncpy.texi: * doc/posix-functions/tolower.texi, doc/posix-functions/toupper.texi: * doc/posix-functions/towlower.texi, doc/posix-functions/towupper.texi: Document that Gnulib fixes portability problems with these functions on OS X 10.8 and earlier when called from plain inline or extern inline functions.
author Paul Eggert <eggert@cs.ucla.edu>
date Thu, 19 Sep 2013 12:57:18 -0700
parents 9f5bb2eb1770
children
comparison
equal deleted inserted replaced
37175:70de437ab0f3 37176:60323b849cb0
12 This function is missing on some platforms: 12 This function is missing on some platforms:
13 Minix 3.1.8, IRIX 5.3, Solaris 2.5.1. 13 Minix 3.1.8, IRIX 5.3, Solaris 2.5.1.
14 @item 14 @item
15 This function returns 0 for all possible arguments on some platforms: 15 This function returns 0 for all possible arguments on some platforms:
16 Linux libc5. 16 Linux libc5.
17 @item
18 This function cannot be called from plain inline or extern inline functions
19 on some platforms:
20 OS X 10.8.
17 @end itemize 21 @end itemize
18 22
19 Portability problems not fixed by Gnulib: 23 Portability problems not fixed by Gnulib:
20 @itemize 24 @itemize
21 @item 25 @item