From: Jim Meyering Date: Sun, 28 Mar 1999 21:01:09 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0e~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ca2ea6a0ed3baab458de1f0d0b3c73bef8fff22;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 24fc9eae29..3339fa62af 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,5 +1,16 @@ +1999-03-28 Paul Eggert + + * lib/getdate.y (get_date): Reuse tm_isdst of first localtime + call; this is an improvement on a bug fix suggested by + martin@dresden.nacamar.de. Do not assume that localtime and + gmtime return non-null. + 1999-03-27 Jim Meyering + * src/false.sh (usage): Change `[OPTION]...' to `[OPTION]' to show + that only one of --help or --version is recognized at a time. + Reported by Meelis Roos. + * src/id.c (print_user): Use uid_t instead of int. (print_group): Use gid_t instead of int. From John Bley.