aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRical Jasan <ricaljasan@pacific.net>2017-07-27 05:04:48 -0700
committerRical Jasan <ricaljasan@pacific.net>2017-08-10 20:28:28 -0700
commit925733a913ff7087e56f6ffebd2998f683212e78 (patch)
treeb6d38143b185f423100d5416a173579b361bc605 /ChangeLog
parent4fcdfbfcf9d5c5a313da43f78309aa2745b2dc32 (diff)
downloadglibc-925733a913ff7087e56f6ffebd2998f683212e78.zip
glibc-925733a913ff7087e56f6ffebd2998f683212e78.tar.gz
glibc-925733a913ff7087e56f6ffebd2998f683212e78.tar.bz2
manual: Rewrite the section on widths of integer types.
The manual contradicted itself by saying the number of bits in an integer type needed to be computed, and then listing a number of macros that later standards provided for exactly that. The entire section has been reworked to provide those macros first, while preserving the documentation of CHAR_BIT and the associated examples within that context. * manual/lang.texi (Computing the Width of an Integer Data Type): Rename section to "Width of an Integer Type". Remove inaccurate statement regarding lack of C language facilities for determining width of integer types, and reorder content to improve flow and context of discussion.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 421e82a..9e7dd95 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2017-08-10 Rical Jasan <ricaljasan@pacific.net>
+ * manual/lang.texi
+ (Computing the Width of an Integer Data Type): Rename section to
+ "Width of an Integer Type". Remove inaccurate statement regarding
+ lack of C language facilities for determining width of integer
+ types, and reorder content to improve flow and context of
+ discussion.
+
+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.