diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-04-05 07:21:12 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-04-05 07:21:12 +0000 |
commit | f128331c351b7a369aa39ac61241f1aae6f71841 (patch) | |
tree | b89e465016c08d9abbdb07be9f77d4f11dcc2821 /NEWS | |
parent | b53df4c940bdfb4a23e065c7b3a919b4ed054f03 (diff) | |
download | glibc-f128331c351b7a369aa39ac61241f1aae6f71841.tar.gz glibc-f128331c351b7a369aa39ac61241f1aae6f71841.tar.xz glibc-f128331c351b7a369aa39ac61241f1aae6f71841.zip |
Update.
2001-04-05 Ulrich Drepper <drepper@redhat.com> * login/tst-utmp.c: Make file usable again in tst-utmpx.c.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/NEWS b/NEWS index a208842562..f1dce8d578 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ -GNU C Library NEWS -- history of user-visible changes. 2001-3-16 +GNU C Library NEWS -- history of user-visible changes. 2001-4-5 -Copyright (C) 1992-1999, 2000, 2001 Free Software Foundation, Inc. +Copyright (C) 1992-2000, 2001 Free Software Foundation, Inc. See the end for copying conditions. Please send GNU C library bug reports using the `glibcbug' script to @@ -13,8 +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, lgamma, erf, and - erfc for the 96-bit 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 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 @@ -34,6 +35,9 @@ Version 2.2.3 * The RPC code is now thread safe. Threads can now use the same service of different services at the same time. Patch by Eric Norum <eric.norum@usask.ca> with some help by Ulrich Drepper. + +* Martin Schwidefsky <schwidefsky@de.ibm.com> implemented the setcontext + family of functions for Linux/S390. Version 2.2.2 |