about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-04-20 16:00:24 +0000
committerUlrich Drepper <drepper@redhat.com>2001-04-20 16:00:24 +0000
commitb8750342aae413d0892fb0ef4468e036aa65e646 (patch)
tree7696525ac26976ec81f41cb895924a7a90bb1a03 /NEWS
parentd5bc7a3f646cf117e2c9f55a89e04ae5e62a3170 (diff)
downloadglibc-b8750342aae413d0892fb0ef4468e036aa65e646.tar.gz
glibc-b8750342aae413d0892fb0ef4468e036aa65e646.tar.xz
glibc-b8750342aae413d0892fb0ef4468e036aa65e646.zip
Update.
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.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 3 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 84acd7fd74..755d579e43 100644
--- 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