diff options
author | Jim Meyering <jim@meyering.net> | 1999-11-28 19:57:54 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-11-28 19:57:54 +0000 |
commit | 2c3fa56cefe8213d6a2827363a3cb4292b654515 (patch) | |
tree | bde3758cecc808c7ddf8426bbe01f6d5382f0c91 /old/sh-utils/ChangeLog | |
parent | 346edb7361feec84b305d93b5f7f3a26732f423c (diff) | |
download | coreutils-2c3fa56cefe8213d6a2827363a3cb4292b654515.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/sh-utils/ChangeLog')
-rw-r--r-- | old/sh-utils/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 8edcda754..17e3b1429 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,16 @@ +1999-11-27 Jim Meyering <meyering@ascend.com> + + 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 <meyering@ascend.com> * lib/Makefile.am (DISTCLEANFILES): Add lstat.c and stat.c. |