diff options
Diffstat (limited to 'BUGS')
-rw-r--r-- | BUGS | 15 |
1 files changed, 12 insertions, 3 deletions
@@ -1,7 +1,7 @@ List of known bugs (certainly very incomplete) ---------------------------------------------- -Time-stamp: <1999-09-13T02:02:34-0700 drepper> +Time-stamp: <1999-12-31T14:42:14-0800 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 @@ -24,8 +24,7 @@ situations. Severity: [ *] to [***] - -[** ] Closing shared objects in statically linked binaries most of the +[ **] Closing shared objects in statically linked binaries most of the times leads to crashes during the dlopen(). Hard to fix. [ **] There are problems with signal handling when using LinuxThreads. @@ -48,6 +47,16 @@ Severity: [ *] to [***] [ *] The libm-ieee `scalb' function gives wrong results for non-integral second parameters. +[ *] Collation symbol and equivalence class handling in regex are not + yet 100% correct. + - [. .] at end of a range does not work + - [. .] and [= =] do not handle collating symbols (where a symbol + stands for multiple character) and multibyte character in + general not correctly. + + This is *extremely* hard to fix since regex has to be rewritten + completely. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Ulrich Drepper drepper@cygnus.com |