From 0c23f185744e00f3ae4e1346110f43e944a52c76 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 9 Mar 1999 16:11:03 +0000 Subject: [PATCH] *** empty log message *** --- old/sh-utils/ChangeLog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index fc7c1ecaac..13b13e60e5 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,22 @@ +1999-03-09 Jim Meyering + + Running `id USER' doesn't report any groups if there is no + entry for USER in /etc/group. Make it report the one from /etc/passwd. + * src/id.c: (xgetgroups): Take new parameter, gid, and pass + it to getugroups. + (print_group_list): Call getpwuid and adjust calls to xgetgroups + to include new parameter. + * lib/getugroups.c (getugroups): Take new parameter, gid. + Add gid to the list of groups. + From Ulrich Drepper. + * lib/getgroups.c (getgroups): Protoize. + +1999-03-08 Jim Meyering + + * tests/basename: New directory and tests. + * tests/Makefile.am (SUBDIRS): Add basename. + * configure.in (AC_OUTPUT): Add tests/basename/Makefile. + 1999-03-06 Jim Meyering * src/date.c (batch_convert): Use a `%s' format in error call, -- 2.47.3