diff options
author | Jim Meyering <jim@meyering.net> | 1998-12-11 13:39:42 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-12-11 13:39:42 +0000 |
commit | 74235b07fa659fa209f1da980ee7456c3d888de2 (patch) | |
tree | e5e717a588fa312af8beafd8a79e097f2aa9087e /old/sh-utils | |
parent | a17cdb11731e3a557f3274ae566c39bd137d0640 (diff) | |
download | coreutils-74235b07fa659fa209f1da980ee7456c3d888de2.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/sh-utils')
-rw-r--r-- | old/sh-utils/ChangeLog | 8 | ||||
-rw-r--r-- | old/sh-utils/NEWS | 1 |
2 files changed, 9 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index b7ac2a741..304d7fc1b 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,11 @@ +1998-12-10 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> + + * src/date.c (main): Arrange to exit unsuccessfully when stime fails. + +1998-12-07 Jim Meyering <meyering@ascend.com> + + * configure.in (ALL_LINGUAS): Add Russian (ru). + 1998-12-06 Jim Meyering <meyering@ascend.com> * lib/putenv.c: Redefine putenv before including stdlib.h to work diff --git a/old/sh-utils/NEWS b/old/sh-utils/NEWS index e4b24617d..be147af4b 100644 --- a/old/sh-utils/NEWS +++ b/old/sh-utils/NEWS @@ -1,5 +1,6 @@ Changes in release 1.17 [1.16f] +* `date -s' now exits with nonzero status upon failure * new autoconf tests detect bugs in vendor mktime from Irix-6.4 and SunOS4.1.4 Your executables will be a little larger on such systems because you'll use GNU's mktime function, but date will work more reliably. |