aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRical Jasan <ricaljasan@pacific.net>2017-06-20 03:46:24 -0700
committerRical Jasan <ricaljasan@pacific.net>2017-08-10 19:58:30 -0700
commit4fcdfbfcf9d5c5a313da43f78309aa2745b2dc32 (patch)
tree42fbacf6a2f7cb7c4263790a75b5d3e47966cb3e /ChangeLog
parent4d98ace9de3183309cb394cd0110eda5ad2d2531 (diff)
downloadglibc-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 50db77f..421e82a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]