Fri Jul 26 20:39:42 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
authorRoland McGrath <roland@gnu.org>
Sat, 27 Jul 1996 00:40:06 +0000 (00:40 +0000)
committerRoland McGrath <roland@gnu.org>
Sat, 27 Jul 1996 00:40:06 +0000 (00:40 +0000)
* ctype/test_ctype.c: Test EOF too.

ChangeLog
PROJECTS

index 915f2e9..504f399 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Jul 26 20:39:42 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
+
+       * ctype/test_ctype.c: Test EOF too.
+
 Fri Jul 26 16:10:43 1996  Miles Bader  <miles@gnu.ai.mit.edu>
 
        * login/pututline_r.c (pututline_r): Only call getutid_r if ID has a
index 4c755ff..03cd019 100644 (file)
--- a/PROJECTS
+++ b/PROJECTS
@@ -1,6 +1,6 @@
 Open jobs for finishing GNU libc:
 ---------------------------------
-Status: June 1996
+Status: July 1996
 
 If you have time and talent to take over any of the jobs below please
 contact <bug-glibc@prep.ai.mit.edu>
@@ -32,7 +32,7 @@ contact <bug-glibc@prep.ai.mit.edu>
      Implementation idea: use some functions from bash.
 
 
-[ 5] Write reentrent versions of crypt() et.al.
+[ 5] Write reentrant versions of crypt() et.al.
 
      Implementation idea: Define in <crypt.h>
 
@@ -51,7 +51,7 @@ contact <bug-glibc@prep.ai.mit.edu>
        void encrypt_r (char *__block, int __edflag,
                        struct crypt_data *__data);
 
-     If possible the non-reentrent functions should use the reentrent
+     If possible the non-reentrant functions should use the reentrant
      ones.
 
      Because of the US export restrictions it might be a good idea if
@@ -108,8 +108,8 @@ contact <bug-glibc@prep.ai.mit.edu>
      contribute it to the FSF.
 
 
-[13] Write access function for ether, shadow, netmasks, bootparams,
-     netgroup, publickey, automount, aliases databases for nss_files
-     and nss_db module.
+[13] Write access function for shadow, netmasks, bootparams, netgroup,
+     publickey, automount, aliases databases for nss_files and nss_db
+     module.
      The functions should be embedded in the nss scheme.  This is not
      hard and not all services must be supported at once.