Update.
[glibc.git] / BUGS
blob9a6dd62ab817c5f21831d9db6a8142cb617db621
1             List of known bugs (certainly very incomplete)
2             ----------------------------------------------
4 Time-stamp: <1999-04-19T17:58:10-0700 drepper>
6 This following list contains those bugs which I'm aware of.  Please
7 make sure that bugs you report are not listed here.  If you can fix one
8 of these bugs/limitations I'll certainly be glad to receive a patch.
10 Another source of information about bugs is the problem data base of the
11 GNU project.  There is an easy to use WWW interface available at
13        http://www-gnats.gnu.org:8080/cgi-bin/wwwgnats.pl
15 I would appreciate it very much if you could verify the problem was not
16 reported before by looking through the database.  To make the information
17 in this database as useful as possible please report bugs always using the
18 `glibcbug' shell script which gets installed with GNU libc.  Before reporting
19 a bug please check the FAQ since it discusses also a lot of problematic
20 situations.
23 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
25 Severity: [  *] to [***]
28 [ **]  There are problems with signal handling when using LinuxThreads.
30 [ **]  The RPC code is not 64 bit clean.  This is getting slowly fixed
31        but expect incompatible changes on 64 bit platforms like Alpha.
33 [  *]  The precision of the `sinhl' and/or `asinhl' function do not seem
34        to be the best.
36 [  *]  On Linux, there should be a way to prevent defining the symbol
37        NGROUPS_MAX in the <linux/limits.h> header file.  In glibc it
38        is defined in <posix1_lim.h> which must not make the other
39        symbols in <linux/limits.h> available.
40        [PR libc/140]
42 [  *]  The localedef program should not generate errors if for categories
43        which are not used for the output there are characters referenced
44        which are not defined in the charmap.
45        [PR libc/229]
47 [  *]  When assembling a locale definition, that uses the "copy"
48        directive, with localedef, not only the copied category is
49        checked for errors, but the whole file containing the same
50        category.
51        [PR libc/207 and PR libc/454]
53 [  *]  The libm-ieee `gamma' function gives wrong results (at least for
54        -0.5).
56 [  *]  The libm-ieee `scalb' function gives wrong results for
57        non-integral second parameters.
59 [  *]  The *scanf() functions currently do not handle %l[ and %ls parameters
60        correctly since the parsing of the multi-byte characters does not
61        yet use mbsrtowcs().
63 [  *]  The strftime() implementation cannot handle multibyte locales really
64        good since the TOLOWER and TOUPPER are not prepared.
66 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
67 Ulrich Drepper
68 drepper@cygnus.com