about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 12f264b13e..0902bdc3a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
 2015-04-08  Joseph Myers  <joseph@codesourcery.com>
 
+	[BZ #18210]
+	[BZ #18211]
+	* sysdeps/ieee754/dbl-64/e_atan2.c: Include <fenv.h>.
+	(__ieee754_atan2): Set FE_TONEAREST mode for internal
+	computations.
+	* math/auto-libm-test-in: Add more tests of atan2, carg, clog and
+	clog10.
+	* math/auto-libm-test-out: Regenerated.
+	* sysdeps/i386/fpu/libm-test-ulps: Update.
+	* sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
+
 	[BZ #18197]
 	* sysdeps/ieee754/dbl-64/s_atan.c: Include <fenv.h>.
 	(atan): Set FE_TONEAREST mode for internal computations.