diff options
author | Jim Meyering <jim@meyering.net> | 2002-09-12 12:02:56 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-09-12 12:02:56 +0000 |
commit | 3bbdcee8c34b520131baea5985c281448a56180e (patch) | |
tree | 14f152ee35aa8bad7fe4caebfa64cbae1d6b84bf /ChangeLog | |
parent | 1e8f677ed468108037b4209892d8d8d2dad6027a (diff) | |
download | coreutils-3bbdcee8c34b520131baea5985c281448a56180e.tar.xz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -2,6 +2,14 @@ * Version 4.5.2. + Factor nanosleep-related code into ../lib/xnanosleep.c. + * src/sleep.c: Include xnanosleep.h. + Factor out fenv.h-related code. + (timespec_subtract): Remove function. + (main): Remove code that deals with computing start and stop times + 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. * src/tail.c: Include xnanosleep.h and xstrtod.h. Move declaration of global variable, sleep_interval, to ... (main): ...here. |