Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2015-10-25 16:15:07 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2015-11-12 15:42:17 +0300
commit81a7c8c37f9f932ce9969478c618ebf69457e3de (patch)
tree52f418311c570b24623885fdfccb1b2be1e5c4b9 /newlib/ChangeLog
parent0c02db4d28cf872b6f00c31dfb5088f2fa675995 (diff)
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 <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. Signed-off-by: Jon Turney <jon.turney@dronecode.org.uk>
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index d74e25afc..34b0c794a 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,5 +1,13 @@
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.
+
+2015-11-06 Jon Turney <jon.turney@dronecode.org.uk>
+
* doc/doc.str: Fix INTERNAL_DEFINITION, INTERNAL_FUNCTION and
INTERNAL.