diff options
author | Rical Jasan <ricaljasan@pacific.net> | 2017-06-16 00:27:09 -0700 |
---|---|---|
committer | Rical Jasan <ricaljasan@pacific.net> | 2017-06-16 01:20:50 -0700 |
commit | 1b009d5ac3e048546920af678ee9e357250957da (patch) | |
tree | c699d6c605ab6e72850f48c18f1f68fcbd030e99 /ChangeLog | |
parent | 76b9ffef87fa2328bf491257bc6379add1344f2d (diff) | |
download | glibc-1b009d5ac3e048546920af678ee9e357250957da.zip glibc-1b009d5ac3e048546920af678ee9e357250957da.tar.gz glibc-1b009d5ac3e048546920af678ee9e357250957da.tar.bz2 |
manual: Complete @standards in arith.texi.
* manual/arith.texi (FP_NAN): Add or complete header and
standard annotations.
(FP_INFINITE): Likewise.
(FP_ZERO): Likewise.
(FP_SUBNORMAL): Likewise.
(FP_NORMAL): Likewise.
(SNAN): Likewise.
(SNANL): Likewise.
(totalorderf): Likewise.
(totalorderl): Likewise.
(totalordermagf): Likewise.
(totalordermagl): Likewise.
(_Complex_I): Likewise.
(I): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,5 +1,22 @@ 2017-06-16 Rical Jasan <ricaljasan@pacific.net> + * manual/arith.texi (FP_NAN): Add or complete header and standard + annotations. + (FP_INFINITE): Likewise. + (FP_ZERO): Likewise. + (FP_SUBNORMAL): Likewise. + (FP_NORMAL): Likewise. + (SNAN): Likewise. + (SNANL): Likewise. + (totalorderf): Likewise. + (totalorderl): Likewise. + (totalordermagf): Likewise. + (totalordermagl): Likewise. + (_Complex_I): Likewise. + (I): Likewise. + +2017-06-16 Rical Jasan <ricaljasan@pacific.net> + * manual/argp.texi (ARGP_HELP_USAGE): Add missing header and standard annotation. (ARGP_HELP_SHORT_USAGE): Likewise. |