diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | NEWS | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index c312c66dda..5627ddd4f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-06-29 Andreas Jaeger <aj@suse.de> + + * sysdeps/ieee754/ldbl-128/s_asinhl.c: New file. + Patch by Stephen L Moshier <moshier@mediaone.net>. + 2001-06-28 Ulrich Drepper <drepper@redhat.com> * manual/argp.texi: Tons of cleanups. diff --git a/NEWS b/NEWS index 38694a47fd..61cb1d22e8 100644 --- a/NEWS +++ b/NEWS @@ -8,8 +8,8 @@ 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 for - the 128-bit long double format. +* Stephen Moshier implemented cosh, expm1, log1p, acos, sinh, tanh, + asinh for the 128-bit long double format. * Bruno Haible updated all the code handling Unicode in some form to support Unicode 3.1. |