diff options
Diffstat (limited to 'BUGS')
-rw-r--r-- | BUGS | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/BUGS b/BUGS index ccb60773da..3a2e7e53ca 100644 --- a/BUGS +++ b/BUGS @@ -1,7 +1,7 @@ List of known bugs (certainly very incomplete) ---------------------------------------------- -Time-stamp: <1998-03-03T15:29:53-0800 drepper> +Time-stamp: <1998-04-08T09:29:12-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 @@ -60,6 +60,10 @@ Severity: [ *] to [***] [ *] The libm-ieee `scalb' function gives wrong results for non-integral second parameters. +[ *] The *scanf() functions currently do not handle %l[ and %ls parameters + correctly since the parsing of the multi-byte characters does not + yet use mbsrtowcs(). + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Ulrich Drepper drepper@cygnus.com |