diff options
author | Andreas Jaeger <aj@suse.de> | 2001-07-30 09:08:38 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-07-30 09:08:38 +0000 |
commit | dd98116c60c70e94a0e88713c218255d4063ac13 (patch) | |
tree | 03060b9b9b63837b09ed612eb8f5533d25e6e98c /NEWS | |
parent | 47da6f7128d9b0d59c00b86110e13c005e7ee7ee (diff) | |
download | glibc-dd98116c60c70e94a0e88713c218255d4063ac13.tar.gz glibc-dd98116c60c70e94a0e88713c218255d4063ac13.tar.xz glibc-dd98116c60c70e94a0e88713c218255d4063ac13.zip |
Update.
* sysdeps/ieee754/ldbl-128/e_atanhl.c: New file, contributed by Stephen L Moshier.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS index 5144dc0610..22de43b539 100644 --- a/NEWS +++ b/NEWS @@ -9,7 +9,7 @@ Please send GNU C library bug reports using the `glibcbug' script to Version 2.2.4 * Stephen Moshier implemented cosh, expm1, log1p, acos, sinh, tanh, - asinh for the 128-bit long double format. + asinh, atanh for the 128-bit long double format. * Bruno Haible updated all the code handling Unicode in some form to support Unicode 3.1. |