aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f2e166b..7e85f77 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2012-11-19 David S. Miller <davem@davemloft.net>
+
+ With help from Joseph Myers.
+ * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
+ very large arguments properly.
+ * math/libm-test.inc (atan_test): New tests.
+ (atan2_test): New tests.
+ * sysdeps/sparc/fpu/libm-test-ulps: Update.
+ * sysdeps/x86_64/fpu/libm-test-ulps: Update.
+
2012-11-19 Joseph Myers <joseph@codesourcery.com>
[BZ #14856]