diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-01-01 19:35:36 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-01-01 19:35:36 +0000 |
commit | a673fbcb1f42cd17f54ddeab03e85716ccf15c51 (patch) | |
tree | d4a6776f358cd9cc9e4fa2b8bea269d3ef683afd /BUGS | |
parent | ac8295d23b59e34d2f7c5757ea71336eab2c9e6e (diff) | |
download | glibc-a673fbcb1f42cd17f54ddeab03e85716ccf15c51.tar.gz glibc-a673fbcb1f42cd17f54ddeab03e85716ccf15c51.tar.xz glibc-a673fbcb1f42cd17f54ddeab03e85716ccf15c51.zip |
Update.
2000-01-01 Ulrich Drepper <drepper@cygnus.com> * locale/programs/ld-ctype.c: Implement rest of transliteration definition parsing. * locale/programs/locfile-kw.gperf: New keyword translit_ignore. * locale/programs/locfile-token.h: Add tok_translit_ignore.
Diffstat (limited to 'BUGS')
-rw-r--r-- | BUGS | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/BUGS b/BUGS index f62ceae93d..8149ae5114 100644 --- a/BUGS +++ b/BUGS @@ -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 |