From: Jim Meyering Date: Fri, 11 Dec 1998 13:39:42 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_1-b1~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74235b07fa659fa209f1da980ee7456c3d888de2;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index b7ac2a7412..304d7fc1b9 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,11 @@ +1998-12-10 Andreas Schwab + + * src/date.c (main): Arrange to exit unsuccessfully when stime fails. + +1998-12-07 Jim Meyering + + * configure.in (ALL_LINGUAS): Add Russian (ru). + 1998-12-06 Jim Meyering * lib/putenv.c: Redefine putenv before including stdlib.h to work diff --git a/old/sh-utils/NEWS b/old/sh-utils/NEWS index e4b24617d0..be147af4b2 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.