summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1997-11-19 22:48:41 +0000
committerUlrich Drepper <drepper@redhat.com>1997-11-19 22:48:41 +0000
commitc17d32749e147716d979c2bdfb28b0fa3ac4cb23 (patch)
tree2a3ca97129ad0d3f6e7d3f071c9e9ef8188a3929 /BUGS
parent76f4abd8df43e77a4d86320df81865ae9fa04bfb (diff)
Update.
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS21
1 files changed, 14 insertions, 7 deletions
diff --git a/BUGS b/BUGS
index 3d449f362d..39cf219178 100644
--- a/BUGS
+++ b/BUGS
@@ -1,7 +1,7 @@
List of known bugs (certainly very incomplete)
----------------------------------------------
-Time-stamp: <1997-08-04T00:50:04+0200 drepper>
+Time-stamp: <97/11/14 06:00:23 aj>
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
@@ -25,6 +25,10 @@ Severity: [ *] to [***]
[ **] There are problems with signal handling when using LinuxThreads.
+[ **] The libm-ieee `log2' function seems to be very inaccurate.
+
+[ *] The libm-ieee `asin' function gives wrong results (at least for 0.5).
+
[ *] The precision of the `sinhl' and/or `asinhl' function do not seem
to be the best.
@@ -32,23 +36,26 @@ Severity: [ *] to [***]
flag was given.
[PR libc/72]
-[ *] On Linux, the <linux/posix_types.h> is not clean enough to satisfy
- the C++ namespace rules. Declaring `struct fd_set' also makes
- `fd_set' available in the global namespace which conflicts with
- the definition of `fd_set' in glibc.
- [PR libc/79]
-
[ *] On Linux, there should be a way to prevent defining the symbol
NGROUPS_MAX in the <linux/limits.h> header file. In glibc it
is defined in <posix1_lim.h> which must not make the other
symbols in <linux/limits.h> available.
[PR libc/140]
+[ *] When assembling a locale definition, that uses the "copy"
+ directive, with localedef, not only the copied category is
+ checked for errors, but the whole file containing the same
+ category.
+ [PR libc/207]
+
[ *] The localedef program should not generate errors if for categories
which are not used for the output there are characters referenced
which are not defined in the charmap.
[PR libc/229]
+[ *] _IO_getline can loop forever, at least with C++
+ [PR libc/332]
+
[ *] The rcmd() functions (more concrete: the handling of .rhosts) does
not support netgroups and wildcards (+).