about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul E. Murphy <murphyp@linux.vnet.ibm.com>2016-07-01 11:00:21 -0500
committerPaul E. Murphy <murphyp@linux.vnet.ibm.com>2016-08-19 16:47:14 -0500
commitf6d3a72eca7558e3c52cecc8484665399eeea626 (patch)
tree6daff1b6fa201d28cb552d7ec83c0d59cdac8430 /ChangeLog
parentc50eee19c447d3f2c182dc3a22f2b01a053dca41 (diff)
downloadglibc-f6d3a72eca7558e3c52cecc8484665399eeea626.tar.gz
glibc-f6d3a72eca7558e3c52cecc8484665399eeea626.tar.xz
glibc-f6d3a72eca7558e3c52cecc8484665399eeea626.zip
Prepare to convert _Complex tangent functions
This patch has no function changes, except to
ensure the git history correctly tracks the
changes to convert the double version of these
functions into a templated version.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 18ae1c3dda..4ae38e36f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2016-08-19  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
 
+	* s_catan_template.c: Copy of s_catan.c.
+	* s_catanh_template.c: Copy of s_catanh.c.
+	* s_ctan_template.c: Copy of s_ctan.c.
+	* s_ctanh_template.c: Copy of s_ctanh.c.
+
+2016-08-19  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
+
 	* math/Makefile (gen-libm-calls): Move
 	casin, casinh, csin, csinh here.
 	(libm-calls): Remove the above.