Jim Meyering
ec317bd993
(xnanosleep): Return -1 on failure, not 1, for consistency with nanosleep.
...
Check errno after nanosleep returns -1.
2002-09-15 06:52:29 +00:00
Jim Meyering
466902bf34
*** empty log message ***
2002-09-14 09:12:20 +00:00
Jim Meyering
3935842cb3
(main, skip): Add casts to avoid warnings about
...
`comparison between signed and unsigned'.
2002-09-14 09:12:13 +00:00
Jim Meyering
12b5bb320c
(print_user): Change type of local to size_t
...
to avoid warnings about `comparison between signed and unsigned'.
2002-09-14 07:47:38 +00:00
Jim Meyering
95631bcc4d
*** empty log message ***
2002-09-14 07:45:59 +00:00
Jim Meyering
c81581d5c3
(print_full_info, print_group_list): Add casts to avoid
...
warnings about `signed and unsigned type in conditional expression'.
2002-09-14 07:45:53 +00:00
Jim Meyering
5ca2fe79d9
Change type of global, digest_hex_bytes, to size_t
...
to avoid warnings about `comparison between signed and unsigned'.
(split_3): Change parameter names to be readable and add comment.
Clean up the test for whether a line may be ignored.
2002-09-14 07:40:04 +00:00
Jim Meyering
fd73068711
*** empty log message ***
2002-09-13 21:17:26 +00:00
Jim Meyering
cea6b0e19a
(jm_MACROS): Require autoconf-2.54.
2002-09-13 21:17:19 +00:00
Jim Meyering
6dfd1fe44a
.
2002-09-13 14:23:26 +00:00
Jim Meyering
17b4cf8818
*** empty log message ***
2002-09-13 12:18:39 +00:00
Jim Meyering
5bd4fe2400
(main): Handle leading command line argument of `--'.
2002-09-13 09:50:23 +00:00
Jim Meyering
b4994d29a1
.
2002-09-13 09:49:55 +00:00
Jim Meyering
ef7c6ac69f
*** empty log message ***
2002-09-13 09:49:26 +00:00
Jim Meyering
b9485873b6
Make sure printf handles a leading -- properly.
2002-09-13 09:49:19 +00:00
Jim Meyering
6b11de0aad
(TESTS): Add printf.
2002-09-13 09:48:04 +00:00
Jim Meyering
41de1d5546
*** empty log message ***
2002-09-13 09:35:22 +00:00
Jim Meyering
0264deb7f0
*** empty log message ***
2002-09-13 09:31:32 +00:00
Jim Meyering
adaffb391b
(Time directives) [%S]: Explain why the range is [0..60].
2002-09-13 09:31:26 +00:00
Jim Meyering
dbe1e3529a
(stat invocation): Remove references to now-removed %S and %C.
2002-09-13 09:19:20 +00:00
Jim Meyering
a59ff019de
(usage): Explain that %S's range of [0..60] is required --
...
rather than 0..59 -- to accommodate the occasional positive leap second.
2002-09-13 09:18:18 +00:00
Jim Meyering
4de67de0af
*** empty log message ***
2002-09-13 09:14:46 +00:00
Jim Meyering
510b33a541
*** empty log message ***
2002-09-13 08:51:27 +00:00
Jim Meyering
626d26baaa
(tail invocation): In --sleep-interval=NUMBER,
...
NUMBER may now be a floating point number.
2002-09-13 08:51:15 +00:00
Jim Meyering
96a4360079
update from master
2002-09-13 07:46:30 +00:00
Jim Meyering
5ecd38d97e
.
2002-09-12 13:16:43 +00:00
Jim Meyering
313f44f036
*** empty log message ***
2002-09-12 13:16:28 +00:00
Jim Meyering
3087631793
(nanosec_libs): Define.
...
(sleep_LDADD, tail_LDADD): Use it here.
2002-09-12 13:16:20 +00:00
Jim Meyering
96bd9415dc
.
2002-09-12 13:15:07 +00:00
Jim Meyering
a4d28ef145
.
2002-09-12 12:14:58 +00:00
Jim Meyering
3a9de00dc7
*** empty log message ***
2002-09-12 12:12:31 +00:00
Jim Meyering
a6386ad90d
*** empty log message ***
2002-09-12 12:11:59 +00:00
Jim Meyering
3bbdcee8c3
*** empty log message ***
2002-09-12 12:02:56 +00:00
Jim Meyering
1e8f677ed4
Factor nanosleep-related code into ../lib/xnanosleep.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.
2002-09-12 12:01:02 +00:00
Jim Meyering
3a49e627de
*** empty log message ***
2002-09-12 11:38:59 +00:00
Jim Meyering
7a79266014
Include xnanosleep.h and xstrtod.h.
...
Move declaration of global variable, sleep_interval, to ...
(main): ...here.
(usage): Update description of --sleep-interval option.
(tail_forever): New parameter, sleep_interval. Update caller.
Use xnanosleep, rather than sleep.
(parse_options): New parameter, sleep_interval. Update caller.
Use xstrtod, now that we accept floating point values.
2002-09-12 11:38:47 +00:00
Jim Meyering
d7a4a48c83
*** empty log message ***
2002-09-11 11:35:18 +00:00
Jim Meyering
aa6f330821
(libfetish_a_SOURCES): Add xnanosleep.c and xnanosleep.h.
2002-09-11 11:35:12 +00:00
Jim Meyering
079eb6b3d1
New files, factored out of sleep.c.
2002-09-11 11:34:20 +00:00
Jim Meyering
ae3d0303a0
.
2002-09-10 13:10:16 +00:00
Jim Meyering
867d0d0403
Remove file -- now it's part of autoconf-2.53c.
2002-09-10 13:10:02 +00:00
Jim Meyering
5d5cef3277
.
2002-09-10 13:09:17 +00:00
Jim Meyering
99583c1cae
Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
...
AC_FUNC_GETLOADAVG where to find getloadavg.c.
2002-09-10 13:09:01 +00:00
Jim Meyering
3fb3949208
*** empty log message ***
2002-09-10 13:08:43 +00:00
Jim Meyering
0b49457e24
.
2002-09-10 13:08:00 +00:00
Jim Meyering
9e35801348
Add lg (Luganda).
2002-09-10 13:06:27 +00:00
Jim Meyering
afef4e7e86
.
2002-09-06 20:58:23 +00:00
Jim Meyering
0e1e6b5e56
*** empty log message ***
2002-09-06 08:00:43 +00:00
Jim Meyering
8706a066cf
*** empty log message ***
2002-09-06 08:00:36 +00:00
Jim Meyering
37f7bae4f0
(prompt): Change comment to give a better note to translators.
2002-09-06 08:00:30 +00:00