-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.
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.