diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-04-20 08:54:33 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-04-20 08:54:33 +0000 |
commit | 4ad1f0260501cf6e0ed1df1e888201a72f807ed6 (patch) | |
tree | 65681574d31157cdb3e3c55e8503489fd9d45c19 /BUGS | |
parent | a3ab859c9cb6477553532dbc204c3748a4afcdfa (diff) | |
download | glibc-4ad1f0260501cf6e0ed1df1e888201a72f807ed6.tar glibc-4ad1f0260501cf6e0ed1df1e888201a72f807ed6.tar.gz glibc-4ad1f0260501cf6e0ed1df1e888201a72f807ed6.tar.bz2 glibc-4ad1f0260501cf6e0ed1df1e888201a72f807ed6.zip |
Update.
1999-04-20 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* posix/wordexp.c (parse_param): Fix type of offset to allow it to
be used correctly as parameter for parse_dollars/parse_tilde.
Diffstat (limited to 'BUGS')
-rw-r--r-- | BUGS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,7 +1,7 @@ List of known bugs (certainly very incomplete) ---------------------------------------------- -Time-stamp: <1999-02-03T17:51:49-0800 drepper> +Time-stamp: <1999-04-19T17:58:10-0700 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 @@ -27,6 +27,9 @@ Severity: [ *] to [***] [ **] There are problems with signal handling when using LinuxThreads. +[ **] The RPC code is not 64 bit clean. This is getting slowly fixed + but expect incompatible changes on 64 bit platforms like Alpha. + [ *] The precision of the `sinhl' and/or `asinhl' function do not seem to be the best. |