diff options
author | Jim Meyering <jim@meyering.net> | 1999-03-28 21:01:09 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-03-28 21:01:09 +0000 |
commit | 8ca2ea6a0ed3baab458de1f0d0b3c73bef8fff22 (patch) | |
tree | 12814700ad49dc68feb39a0df0620653fc7ad395 /old | |
parent | 7549c10f354233f57487fe4025251d0c11010fab (diff) | |
download | coreutils-8ca2ea6a0ed3baab458de1f0d0b3c73bef8fff22.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/sh-utils/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 24fc9eae2..3339fa62a 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,5 +1,16 @@ +1999-03-28 Paul Eggert <eggert@twinsun.com> + + * 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 <meyering@ascend.com> + * 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. |