summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2005-03-09.Jim Meyering
2005-03-08(usage): Redo to match recent documentation changes.Paul Eggert
Don't bother documenting which usages are GNU extensions; the list wasn't correct, and is better left to the printed manual anyway.
2005-03-06Factor out column-count processing.Jim Meyering
Include "inttostr.h". (parse_column_count): New function. (main): Use the new function for both old-style, -9, and long, --columns=-9, options.
2005-03-06Remove `register' keyword.Jim Meyering
2005-03-06Remove `register' keyword.Jim Meyering
2005-03-06Remove `register' keyword.Jim Meyering
2005-03-06Remove `register' keyword.Jim Meyering
2005-03-06Remove `register' keyword.Jim Meyering
2005-03-06Remove `register' keyword.Jim Meyering
2005-03-06Remove register keyword.Jim Meyering
2005-03-06Remove register keyword.Jim Meyering
2005-03-06Remove register keyword.Jim Meyering
2005-03-01.Jim Meyering
2005-03-01(nanosec_libs): Remove $(LIB_XANOSLEEP); no longer needed.Paul Eggert
2005-03-01(copy_internal): Change test of source type from !S_ISREG to S_ISLNK.Jim Meyering
Reported by Paul Eggert in http://lists.gnu.org/archive/html/bug-coreutils/2004-10/msg00050.html.
2005-02-26Regenerate.Paul Eggert
2005-02-22Regenerate.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-21Regenerate.Paul Eggert
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(enum RCH_status): Remove trailing comma,Paul Eggert
as it's not valid in standard C89.
2005-02-17.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(human_fstype): Add case/definition for S_MAGIC_XFSJim Meyering
so that file systems of type `xfs' are recognized as such.
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-14(mergefps): Use binary search rather than linear onePaul Eggert
when comparing new line to lines already in main memory.
2005-02-13.Jim Meyering
2005-02-09.Jim Meyering
2005-02-09 * src/copy.c (valid_options): Add an assertion thatJim Meyering
not both hard_link and symbolic_link are set.
2005-02-08(STATFS_FRSIZE): New macro.Paul Eggert
(print_statfs): Use it to implement %S. (do_statfs): Change default formats to include %S. (usage): Document %S (versus %s).
2005-02-08(usage): Normalize terminology, capitalization, and sort order toPaul Eggert
match manual. Say that %s is the "Fundamental block size", since that is what POSIX says.
2005-02-03Include "memrchr.h".Paul Eggert
(memrchr) [!HAVE_DECL_MEMRCHR]: Remove decl.
2005-01-30(elide_tail_bytes_pipe): Correct wording in diagnostic.Jim Meyering
2005-01-30Remove unnecessary parentheses in #if directives.Jim Meyering
2005-01-30[VSWTCH]: Some systems, like Cygwin, use VSWTCJim Meyering
instead of VSWTCH, for use with CSWTCH.
2005-01-29.Jim Meyering
2005-01-29.Jim Meyering
2005-01-25Regenerate.Paul Eggert
2005-01-25(usage): Add comma after "-P" to fix typo in previous patch.Paul Eggert
2005-01-24Use S_BLKSIZE value for ST_NBLOCKSIZE where available.Jim Meyering
2005-01-24(all_programs.list): Strip $(EXEEXT) and remove duplicates.Jim Meyering
2005-01-24(usage): Merge the descriptions of --no-dereference and -P.Jim Meyering
2005-01-20.Jim Meyering