mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 10:50:07 +00:00
Update.
This commit is contained in:
parent
27114e2046
commit
447e5dfd2b
25
PROJECTS
25
PROJECTS
@ -37,25 +37,6 @@ contact <bug-glibc@gnu.org>.
|
|||||||
for the current status (of course better use a mirror of ftp.gnu.org).
|
for the current status (of course better use a mirror of ftp.gnu.org).
|
||||||
|
|
||||||
|
|
||||||
[ 6] Write `long double' versions of the math functions.
|
|
||||||
|
|
||||||
The libm is in fact fdlibm (not the same as in Linux libc 5).
|
|
||||||
|
|
||||||
**** Partly done. But we need someone with numerical experiences for
|
|
||||||
the rest.
|
|
||||||
|
|
||||||
|
|
||||||
[ 7] Several math functions have to be written:
|
|
||||||
|
|
||||||
- exp2
|
|
||||||
|
|
||||||
with long double arguments.
|
|
||||||
|
|
||||||
Beside this most of the complex math functions which are new in
|
|
||||||
ISO C99 should be improved. Writing some of them in assembler is
|
|
||||||
useful to exploit the parallelism which often is available.
|
|
||||||
|
|
||||||
|
|
||||||
[ 8] If you enjoy assembler programming (as I do --drepper :-) you might
|
[ 8] If you enjoy assembler programming (as I do --drepper :-) you might
|
||||||
be interested in writing optimized versions for some functions.
|
be interested in writing optimized versions for some functions.
|
||||||
Especially the string handling functions can be optimized a lot.
|
Especially the string handling functions can be optimized a lot.
|
||||||
@ -156,9 +137,6 @@ contact <bug-glibc@gnu.org>.
|
|||||||
the currently implemented methods.
|
the currently implemented methods.
|
||||||
|
|
||||||
|
|
||||||
[22] Done.
|
|
||||||
|
|
||||||
|
|
||||||
[23] The `strptime' function needs to be completed. This includes among
|
[23] The `strptime' function needs to be completed. This includes among
|
||||||
other things that it must get teached about timezones. The solution
|
other things that it must get teached about timezones. The solution
|
||||||
envisioned is to extract the timezones from the ADO timezone
|
envisioned is to extract the timezones from the ADO timezone
|
||||||
@ -181,9 +159,6 @@ contact <bug-glibc@gnu.org>.
|
|||||||
user should be preferred even if the last user spent more time.
|
user should be preferred even if the last user spent more time.
|
||||||
|
|
||||||
|
|
||||||
[26] ...done
|
|
||||||
|
|
||||||
|
|
||||||
[27] We need a second test suite with tests which cannot run during a normal
|
[27] We need a second test suite with tests which cannot run during a normal
|
||||||
`make check' run. This test suite can require root priviledges and
|
`make check' run. This test suite can require root priviledges and
|
||||||
can test things like DNS (i.e., require network access),
|
can test things like DNS (i.e., require network access),
|
||||||
|
Loading…
Reference in New Issue
Block a user