summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-03-04 19:15:03 +0000
committerUlrich Drepper <drepper@redhat.com>2001-03-04 19:15:03 +0000
commit07f951e40b635b0636a682db20862c2a8574cbec (patch)
treeb2a4ce85af0f4a693ad0170604820d04ebbfc1a4 /NEWS
parentf01817b04e9e97d4565c9f751602492d16e11f4a (diff)
Mention new long double functions.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7a1a2343b4..8454fb35eb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-GNU C Library NEWS -- history of user-visible changes. 2001-3-3
+GNU C Library NEWS -- history of user-visible changes. 2001-3-4
Copyright (C) 1992-1999, 2000, 2001 Free Software Foundation, Inc.
See the end for copying conditions.
@@ -13,6 +13,9 @@ Version 2.2.3
accurate implementatations for most basic and standard math functions
in float, double, and long double format.
+* Stephen Moshier implemented j0, j1, jn, y0, y1, yn, and lgamma for the
+ 96-bit long double format.
+
* An asynchronous name lookup library was added. The interface is designed
after POSIX AIO. The proposal was circulated beforehand to get comments.
No negative ones came in. Implemented by Ulrich Drepper.