From d3d99893eeedbb681f6b9b76427c33129d69834d Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 8 Nov 2000 21:20:06 +0000 Subject: 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 . 2000-11-08 H.J. Lu * pwd/Versions (GLIBC_2.1.2): Add getpwnam_r. 2000-11-08 Jakub Jelinek * 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 * locale/C-translit.h.in: Tweak result. * locale/C-translit.h: Regenerated. 2000-11-08 Ulrich Drepper * posix/unistd.h: Add attribute((const)) to sysconf prototype. --- BUGS | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'BUGS') diff --git a/BUGS b/BUGS index 58f949d01d..85fd19d81d 100644 --- a/BUGS +++ b/BUGS @@ -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 -- cgit v1.2.3