about summary refs log tree commit diff
path: root/PROJECTS
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-11-14 08:49:20 +0000
committerUlrich Drepper <drepper@redhat.com>2001-11-14 08:49:20 +0000
commit447e5dfd2b8e262a2708a8993db96a2c81f52f64 (patch)
tree3833ce51f2f44c46b5cc5e6b836f89dc5bb2dd22 /PROJECTS
parent27114e2046a5d8b89c2e84bdcc53c42f7381c700 (diff)
downloadglibc-447e5dfd2b8e262a2708a8993db96a2c81f52f64.tar.gz
glibc-447e5dfd2b8e262a2708a8993db96a2c81f52f64.tar.xz
glibc-447e5dfd2b8e262a2708a8993db96a2c81f52f64.zip
Update.
Diffstat (limited to 'PROJECTS')
-rw-r--r--PROJECTS25
1 files changed, 0 insertions, 25 deletions
diff --git a/PROJECTS b/PROJECTS
index 9898c89e23..8097cc8b27 100644
--- a/PROJECTS
+++ b/PROJECTS
@@ -37,25 +37,6 @@ contact <bug-glibc@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
      be interested in writing optimized versions for some functions.
      Especially the string handling functions can be optimized a lot.
@@ -156,9 +137,6 @@ contact <bug-glibc@gnu.org>.
        the currently implemented methods.
 
 
-[22] Done.
-
-
 [23] The `strptime' function needs to be completed.  This includes among
      other things that it must get teached about timezones.  The solution
      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.
 
 
-[26] ...done
-
-
 [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
      can test things like DNS (i.e., require network access),