Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-04-04 | Sync from gnulib. | Jim Meyering | |
2004-04-04 | . | Jim Meyering | |
2004-04-04 | . | Jim Meyering | |
2004-04-04 | Sync from gnulib. | Jim Meyering | |
2004-04-04 | New files, from gnulib | Jim Meyering | |
2004-04-04 | *** empty log message *** | Jim Meyering | |
2004-04-04 | sync from gnulib | Jim Meyering | |
2004-04-04 | . | Jim Meyering | |
2004-04-04 | (main): Adjust to new calling convention for set_cloexec_flag. | Jim Meyering | |
2004-04-02 | Add strdup.h. | Jim Meyering | |
2004-04-02 | whoops. 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-01 | align some continuation-backslashes | Jim Meyering | |
2004-04-01 | tweak indentation | Jim Meyering | |
2004-04-01 | remove obsolete comment | Jim Meyering | |
2004-03-31 | also check for atoll | Jim 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-31 | whoops. Remove old code, too, <blush>. | Jim Meyering | |
2004-03-31 | *** empty log message *** | Jim Meyering | |
2004-03-31 | Specifying 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-31 | file was essentially empty | Jim Meyering | |
2004-03-31 | *** empty log message *** | Jim Meyering | |
2004-03-31 | Require 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-30 | add comments | Jim 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-30 | Merge 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-29 | Use new OUT_SUBST directive, so that this | Jim Meyering | |
test is not sensitive to system-dependent block size differences. | |||
2004-03-29 | *** empty log message *** | Jim Meyering | |
2004-03-29 | Accept 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-29 | Include "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-29 | Include dirfd.h, for dirfd. | Jim Meyering | |
2004-03-28 | *** empty log message *** | Jim Meyering | |
2004-03-28 | Minor 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. |