summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-04-04Sync from gnulib.Jim Meyering
2004-04-04.Jim Meyering
2004-04-04.Jim Meyering
2004-04-04Sync from gnulib.Jim Meyering
2004-04-04New files, from gnulibJim Meyering
2004-04-04*** empty log message ***Jim Meyering
2004-04-04sync from gnulibJim Meyering
2004-04-04.Jim Meyering
2004-04-04(main): Adjust to new calling convention for set_cloexec_flag.Jim Meyering
2004-04-02Add strdup.h.Jim Meyering
2004-04-02whoops. add strdup.h, not xstrdup.h.Jim Meyering
2004-04-02(libfetish_a_SOURCES): Add allocsa.c, allocsa.h and strdup.h.Jim Meyering
2004-04-01align some continuation-backslashesJim Meyering
2004-04-01tweak indentationJim Meyering
2004-04-01remove obsolete commentJim Meyering
2004-03-31also check for atollJim Meyering
2004-03-31.Jim Meyering
2004-03-31*** empty log message ***Jim Meyering
2004-03-31(run_tests): Remove `.orig' file.Jim Meyering
Remove debugging diagnostic.
2004-03-31*** empty log message ***Jim Meyering
2004-03-31whoops. Remove old code, too, <blush>.Jim Meyering
2004-03-31*** empty log message ***Jim Meyering
2004-03-31Specifying an invalid --width=N (-w) or --gap-size=N (-g)Jim Meyering
would not elicit an error. Include "xstrtol.h" and "quotearg.h". (main): Don't use atoi. Use xstrtoul instead.
2004-03-31.Jim Meyering
2004-03-31.Jim Meyering
2004-03-31.Jim Meyering
2004-03-31file was essentially emptyJim Meyering
2004-03-31*** empty log message ***Jim Meyering
2004-03-31Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.Jim Meyering
Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
2004-03-31 * prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.Jim Meyering
Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
2004-03-30*** empty log message ***Jim Meyering
2004-03-30add commentsJim Meyering
2004-03-30(sc_prohibit_atoi_atof): New rule.Jim Meyering
(syntax-check-rules): Add it.
2004-03-30*** empty log message ***Jim Meyering
2004-03-30*** empty log message ***Jim Meyering
2004-03-30Merge changes from emacs (via gnulib).Jim Meyering
2004-03-29*** empty log message ***Jim Meyering
2004-03-29*** empty log message ***Jim Meyering
2004-03-29*** empty log message ***Jim Meyering
2004-03-29Use new OUT_SUBST directive, so that thisJim Meyering
test is not sensitive to system-dependent block size differences.
2004-03-29*** empty log message ***Jim Meyering
2004-03-29Accept new directives: OUT_SUBST, ERR_SUBST.Jim Meyering
Rename `%tmp' to `%actual'. Reverse order of last two args to _compare_files (to actual, $expected) so as to match declaration.
2004-03-29*** empty log message ***Jim Meyering
2004-03-29[HAVE_SETHOSTNAME && !defined sethostname]:Jim Meyering
Declare sethostname, since no Solaris header does it.
2004-03-29Include "vasprintf.h", for asprintf.Jim Meyering
2004-03-29*** empty log message ***Jim Meyering
2004-03-29[HAVE_UNISTD_H]: Include <unistd.h>, for resolvepath declaration.Jim Meyering
2004-03-29Include dirfd.h, for dirfd.Jim Meyering
2004-03-28*** empty log message ***Jim Meyering
2004-03-28Minor optimization:Jim Meyering
(process_file): Don't record dev/inode for directories. Under some circumstances, without -c, du would mistakenly count the space of hard-linked files, not just the first one it encountered. Reported by Anthony Thyssen. (du_files): Don't ever clear the set of `seen' dev/inodes.