about summary refs log tree commit diff
path: root/PROJECTS
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-06-22 15:00:08 +0000
committerRoland McGrath <roland@gnu.org>1996-06-22 15:00:08 +0000
commit78b5ba3eb73f9fce0eb72061747846c507fd6cd2 (patch)
treea4a538526a61661c0e4accf6475a4752731c781f /PROJECTS
parent0d3726c3fb54d21126a030c445dc2a5245afaacd (diff)
downloadglibc-78b5ba3eb73f9fce0eb72061747846c507fd6cd2.tar.gz
glibc-78b5ba3eb73f9fce0eb72061747846c507fd6cd2.tar.xz
glibc-78b5ba3eb73f9fce0eb72061747846c507fd6cd2.zip
Sat Jun 22 10:44:09 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
	* rpm/template (Source): New field.
	(%prep, %build, %install): New sections.
	(%files): Add %doc FAQ NEWS NOTES README.
	* rpm/rpmrc (builddir): Removed.
Diffstat (limited to 'PROJECTS')
-rw-r--r--PROJECTS17
1 files changed, 16 insertions, 1 deletions
diff --git a/PROJECTS b/PROJECTS
index 3150ce11cf..3796dff180 100644
--- a/PROJECTS
+++ b/PROJECTS
@@ -1,6 +1,6 @@
 Open jobs for finishing GNU libc:
 ---------------------------------
-Status: May 1996
+Status: June 1996
 
 If you have time and talent to take over any of the jobs below please
 contact <bug-glibc@prep.ai.mit.edu>
@@ -63,6 +63,8 @@ contact <bug-glibc@prep.ai.mit.edu>
 
      The libm is in fact fdlibm (not the same as in Linux libc).
 
+**** Partly done.
+
 
 [ 7] If you enjoy assembler programming (as I do --drepper :-) you might
      be interested in writing optimized versions for some functions.
@@ -80,6 +82,8 @@ contact <bug-glibc@prep.ai.mit.edu>
 [ 8] Write nftw() function.  Perhaps it might be good to reimplement the
      ftw() function as well to share most of the code.
 
+**** Almost done!
+
 
 [ 9] Write AVL-tree based tsearch() et.al. functions.  Currently only
      a very simple algorithm is used.
@@ -96,3 +100,14 @@ contact <bug-glibc@prep.ai.mit.edu>
      b) is without mmap support at least as fast as the current
 	implementation
      c) will be extended with the current hooks and additional functions
+
+
+[12] Implement shadow password handling.  There exist some but I don't
+     know of any falling under LGPL and where the author is willing to
+     contribute it to the FSF.
+
+
+[13] Write access function for group, ether, shadow, rpc, netmasks,
+     bootparams, netgroup, publickey, automount, aliases databases.
+     The functions should be embedded in the nss scheme.  This is not
+     hard and not all services must be supported at once.