diff options
author | Jim Meyering <jim@meyering.net> | 1999-05-16 15:50:56 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-05-16 15:50:56 +0000 |
commit | 4b11c1f7347cd9299cfa1496a22d84dffec12db4 (patch) | |
tree | ec53c2ca38f3d647d04161135a74941c858c047a /old | |
parent | 3cf365bf7e23465484307901ee756a7de6a60320 (diff) | |
download | coreutils-4b11c1f7347cd9299cfa1496a22d84dffec12db4.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/sh-utils/ChangeLog | 28 |
1 files changed, 25 insertions, 3 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index d547dc041..df52beadc 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,7 +1,29 @@ -1999-05-09 Jim Meyering <meyering@ascend.com> +1999-05-14 Jim Meyering <meyering@ascend.com> + + * lib/getugroups.c (getugroups): Don't dereference a null pointer when + running `id USER' for some USER that is listed on the RHS in /etc/group. + From Sander van Malssen. + Add some curly braces, use STREQ, reverse the sense of a test + and use `continue' to save a level of nesting. + + * tests/Makefile.am (envvar-check): Renamed from check-local. + (check): Depend on envvar-check so the envvar check is performed + before all other tests. Reported by Volker Borchert. + * tests/.env-warn: Use `%%' place-holder that Makefile.am rule expects, + so CDPATH is mentioned in the message. Reported by Volker Borchert. + +1999-05-10 Jim Meyering <meyering@ascend.com> - * configure.in (LIB_CRYPT): Set it to -l$ac_lib, now that autoconf - uses an $ac_-prefixed variable name. + * src/uptime.c (AUTHORS): add Kaveh. + + Expand each `&' character in the gecos field. + * src/pinky.c (count_ampersands): New function. + (create_fullname): New function. + (print_entry): Use create_fullname here. + (print_long_entry): Use it here, too. + From Kaveh Ghazi. + +1999-05-09 Jim Meyering <meyering@ascend.com> * lib/regex.c: Update from libc. |