diff options
Diffstat (limited to 'old/sh-utils')
-rw-r--r-- | old/sh-utils/ChangeLog | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 1c8e286a1..ceb943874 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -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. |