diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-01-31 07:42:03 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-01-31 07:42:03 +0000 |
commit | 306eeae553820c7ac30a94ac890a3fe70fc68909 (patch) | |
tree | 20d783759bf3f767fe4ee90baca1f79b6aa20b0d /NEWS | |
parent | c7fb46a94e67b79fcd2f07b656c7fb6a4559195f (diff) | |
download | glibc-306eeae553820c7ac30a94ac890a3fe70fc68909.tar.gz glibc-306eeae553820c7ac30a94ac890a3fe70fc68909.tar.xz glibc-306eeae553820c7ac30a94ac890a3fe70fc68909.zip |
Update.
2001-01-30 Ulrich Drepper <drepper@redhat.com> * iconv/gconv_open.c (__gconv_open): Set conv_flags if IGNORE is seen, not flags. * nis/nis_findserv.c: Include <time.h>.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS index ddae546102..773922a282 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 2001-1-12 +GNU C Library NEWS -- history of user-visible changes. 2001-1-30 Copyright (C) 1992-1999, 2000, 2001 Free Software Foundation, Inc. See the end for copying conditions. @@ -7,6 +7,16 @@ Please send GNU C library bug reports using the `glibcbug' script to <bugs@gnu.org>. Questions and suggestions should be send to <bug-glibc@gnu.org>. +Version 2.2.2 + +* lots of headers were cleaned up. Using the tool in the conform/ subdir + we can now check for namespace violations and missing declarations. The + result is that almost all headers are now Unix-compliant (as defined in + the upcoming XPG6). The negative side is that some programs might need + corrections, too, if they depend on the incorrect form of the headers in + previous versions which defined too many symbols and included too many + other headers. + Version 2.2.1 * The gencat program now parses the input file according to the charset |