]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Thu, 12 Sep 2002 12:02:56 +0000 (12:02 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 12 Sep 2002 12:02:56 +0000 (12:02 +0000)
ChangeLog
NEWS

index 70ccc4316b611402cf91c41f4efdc1a6ba43a53e..a2cf7b52e652e5b401cbaec53e2086e7b2f686e5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/NEWS b/NEWS
index 530c8b97874112f1be964b2735f87b38f8a4b390..c951d13bca0b5885e336d0d43c3334384fefd095 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+[4.5.2]
+* tail now accepts fractional seconds for its --sleep-interval=S (-s) option
 [4.5.1]
 * du and ls now report sizes of symbolic links (before they'd always report 0)
 * uniq now obeys the LC_COLLATE locale, as per POSIX 1003.1-2001 TC1.