diff options
Diffstat (limited to 'BUGS')
-rw-r--r-- | BUGS | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,7 +1,7 @@ List of known bugs (certainly very incomplete) ---------------------------------------------- -Time-stamp: <1999-04-19T17:58:10-0700 drepper> +Time-stamp: <1999-07-06T15:37:11-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 @@ -56,13 +56,13 @@ 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(). - [ *] The strftime() implementation cannot handle multibyte locales really good since the TOLOWER and TOUPPER are not prepared. +[ *] The putenv() function copies it's argument which means that the + string (and possible later changes to it) are not automatically + reflected in the environment. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Ulrich Drepper drepper@cygnus.com |