aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 433261a..e4b1a86 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2017-02-06 Joseph Myers <joseph@codesourcery.com>
+ * manual/libm-err-tab.pl (@all_functions): Change to
+ %all_functions. Initialize as empty.
+ (parse_ulps): Add to %all_functions based on functions found in
+ ulps files. Ignore results for non-default rounding modes and
+ vector functions.
+ (print_platforms): Use %all_platforms.
+ * manual/math.texi (Errors in Math Functions): Document omissions
+ from the table.
+
* math/Makefile (before-compile): Remove.
2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>