This is the mail archive of the newlib@sourceware.org mailing list for the newlib 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: [PATCH 2/3] doc: Fix some inconsistent QUICKREF lines


On Nov  6 15:49, Jon Turney wrote:
> makedoc defines a command as 'all upper case, and alone on a line'.
> 
> A few QUICKREF lines currently violate this by having some additional text after
> the QUICKREF.
> 
> So, currently, these lines are treated as an unknown command.
> 
> This is benign as QUICKREF currently does nothing but produce some ignored
> output on stderr.  I'm not sure what the intent of QUICKREF is.
> 
> 2015-11-06  Jon Turney  <jon.turney@dronecode.org.uk>
> 
> 	* libm/mathfp/s_acos.c: Fix QUICKREF.
> 	* libm/mathfp/e_acosh.c: Ditto.
> 	* libm/math/w_asin.c: Ditto.
> 	* libm/mathfp/e_acosh.c: Ditto.
> 	* libm/mathfp/s_acos.c: Ditto.
> [...]
> diff --git a/newlib/libm/math/w_acosh.c b/newlib/libm/math/w_acosh.c
> index 022c5c6..ad802c2 100644
> --- a/newlib/libm/math/w_acosh.c
> +++ b/newlib/libm/math/w_acosh.c
> @@ -60,7 +60,8 @@ Neither <<acosh>> nor <<acoshf>> are ANSI C.  They are not recommended
>  for portable programs.
>  
>  
> -QUICKREF ANSI SVID POSIX RENTRANT
> +QUICKREF
> + ANSI svid posix rentrant
    ^^^^
    You changed that to lowercase everywhere else.  Typo?
    Other than that, ACK to the series.


Thanks,
Corinna

-- 
Corinna Vinschen
Cygwin Maintainer
Red Hat

Attachment: pgpnRdj_BtgEi.pgp
Description: PGP signature


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