From: Jim Meyering Date: Sun, 28 Nov 1999 19:57:54 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0k~24 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2c3fa56cefe8213d6a2827363a3cb4292b654515;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 8edcda754b..17e3b14292 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,16 @@ +1999-11-27 Jim Meyering + + Rewrite to allow fractional seconds and to handle SIGCONT. + * src/sleep.c (main): Rewrite. + (sighandler): New function. + (apply_suffix): New function. + (timeval_subtract): New function. + Reported by Raul Miller. + + * src/sleep.c (argdecode): Move definition to precede use. + Remove prototype. + (usage): Add elipses to show that sleep allows more than one argument. + 1999-11-22 Jim Meyering * lib/Makefile.am (DISTCLEANFILES): Add lstat.c and stat.c.