comparison doc/posix-functions/iswctype.texi @ 17496:fc6f79af802f

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 847372253549
children
comparison
equal deleted inserted replaced
17495:f89e4be9da0b 17496:fc6f79af802f
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 is declared in @code{<wchar.h>}, not in @code{<wctype.h>}, on 15 This function is declared in @code{<wchar.h>}, not in @code{<wctype.h>}, on
16 some platforms: 16 some platforms:
17 HP-UX 11.00. 17 HP-UX 11.00.
18 @item
19 This function cannot be called from plain inline or extern inline functions
20 on some platforms:
21 OS X 10.8.
18 @end itemize 22 @end itemize
19 23
20 Portability problems not fixed by Gnulib: 24 Portability problems not fixed by Gnulib:
21 @itemize 25 @itemize
22 @item 26 @item