diff options
author | Jim Meyering <jim@meyering.net> | 2002-09-12 12:12:31 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-09-12 12:12:31 +0000 |
commit | 3a9de00dc7020a07dc6fbb1d7ab12cb005c6d79e (patch) | |
tree | 062b6ee8624e08ec170f02e951b8761dc92a3e3e /ChangeLog | |
parent | a6386ad90de313afbd10b22036611f6cf62e536e (diff) | |
download | coreutils-3a9de00dc7020a07dc6fbb1d7ab12cb005c6d79e.tar.xz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,6 @@ as well as the loop around nanosleep. Now that's in xnanosleep.c. Allow S (in --sleep-interval=S) to be a floating point value. - Prompted by a patch from Augey Mikus. * src/tail.c: Include xnanosleep.h and xstrtod.h. Move declaration of global variable, sleep_interval, to ... (main): ...here. @@ -19,6 +18,7 @@ Use xnanosleep, rather than sleep. (parse_options): New parameter, sleep_interval. Update caller. Use xstrtod, now that we accept floating point values. + Prompted by a patch from Augey Mikus. 2002-09-06 Jim Meyering <meyering@lucent.com> |