From 813f4f4dff904de333642ffa8c17b9309d8f182e Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 2 Feb 1999 16:27:57 +0000 Subject: Update. * nscd/nscd_getpw_r.c (nscd_getpw_r): Mark as internal and take extra argument with length of key string. (__nscd_getpwnam_r): Call nscd_getpw_r with extra argument. (__nscd_getpwuid_r): Create key string on stack. * nscd/nscd_getgr_r.c: Mark local functions as internal. * nscd/nscd_gethst_r.c: Likewise. --- NEWS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 38c58c2d8f..ffa79ef4fa 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 1999-01-24 +GNU C Library NEWS -- history of user-visible changes. 1999-02-02 Copyright (C) 1992, 93, 94, 95, 96, 97, 98, 99 Free Software Foundation, Inc. See the end for copying conditions. @@ -35,6 +35,9 @@ Version 2.1 * the new headers and from ISO C 9X provides information and interfaces for the available integer types. +* about 130 new math functions were added to implement the ISO C9x math + library. + * the new header contains definitions of the complex math functions from ISO C 9X. -- cgit 1.4.1