Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 20 Apr 2001 16:00:24 +0000 (16:00 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 20 Apr 2001 16:00:24 +0000 (16:00 +0000)
2001-04-20  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/ieee754/ldbl-128/e_asinl.c: New file.
Contributed by Stephen L Moshier <moshier@mediaone.net>.

* intl/Makefile (tests): Reorder conditions, tst-gettext needs msgfmt.

ChangeLog
NEWS

index 6b6285a..ef4e0c0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,11 @@
+2001-04-20  Ulrich Drepper  <drepper@redhat.com>
+
+       * sysdeps/ieee754/ldbl-128/e_asinl.c: New file.
+       Contributed by Stephen L Moshier <moshier@mediaone.net>.
+
 2001-04-20  Andreas Jaeger  <aj@suse.de>
 
-       * intl/Makefile (tests): Reorder conditions, tst-gettext needs
-       msgfmt.
+       * intl/Makefile (tests): Reorder conditions, tst-gettext needs msgfmt.
 
 2001-04-20  Andreas Schwab  <schwab@suse.de>
 
diff --git a/NEWS b/NEWS
index 84acd7f..755d579 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,4 @@
-GNU C Library NEWS -- history of user-visible changes.  2001-4-16
-
+GNU C Library NEWS -- history of user-visible changes.  2001-4-20
 Copyright (C) 1992-2000, 2001 Free Software Foundation, Inc.
 See the end for copying conditions.
 
@@ -14,8 +13,8 @@ Version 2.2.3
   in float, double, and long double format.
 
 * Stephen Moshier implemented j0, j1, jn, y0, y1, yn, lgamma, erf, erfc,
-  and asin for the 96-bit long double format and logl, tanl for the 128-bit
-  long double format.
+  and asin for the 96-bit long double format and asin, log, tan for the
+  128-bit long double format.
 
 * The beginning of a last-bit accurate math library by IBM Haifa were added.
   The basic double functions exist today.  Contributed by Abraham Ziv