summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-02-22Regenerate.Paul Eggert
2005-02-22Fix clock_gettime library access problem on recent GNU/Linux systems.Paul Eggert
2005-02-22(dd_LDADD, shred_LDADD): Add $(LIB_GETHRXTIME).Paul Eggert
(nanosec_libs): Add $(LIB_XNANOSLEEP). Needed for newer GNU/Linux hosts with clock_gettime.
2005-02-22(gl_PREREQ): Require gl_XNANOSLEEP.Paul Eggert
2005-02-22(gl_PREREQ_GETHRXTIME): Require gl_CLOCK_TIME,Paul Eggert
gl_USE_SYSTEM_EXTENSIONS. Check whether CLOCK_MONOTONIC is defined, and set LIB_GETHRXTIME accordingly. This is needed for newer GNU/Linux systems that have clock_gettime, so that they link in the appropriate library for it when needed.
2005-02-22(libfetish_a_SOURCES): Remove xnanosleep.c,Paul Eggert
xnanosleep.h; now done by ../m4/xnanosleep.m4 automatically.
2005-02-22Initial revision.Paul Eggert
2005-02-21Regenerate.Paul Eggert
2005-02-21Describe recent changes to use realtime clocks if available,Paul Eggert
when appropriate; also, gettime now returns void.
2005-02-21(time): Remove obsolete decl.Paul Eggert
(main): Gettime now returns void.
2005-02-21Include gethrxtime.h.Paul Eggert
(isaac_seed): Use gethrxtime rather than a mishmash.
2005-02-21(time): Remove obsolete decl.Paul Eggert
(get_current_time): gettimeofday always returns 0, so don't check its result.
2005-02-21Include gethrxtime.h, xtime.h.Paul Eggert
(start_time): Now of type xtime_t, not struct timespec. (print_stats, main): Use gethrxtime rather than gettime.
2005-02-21(main): gettime now returns void.Paul Eggert
2005-02-21(dd_LDADD, shred_LDADD, nanosec_libs):Paul Eggert
Remove $(LIB_CLOCK_GETTIME). These functions now use gethrxtime instead.
2005-02-21(gl_PREREQ): Require gl_GETHRXTIME.Paul Eggert
Require gl_STRIPSLASH and gl_LINEBUFFER.
2005-02-21(gl_MACROS): Don't check for gethrtime.Paul Eggert
2005-02-21(gl_GETTIME): Check for nanotime.Paul Eggert
2005-02-21Include xtime.h and gethrxtime.h, not xalloc.h.Paul Eggert
(timespec_subtract): Remove. (NANOSLEEP_BUG_WORKAROUND): New constant. (xnanosleep): Use gethrxtime rather than gettime; this simplifies things considerably. Use it only on GNU/Linux hosts, since the workaround shouldn't be needed elsewhere.
2005-02-21(gettime): Return void, since it alwaysPaul Eggert
succeeds now. All uses changed.
2005-02-21(gettime) Return void, since it alwaysPaul Eggert
succeeds now. All uses changed. [HAVE_NANOTIME]: Prefer nanotime. Assume gettimeofday succeeds, as POSIX requires. Assime time () succeeds, since other code already does.
2005-02-21(get_date): gettime now returns void, not int.Paul Eggert
2005-02-21dd now uses a real-time clock if available, for transfer statistics.Paul Eggert
2005-02-21Initial revision.Paul Eggert
2005-02-21Don't assume that the current host supports 64-bit integers.Paul Eggert
2005-02-21Don't assume that the current host supports integers wider than 32Paul Eggert
bits. Fix comment typo.
2005-02-21(enum RCH_status): Remove trailing comma,Paul Eggert
as it's not valid in standard C89.
2005-02-20*** empty log message ***Jim Meyering
2005-02-20*** empty log message ***Jim Meyering
2005-02-20(xgethostname): Check for ENOMEM, which isJim Meyering
returned by OSX/Darwin if the specified buffer is not large enough for the hostname.
2005-02-20update from gnulibJim Meyering
2005-02-20*** empty log message ***Jim Meyering
2005-02-20(libfetish_a_SOURCES): Remove linebuffer.[ch] and stripslash.c.Jim Meyering
2005-02-20*** empty log message ***Jim Meyering
2005-02-20*** empty log message ***Jim Meyering
2005-02-17.Jim Meyering
2005-02-15*** empty log message ***Jim Meyering
2005-02-15*** empty log message ***Jim Meyering
2005-02-15regenerateJim Meyering
2005-02-15(human_fstype): Add case/definition for S_MAGIC_JFSJim Meyering
so that file systems of type `jfs' are recognized as such.
2005-02-15regen for XFSJim Meyering
2005-02-15*** empty log message ***Jim Meyering
2005-02-15(human_fstype): Add case/definition for S_MAGIC_XFSJim Meyering
so that file systems of type `xfs' are recognized as such.
2005-02-15*** empty log message ***Jim Meyering
2005-02-15*** empty log message ***Jim Meyering
2005-02-15(NZERO) [NZERO == 0]: Undefine and define to 20,Jim Meyering
to work around the invalid definition from Darwin 7.7.0.
2005-02-15*** empty log message ***Jim Meyering
2005-02-14Add James Lemley.Paul Eggert
2005-02-14* src/sort.c (mergefps): Use binary search rather than linear.Paul Eggert
2005-02-14(mergefps): Use binary search rather than linear onePaul Eggert
when comparing new line to lines already in main memory.