diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-11-08 21:20:06 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-11-08 21:20:06 +0000 |
commit | d3d99893eeedbb681f6b9b76427c33129d69834d (patch) | |
tree | 104144f66e8fba0b8b8d1fd958b9df8bd2236c56 /BUGS | |
parent | a1e88b9a2fe01ed6bb3ba749af7d98e89bb14d3f (diff) | |
download | glibc-d3d99893eeedbb681f6b9b76427c33129d69834d.zip glibc-d3d99893eeedbb681f6b9b76427c33129d69834d.tar.gz glibc-d3d99893eeedbb681f6b9b76427c33129d69834d.tar.bz2 |
Update.
* catgets/gencat.c (main): Don't use exit() to avoid warnings with
broken compilers.
* include/features.h (__STDC_ISO_10646__): Correct value to be
200009L. Patch by Markus Kuhn <Markus.Kuhn@cl.cam.ac.uk>.
2000-11-08 H.J. Lu <hjl@gnu.org>
* pwd/Versions (GLIBC_2.1.2): Add getpwnam_r.
2000-11-08 Jakub Jelinek <jakub@redhat.com>
* string/bits/string2.h: Check if _USE_STRING_ARCH_ macros are
defined, not _HAVE_STRING_ARCH_.
* sysdeps/i386/bits/string.h (_USE_STRING_ARCH_memset,
_USE_STRING_ARCH_strchr): Define.
* sysdeps/i386/i486/bits/string.h (_USE_STRING_ARCH_memset,
_USE_STRING_ARCH_strchr): Define.
* sysdeps/sparc/bits/string.h: New file.
2000-11-08 Bruno Haible <haible@clisp.cons.org>
* locale/C-translit.h.in: Tweak <U2014> result.
* locale/C-translit.h: Regenerated.
2000-11-08 Ulrich Drepper <drepper@redhat.com>
* posix/unistd.h: Add attribute((const)) to sysconf prototype.
Diffstat (limited to 'BUGS')
-rw-r--r-- | BUGS | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,7 +1,7 @@ List of known bugs (certainly very incomplete) ---------------------------------------------- -Time-stamp: <00/07/14 11:39:22 aj> +Time-stamp: <2000-11-08T09:14:07 drepper> This following list contains those bugs which I'm aware of. Please make sure that bugs you report are not listed here. If you can fix one @@ -77,6 +77,11 @@ Severity: [ *] to [***] on top of the generic specification can be made without duplication of the whole LC_COLLATE description. +[ *] Some of the functions which also handled IPv6 are currently broken. + This includes getaddrinfo() and getnameinfo(). IPv4 handling of + these functions is OK though and there are patches available to fix + the IPv6 code as well. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Ulrich Drepper drepper@cygnus.com |