This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
[PING] [PATCH v2] manual: Document missing feature test macros.
- From: Rical Jasan <ricaljasan at pacific dot net>
- To: libc-alpha <libc-alpha at sourceware dot org>
- Cc: Joseph Myers <joseph at codesourcery dot com>, Michael Kerrisk <mtk dot manpages at gmail dot com>, Zack Weinberg <zackw at panix dot com>, Carlos O'Donell <carlos at redhat dot com>
- Date: Thu, 10 Aug 2017 04:57:51 -0700
- Subject: [PING] [PATCH v2] manual: Document missing feature test macros.
- Authentication-results: sourceware.org; auth=none
- References: <20170728034305.13389-1-ricaljasan@pacific.net>
Ping
On 07/27/2017 08:43 PM, Rical Jasan wrote:
> Several feature test macros are documented in features.h but absent in
> the manual, and some documented macros accept undocumented values.
> This commit updates the manual to mention all the accepted macros,
> along with any values that hold special meaning.
>
> * manual/creature.texi (_POSIX_C_SOURCE): Document special
> values of 199606L, 200112L, and 200809L.
> (_XOPEN_SOURCE): Document special values of 600 and 700.
> (_ISOC11_SOURCE): Document macro.
> (_ATFILE_SOURCE): Likewise.
> (_FORTIFY_SOURCE): Likewise.
>
> ---
> Changes in v2:
> * Refer to base editions of POSIX standards, and mention
> supported subsequent bug-fix editions explicitly.
> * Set @standards for _ATFILE_SOURCE and _FORTIFY_SOURCE to
> GNU.
> * Minor wording changes
> * Rebase to master (post-88f9e739).
>
> ---
> manual/creature.texi | 36 +++++++++++++++++++++++++++++++++++-
> 1 file changed, 35 insertions(+), 1 deletion(-)