From 4fcdfbfcf9d5c5a313da43f78309aa2745b2dc32 Mon Sep 17 00:00:00 2001 From: Rical Jasan Date: Tue, 20 Jun 2017 03:46:24 -0700 Subject: 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. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 50db77f49a..421e82afa0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2017-08-10 Rical Jasan + + * 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 [BZ #21941] -- cgit 1.4.1