From 81a7c8c37f9f932ce9969478c618ebf69457e3de Mon Sep 17 00:00:00 2001 From: Jon Turney Date: Sun, 25 Oct 2015 13:15:07 +0000 Subject: doc: Fix some inconsistent QUICKREF lines 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 * 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. Signed-off-by: Jon Turney --- newlib/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'newlib/ChangeLog') diff --git a/newlib/ChangeLog b/newlib/ChangeLog index d74e25afc..34b0c794a 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,11 @@ +2015-11-06 Jon Turney + + * 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. + 2015-11-06 Jon Turney * doc/doc.str: Fix INTERNAL_DEFINITION, INTERNAL_FUNCTION and -- cgit v1.2.3