summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-06-25 10:20:09 +0000
committerRoland McGrath <roland@gnu.org>1996-06-25 10:20:09 +0000
commitc66273aae5213e7e4460631e6b823dc2bf8a79d1 (patch)
treec5aa151e2bd9b5373cd01cce47210a7cf512a31c /ChangeLog
parent5f0e6fc702296840d2daa39f83f6cb1e40073d58 (diff)
* nss/nss_files/files-parse.c (parse_list): Reset ELT for elements
after the first! * nss/nsswitch.c (__nss_database_lookup): If nsswitch.conf is missing or doesn't mention DATABASE, use an internal default equivalent to "DATABASE: compat [NOTFOUND=return] dns [NOTFOUND=return] files". (nss_lookup_function): Call nss_new_service as needed. (nss_parse_file): Don't bother calling nss_new_service here. * grp/fgetgrent.c (LINE_PARSER): Pass zero SWALLOW arg for fields. * pwd/fgetpwent.c: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2721aa9244..7630460e46 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
Tue Jun 25 02:59:11 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
+ * nss/nss_files/files-parse.c (parse_list): Reset ELT for elements
+ after the first!
+
+ * nss/nsswitch.c (__nss_database_lookup): If nsswitch.conf is missing
+ or doesn't mention DATABASE, use an internal default equivalent to
+ "DATABASE: compat [NOTFOUND=return] dns [NOTFOUND=return] files".
+ (nss_lookup_function): Call nss_new_service as needed.
+ (nss_parse_file): Don't bother calling nss_new_service here.
+
+ * grp/fgetgrent.c (LINE_PARSER): Pass zero SWALLOW arg for fields.
+ * pwd/fgetpwent.c: Likewise.
+
* malloc/malloc.h: Declare malloc_object_allocated_size, malloc_walk.
* malloc/Makefile (dist-routines): Add malloc-size, malloc-walk.
* malloc/malloc-size.c: New file.