summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-09-12*** empty log message ***Jim Meyering
2002-09-12*** empty log message ***Jim Meyering
2002-09-12*** empty log message ***Jim Meyering
2002-09-12Factor nanosleep-related code into ../lib/xnanosleep.c.Jim Meyering
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*** empty log message ***Jim Meyering
2002-09-12Include xnanosleep.h and xstrtod.h.Jim Meyering
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-11*** empty log message ***Jim Meyering
2002-09-11(libfetish_a_SOURCES): Add xnanosleep.c and xnanosleep.h.Jim Meyering
2002-09-11New files, factored out of sleep.c.Jim Meyering
2002-09-10.Jim Meyering
2002-09-10Remove file -- now it's part of autoconf-2.53c.Jim Meyering
2002-09-10.Jim Meyering
2002-09-10Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the newJim Meyering
AC_FUNC_GETLOADAVG where to find getloadavg.c.
2002-09-10*** empty log message ***Jim Meyering
2002-09-10.Jim Meyering
2002-09-10Add lg (Luganda).Jim Meyering
2002-09-06.Jim Meyering
2002-09-06*** empty log message ***Jim Meyering
2002-09-06*** empty log message ***Jim Meyering
2002-09-06(prompt): Change comment to give a better note to translators.Jim Meyering
2002-09-05.Jim Meyering
2002-09-04*** empty log message ***Jim Meyering
2002-09-04(addext): Add a cast to avoid gcc's warning aboutJim Meyering
`comparison between signed and unsigned'.
2002-09-04*** empty log message ***Jim Meyering
2002-09-04(str2signum, sig2str): Declare loop index variables to beJim Meyering
of type size_t so that they match type of upper bound, thus avoiding warning about `comparison between signed and unsigned'.
2002-09-03*** empty log message ***Jim Meyering
2002-09-03.Jim Meyering
2002-09-02*** empty log message ***Jim Meyering
2002-09-02A good problem report/patch includes diffs againstJim Meyering
the most recent test release.
2002-09-02(NEED_PATHCONF_WRAPPER): Define.Jim Meyering
(pathconf_wrapper): Define only if NEED_PATHCONF_WRAPPER is set.
2002-09-02(skip): Add casts to avoid warning about comparisonJim Meyering
between signed and unsigned. Also rearrange range-checking comparisons to make them more readable.
2002-09-02(print_table_row): Use an unsigned type for widthsJim Meyering
to avoid warning about comparison between signed and unsigned. (list_signals): Likewise.
2002-09-02(skip): Add a cast to avoid warning about comparisonJim Meyering
between signed and unsigned.
2002-09-02*** empty log message ***Jim Meyering
2002-09-02*** empty log message ***Jim Meyering
2002-09-02Bump version to 4.5.2.Jim Meyering
2002-09-01.Jim Meyering
2002-09-01*** empty log message ***Jim Meyering
2002-09-01.Jim Meyering
2002-08-31*** empty log message ***Jim Meyering
2002-08-31Update from GNU libc.Jim Meyering
2002-08-31Update from GNU libc.Jim Meyering
2002-08-31Update from GNU libc.Jim Meyering
2002-08-31*** empty log message ***Jim Meyering
2002-08-31Update from GNU libc.Jim Meyering
2002-08-31*** empty log message ***Jim Meyering
2002-08-31*** empty log message ***Jim Meyering
2002-08-31.Jim Meyering
2002-08-31Symlinks were always reported as using 0 blocks.Jim Meyering
(ST_NBLOCKS): Don't depend on file type. This reverts the change of 2000-01-30. Based on a report and patch from Neil Brown via Michael Stone.
2002-08-31*** empty log message ***Jim Meyering