]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Thu, 8 Aug 2002 09:02:10 +0000 (09:02 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 8 Aug 2002 09:02:10 +0000 (09:02 +0000)
old/sh-utils/ChangeLog

index 1c8e286a142d533a5578548aff4c84c04ee1c394..ceb9438747fa47bf5739726297a9ef9c92415f5d 100644 (file)
@@ -1,7 +1,18 @@
-2002-08-05  Jim Meyering  <meyering@lucent.com>
+2002-08-08  Jim Meyering  <meyering@lucent.com>
 
        * Version 2.0.15.
 
+2002-08-05  Paul Eggert  <eggert@twinsun.com>
+
+       Fix some minor time-related bugs with POSIX time arguments.
+       Some valid time stamps were being rejected (notably -1, and
+       time stamps before 1900 on 64-bit hosts).  And some invalid
+       time stamps were being accepted, e.g. September 31.
+
+       * src/date.c (main): Adjust to posixtime signature change.
+
+2002-08-05  Jim Meyering  <meyering@lucent.com>
+
        * configure.ac: Change $am_cv_sys_posix_termios to
        $ac_cv_sys_posix_termios.  From Andreas Schwab.