diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-09-01 10:41:59 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-09-01 10:41:59 +0000 |
commit | 85c165befc61d049abe3cc443c275a210c569338 (patch) | |
tree | f89be618e011f7164d61455e330313b01325efc0 /BUGS | |
parent | 6a805a0b401e2ffbdc55404d8b741fd94d0f4deb (diff) | |
download | glibc-85c165befc61d049abe3cc443c275a210c569338.tar.gz glibc-85c165befc61d049abe3cc443c275a210c569338.tar.xz glibc-85c165befc61d049abe3cc443c275a210c569338.zip |
Update.
1998-09-01 10:34 Ulrich Drepper <drepper@cygnus.com> * manual/locale.texi: Almost compelte rewrite. Document more functions and functionality. * manual/arith.texi: Correct reference. * manual/string.texi: Pretty printing. * manual/texinfo.tex: Update from last available version. 1998-08-31 22:44 Ulrich Drepper <drepper@cygnus.com> * nis/nss_nis/nis-pwd.c (_nss_nis_getpwnam_r): Correct test for invalid password. (_nss_nis_getpwuid_r): Likewise. Patch by Matthew Arnison <matthewa@physics.usyd.edu.au>. * inet/rcmd.c: Implement netgroup support. Patch by Dick Streefland <dick_streefland@tasking.com>.
Diffstat (limited to 'BUGS')
-rw-r--r-- | BUGS | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/BUGS b/BUGS index 3a2e7e53ca..6dad3db225 100644 --- a/BUGS +++ b/BUGS @@ -1,7 +1,7 @@ List of known bugs (certainly very incomplete) ---------------------------------------------- -Time-stamp: <1998-04-08T09:29:12-0700 drepper> +Time-stamp: <1998-09-01T10:40:39-0700 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 @@ -45,9 +45,6 @@ Severity: [ *] to [***] which are not defined in the charmap. [PR libc/229] -[ *] The rcmd() functions (more concrete: the handling of .rhosts) does - not support netgroups and wildcards (+). - [ *] When assembling a locale definition, that uses the "copy" directive, with localedef, not only the copied category is checked for errors, but the whole file containing the same |