This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: manual: Complete @standards in lang.texi.


On Fri, 16 Jun 2017, Rical Jasan wrote:

> 	* manual/lang.texi (LDBL_MANT_DIG): Add annotation.
> 	(LDBL_DIG): Likewise.
> 	(LDBL_MIN_EXP): Likewise.
> 	(LDBL_MIN_10_EXP): Likewise.
> 	(LDBL_MAX_EXP): Likewise.
> 	(LDBL_MAX_10_EXP): Likewise.
> 	(LDBL_MAX): Likewise.
> 	(LDBL_MIN): Likewise.
> 	(LDBL_EPSILON): Likewise.
> 	(FLT_ROUNDS): Change standard from ISO to C90.
> 	(FLT_RADIX): Likewise.
> 	(FLT_MANT_DIG, DBL_MANT_DIG): Likewise.
> 	(FLT_DIG, DBL_DIG): Likewise.
> 	(FLT_MIN_EXP, DBL_MIN_EXP): Likewise.
> 	(FLT_MIN_10_EXP, DBL_MIN_10_EXP): Likewise.
> 	(FLT_MAX_EXP, DBL_MAX_EXP): Likewise.
> 	(FLT_MAX_10_EXP, DBL_MAX_10_EXP): Likewise.
> 	(FLT_MAX, DBL_MAX): Likewise.
> 	(FLT_MIN, DBL_MIN): Likewise.
> 	(FLT_EPSILON, DBL_EPSILON): Likewise.

OK, but if we're making such changes from ISO to C90 we should have a 
comment (or visible text in the manual) somewhere (maybe on the definition 
of @standards) stating the preferred forms of standard names, and what 
they mean, and how combinations of standards should be represented.

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]