diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-06-16 19:50:36 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-06-16 19:50:36 +0000 |
commit | 8fee1bb0b2373357ded21bd69dc9e33ad619493c (patch) | |
tree | 3d0b09f7d9a3c472de0ecc5f4768cd3135f6769e /NEWS | |
parent | cc765c2a2e1ab7702080b7fd2f0a7b21d8ac60ff (diff) | |
download | glibc-8fee1bb0b2373357ded21bd69dc9e33ad619493c.tar.gz glibc-8fee1bb0b2373357ded21bd69dc9e33ad619493c.tar.xz glibc-8fee1bb0b2373357ded21bd69dc9e33ad619493c.zip |
Update.
2001-06-07 Mark Kettenis <kettenis@gnu.org> * grp/initgroups.c (initgroups): Factor out re-usable code into... (internal_getgrouplist): ... new function. (getgrouplist): New function. * grp/grp.h (getgrouplist): New prototype. * grp/Versions [2.2.4]: Add getgrouplist. 2001-06-16 Ulrich Drepper <drepper@redhat.com> * inet/netinet/ip6.h: Fix comments in ip6_hdr. Patch by Pekka Savola <pekkas@netcore.fi>.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS index d0e7f899d7..f9c7dc7924 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 2001-4-20 +GNU C Library NEWS -- history of user-visible changes. 2001-6-16 Copyright (C) 1992-2000, 2001 Free Software Foundation, Inc. See the end for copying conditions. @@ -10,6 +10,9 @@ Version 2.2.4 * Stephen Moshier implemented cosh, expm1, log1p, acos, sinh for the 128-bit long double format. + +* Bruno Haible updated all the code handling Unicode in some form to + support Unicode 3.1. Version 2.2.3 |