]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 28 Mar 1999 21:01:09 +0000 (21:01 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 28 Mar 1999 21:01:09 +0000 (21:01 +0000)
old/sh-utils/ChangeLog

index 24fc9eae29c3869b3fcefd62c2458639b7f0ae6e..3339fa62af793c5acaa71cf89744ff9f8cdf7516 100644 (file)
@@ -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.