diff options
author | Rical Jasan <ricaljasan@pacific.net> | 2017-06-20 03:46:24 -0700 |
---|---|---|
committer | Rical Jasan <ricaljasan@pacific.net> | 2017-08-10 19:58:30 -0700 |
commit | 4fcdfbfcf9d5c5a313da43f78309aa2745b2dc32 (patch) | |
tree | 42fbacf6a2f7cb7c4263790a75b5d3e47966cb3e /ChangeLog | |
parent | 4d98ace9de3183309cb394cd0110eda5ad2d2531 (diff) | |
download | glibc-4fcdfbfcf9d5c5a313da43f78309aa2745b2dc32.zip glibc-4fcdfbfcf9d5c5a313da43f78309aa2745b2dc32.tar.gz glibc-4fcdfbfcf9d5c5a313da43f78309aa2745b2dc32.tar.bz2 |
manual: Update @standards for [__]va_copy.
The ISO version in which va_copy was introduced is made explicit, and
__va_copy is given @standards. The description is updated to be more
clear about the origins of each macro, and the reader is informed
these macros are now provided by the compiler (information previously
embedded in a Texinfo @comment).
* lang.texi (va_copy): Change standard from ISO to C99.
(__va_copy): Add standard and header annotation.
Update description for clarity of origins and current use.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2017-08-10 Rical Jasan <ricaljasan@pacific.net> + + * lang.texi (va_copy): Change standard from ISO to C99. + (__va_copy): Add standard and header annotation. + Update description for clarity of origins and current use. + 2017-08-10 Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com> [BZ #21941] |