From: Jim Meyering Date: Tue, 9 Mar 1999 16:11:03 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0e~162 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0c23f185744e00f3ae4e1346110f43e944a52c76;p=thirdparty%2Fcoreutils.git *** empty log message *** --- 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,